I need the world looks like a real world.

Started by qjvictor, November 23, 2006, 11:10:17 PM

Previous topic - Next topic

qjvictor

if I want to my 3d world looks like a real world, is it correct that I set the light as following:
world.getLights().setOverbrightLighting(Lights.OVERBRIGHT_LIGHTING_DISABLED);
world.getLights().setRGBScale(Lights.RGB_SCALE_2X);
world.setAmbientLight(100, 100, 100);


Thanks

Mizuki Takase

The real world has many different lights, so its very questionable to say make your light like the real world's... But anyway, based on what you have on your code, your light is similar to normal white light that is not too bright, so I guess that is good enough?

athanazio

not sure, but I believe that if you place your light far away in the -Y it would be light the sun light .... I think ...

manumoi

I dunno if this is off topic but having a skybox (with a big blue sky :P) may also help to have your world and lights feel realistic