Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MadsPH

Pages: [1]
1
Support / Re: Lighting that is not bound to a position
« on: October 06, 2014, 08:40:27 pm »
Ah, that's great. I did not realize that was an option. I can use that instead of directional lights. Thank you.

2
Support / Re: Lighting that is not bound to a position
« on: October 05, 2014, 11:47:29 pm »
Lighting up all the Object3D's in the scene, so that objects in a huge scene are still lit up.
Adding point lights for every objects is taxing and not very pretty in the long run.
Ambient light is not very pretty either, or at least not as pretty as two or three directional lights on all the objects.

I'm a little afraid to use shaders because of limitations. This line (from "Advanced Example" on the wiki): "When using a shader, the fixed function pipeline is disabled completely for this object", scares me. Also, theres the things about shaders only working on compiled objects.

3
Support / Lighting that is not bound to a position
« on: October 05, 2014, 10:45:30 pm »
Hi!

So far I've only found methods to add point lighting to the World. I would really like to use directional lighting, though. How do I achieve this? Also, are spotlights supported? 

Thanks in advance. :)

Pages: [1]