Topic: 4 light source
I can't create more than 4 light sources. If I create more, they are not lit. Please tell me why?
You are not logged in. Please login or register.
I can't create more than 4 light sources. If I create more, they are not lit. Please tell me why?
Hi! I too faced this problem. Try to change the radius and the position of the light source.
Thank you
It is also a limitation of the rendering, the engine uses the 4 nearest light for each sub-mesh (or each object).
Please read this for more details : http://www.maratis3d.org/?p=277
Clear. Thank you
I have 2 questions.
1.Can I add an object of a different scene?
2. Whether future support and development of Maratis?(I plan to do a video lessons in Russian)
Last edited by set16 (2014-01-16 09:49:06)
1. Yes, you can.
scene2 = getScene("scene_name")
object = getObject(scene2,"object_name")
Last edited by ant0n (2014-01-16 10:31:51)
Thank you.
And delete?
deactivate(object)
Last edited by set16 (2014-01-16 11:00:11)
scene2 = getScene("scene_name")
object = getObject(scene2,"object_name")
deactivate(object)
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.