Game Development Community

WheeledVehicle tires disappeared

by Marton Szucs · in Torque Game Engine Advanced · 09/15/2006 (4:27 am) · 4 replies

I downloaded the latest TSE build and tried to insert a WheeledVehicle into my scene, but tires disappeared. To reproduce that, in demo press ALT+C - F11 - F4. And then drop the Defaultcar.

Anyone help please?

#1
09/19/2006 (7:35 am)
Hmmm, looks like this is a C++ bug. The old render function is 'renderImage' for all shapeBase derived objects. This function changed to 'prepBatchRender', but it's missing from vehicle classes.
#2
09/19/2006 (10:06 am)
Marton, you can't post source code in the public forums.
#3
09/19/2006 (1:12 pm)
Sorry! I was very stupid.
#4
09/19/2006 (4:03 pm)
Ya, this is a known bug, we'll get to it.