Search found 7 matches
- Sat Dec 27, 2008 1:30 am
- Forum: Beginners Help
- Topic: how to add lights?
- Replies: 9
- Views: 882
smgr->addAnimatedMeshSceneNode( mesh ); Assuming the sphere mesh you're using is the Irrlicht provided sphere mesh, you are creating a sphere model that it is going to be located at the world coordinate system origin. smgr->addLightSceneNode( 0, core::vector3df(0,1500,0), video::SColorf(1.0f,1.0f,1...
- Fri Dec 26, 2008 8:20 pm
- Forum: Beginners Help
- Topic: how to add lights?
- Replies: 9
- Views: 882
thanks, but if I was able to do the renders correctly in 3dsmax I guess the normals are right. Ok, just tell me (please) if this is right or wrong: (the sphere model is a 3ds generated with 3dsmax (standar sphere). createDevice( video::EDT_DIRECT3D9, dimension2d<s32>(800, 600), 16, false, false, fal...
- Fri Dec 26, 2008 5:41 pm
- Forum: Beginners Help
- Topic: Sunlight problem :(
- Replies: 3
- Views: 605
- Fri Dec 26, 2008 2:44 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Irrlicht basics tutorial [Note: HUGE POST]
- Replies: 69
- Views: 87501
- Fri Dec 26, 2008 1:37 pm
- Forum: Beginners Help
- Topic: how to add lights?
- Replies: 9
- Views: 882
- Fri Dec 26, 2008 12:57 pm
- Forum: Beginners Help
- Topic: how to add lights?
- Replies: 9
- Views: 882
there is no texture but I expected a flat shading at least (since I added a light) , and that is not flat shading. (I tried changing EMF_LIGHTING for EMF_LIGHTING_GOURAUD too without getting other than the shown above). You can see the coords. for the light (I tried other positions too). :( What I e...
- Fri Dec 26, 2008 3:46 am
- Forum: Beginners Help
- Topic: how to add lights?
- Replies: 9
- Views: 882
how to add lights?
hi, in the first tutorial http://irrlicht.sourceforge.net/docu/example001.html theres no lights right? (why not?, well ok) here http://www.irrlicht3d.org/wiki/index.php?n=Main.HowToUseLightsAndMaterials there is but im still getting this (see picture): http://img211.imageshack.us/img211/488/ratdq8.t...