Lighting the Solar System - Omnidirectional light source (Sun)

3 次查看(过去 30 天)
I am creating a model of the Solar system and am trying to create a light source that appears like it is coming from the Sun. I have a spherical surface centered around the origin but when I place a light source within it the light of course cannot escape the spheres interior. I have tried altering the spheres transparency and surface properties with no luck, I am by no means an expert in lighting and surfaces so if anybody has experience I would greatly appreciate it!
  2 个评论
Image Analyst
Image Analyst 2013-4-14
You haven't given us enough information about your model to answer this. Is this MATLAB, or a Simulink Model? You didn't list Simulink so I assume MATLAB. So if it's a MATLAB model, then you'd need to tell us what equations you're using, and what in the equation indicates whether light should be blocked or passed at the radius of your sphere.
Craig
Craig 2013-4-14
编辑:Craig 2013-4-15
Apologies, it is a MATLAB model, not Simulink. The code used to generate the sun is a simple sphere & surf with an image applied.
I have tried to edit things like: AlphaData, AmbientStrength and DiffuseStrength but these do not seem to effect how the sphere actually passes light only how it reflects it on the exterior. What I'm looking to know how to do is how to pass light at the radius of this surface like you mentioned.
Overall this is how my model looks so far, I only need to model these two planets but I would like to get the lighting in if possible: https://www.dropbox.com/s/gmhyic1z6b2pyvg/Sol.jpg

请先登录,再进行评论。

回答(1 个)

Ahmed A. Selman
Ahmed A. Selman 2013-4-14
I don't know really if Matlab is used for such tasks, but haven't you tried Simulink for easier handling of the problem? Such graphic tasks are made easy using the virtual reality modeling language (VRML). There is a reference model that comes with Simulink in
vrplanets.mdl
which exactly uses the idea you mentioned, and can be easily edited to include the texture of the sun as the image you posted. The rest, particularly the lighting of the planets, is all pre-set.
  1 个评论
Craig
Craig 2013-4-14
Thank you for your answer but the conditions set out by my module coordinator only allow me to submit m-files as part of my problem solution.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by