Game Development Community

Vehicle Shadows

by Howard Dortch · in Torque Game Engine · 08/27/2007 (10:42 am) · 1 replies

I used MilkShape to export the buggy vehicle and now there is no shadow on the ground for the body. Can someone tell me what I need to do to fix this shadow problem? TGE 1.5.2

#1
08/29/2007 (5:45 pm)
Make sure the object bounding box exported from MilkShape looks sized and positioned correctly in Torque. The shadow projection is based on the object bounds and a bad bounds could affect shadow generation.