Odd Rendering with .bam Files

Okay. So i am trying to recreate Toontown’s Make-a-Toon. I have it to the point where everything but the toon is loaded into the first stage. But when i call in the code to render the toon, it modifies the bam files and creates an unexplainable image, which is attached. In the command prompt, it says “:linmath(warning): Tried to invert singular LMatrix4.” I have tried adding “no-singular-invert 1” to the Config, but then the program just crashes. Someone please help


This usually happens when one part of the model has a scale component of 0. Make sure you aren’t calling setScale with one of the values set to 0. In any case, it’s impossible for us to diagnose the issue without more information or without the models themselves.