<div dir="ltr"><div><div><div><div><div>Hello,<br><br></div>I am trying to render 2 planets, e.g., earth and the Sun.<br><br></div>I can render the earth properly (distance to camera is around 2e8 m). However, I can't make the sun appear (distance to camera around 1e12m)<br><br></div>I am setting the camera depth limit properly, with correct values in <br><br>    camera->SetClippingRange(near, far);<br>    <br><br></div>but the sun just isnt rendered: i am not sure if it is occluded by the planet or I am forgetting something?<br><br><br></div>And another question, how can I create a light that mimics the sun? so that I can see it shining on the image behind the planet?<br></div>