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?

Re: 4 light source

Hi! I too faced this problem. Try to change the radius and the position of the light source.

Re: 4 light source

Thank you smile

Re: 4 light source

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

Re: 4 light source

Clear. Thank you

Re: 4 light source

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)

Re: 4 light source

1. Yes, you can.
scene2 = getScene("scene_name")
object = getObject(scene2,"object_name")

Last edited by ant0n (2014-01-16 10:31:51)

Re: 4 light source

Thank you.

And delete?
deactivate(object)

Last edited by set16 (2014-01-16 11:00:11)

Re: 4 light source

scene2 = getScene("scene_name")
object = getObject(scene2,"object_name")


deactivate(object)