About Store Forum Documentation Contact



Post Reply 
Oversized Astronomic Objects clipping issue (again)
Author Message
SamNainocard Offline
Member

Post: #1
Oversized Astronomic Objects clipping issue (again)
So, I recently tried to put a ring as the astronomic object to make it a ringed world of a sort, but the problem, like my old oversized moon, it's clipping with the terrain.

The setup
   
Code:
ring.pos =!Vec(-1,1,-1);
ring.size*=50;
ring.blend=true;





Perhaps there's a better way than using Astronomic objects?
11-21-2018 06:03 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Oversized Astronomic Objects clipping issue (again)
Hi,
Sorry the astronomical objects weren't designed to handle big sizes like this.
You'd have to do it in another way.
11-21-2018 10:30 PM
Find all posts by this user Quote this message in a reply
Post Reply