Hi, i'm a beginner, i'd like to program a car racing game so i tryed irrlicht engine... I replaced in Hello World examples the sydney mesh with a car mesh in 3ds format but i receive this error message in shell:
Basically your model has too many vertices for Irrlicht to handle. You either have to wait until Irrlicht gets 32bit indices, or trim your model down. Unfortunately, theres not much else to do. If I remember right, nx++ added support for 32bit indices, so perhaps you could try porting that back to Irrlicht if you are desperate to use models with that much detail.