Game Development Community

Solution: Holes in Torque Creator exported .DIFs

by John Hopkins · in Torque Game Engine · 09/07/2008 (9:11 pm) · 1 replies

I have figured out why sometimes there are holes in models exported by the Torque Creator tool (version 1.0.51 and lower). This has to do with "epsilon" values in the settings which control some form of brush splitting (what it does precisely I'm not sure of).

Under:

System > Preferences > Export

You have settings:

Split Epsilon
Tiny Split Epsilon

Set to too low a value and no faces are exported. These two settings default to 0.01 and 0.02 respectively. Because they control thresholds, just set them to something insanely high, like my setting of 100 does the trick. In this way, I'm pretty sure that no face or brush under 100 units won't get touched, in fact, I know it won't because this is the only way I could export the model without holes.

John Hopkins
Philanthropist of Dungeon Insects

#1
11/21/2008 (6:52 pm)
Thank you for this. I have messed with these parameters before, but I don't remember setting it to 100. It will be interesting if this solves some of the issues I had before.