dicarlolab / ThreeDWorld

Generator of interactive Unity-based 3D environments with physics
Other
21 stars 4 forks source link

No lights in the new build using bundles #70

Open pbashivan opened 7 years ago

pbashivan commented 7 years ago

I’m having this problem that all the images are turning out to be super dark. My guess is that the scene is now only using the bundle objects and we don’t have lamps in there and therefore we end up having rooms without any lights. I think we need to add the lights to the room before starting the procedural generation loop. What do you all think?