Search found 13 matches
- Mon Mar 22, 2004 10:44 pm
- Forum: Beginners Help
- Topic: addDynamicLight
- Replies: 12
- Views: 1423
You have to know that the lights don't cast shadows, the objects cast shadows I think this is were the problem lies..I guess DynamicLight1.CastShadows is if the light ITSELF has a shadow..that would make since because when it gets translated to D3DLIGHT9 there is no option for shadows..I think i'll ...
- Mon Mar 22, 2004 10:31 pm
- Forum: Beginners Help
- Topic: addDynamicLight
- Replies: 12
- Views: 1423
- Mon Mar 22, 2004 7:06 pm
- Forum: Beginners Help
- Topic: addDynamicLight
- Replies: 12
- Views: 1423
- Sun Mar 21, 2004 11:17 pm
- Forum: Beginners Help
- Topic: addDynamicLight
- Replies: 12
- Views: 1423
- Sun Mar 21, 2004 10:50 pm
- Forum: Beginners Help
- Topic: addDynamicLight
- Replies: 12
- Views: 1423
- Sun Mar 21, 2004 8:58 pm
- Forum: Beginners Help
- Topic: addDynamicLight
- Replies: 12
- Views: 1423
- Sun Mar 21, 2004 8:12 pm
- Forum: Beginners Help
- Topic: addDynamicLight
- Replies: 12
- Views: 1423
- Sun Mar 21, 2004 1:21 am
- Forum: Beginners Help
- Topic: addDynamicLight
- Replies: 12
- Views: 1423
addDynamicLight
i have:
rr::video::SLight DynamicLight1;
DynamicLight1.DiffuseColor = irr::video::SColorf(254.0f, 254.0f, 254.0f);
DynamicLight1.Radius= 200.0f;
DynamicLight1.CastShadows = true;
DynamicLight1.Position = irr::core::vector3df(0,0,10);
then i call
driver->addDynamicLight(DynamicLight1);
yet i see ...
rr::video::SLight DynamicLight1;
DynamicLight1.DiffuseColor = irr::video::SColorf(254.0f, 254.0f, 254.0f);
DynamicLight1.Radius= 200.0f;
DynamicLight1.CastShadows = true;
DynamicLight1.Position = irr::core::vector3df(0,0,10);
then i call
driver->addDynamicLight(DynamicLight1);
yet i see ...
- Sat Mar 20, 2004 5:55 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: 3rd Person Camera
- Replies: 106
- Views: 97738
- Sat Mar 20, 2004 7:03 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: 3rd Person Camera
- Replies: 106
- Views: 97738
ok this werks kewl however when i add the stencil shadows i notice i hover off the floor..I put the faerie in there and it did not hover..so i'm assuming i need to send some kinda ofset to my bounding box (for collision) because it would apear that that is what determins your Z..(in relation to the ...
- Thu Mar 18, 2004 8:18 pm
- Forum: Beginners Help
- Topic: mip mapping /lod - moved to the correct forum :)
- Replies: 3
- Views: 823
- Thu Mar 18, 2004 4:16 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Various 3D Engines
- Replies: 18
- Views: 3645
- Thu Mar 18, 2004 3:26 pm
- Forum: Beginners Help
- Topic: mip mapping /lod - moved to the correct forum :)
- Replies: 3
- Views: 823
mip mapping /lod - moved to the correct forum :)
OMG.. I should have sent you guys the $100 i just blew on torque. .Anyway..The engine seems VERY kewl.. I only have one question..where would i go to turn off LOD or mip mapping on bsp textures.. on the bsp renderer, I noticed the textures on the walls are a bit fuzzy then come in clear as i get ...
I'd like it all to look sharp like the right corner...