i dont think you can use the same display list for a mirrored object unless you specifiy that the vert order for faces is also flipped when drawing a mirrored instance. i also think you'll run into troubles with ode without two seperate shapes.
On Friday 14 July 2006 05:23, Greg Ewing wrote: > Dunk Fordyce wrote: > > greg, > > > > why dont you just do the mirroring yourself? you say your using a custom > > importer/exporter so there should be no problem. > > The point is to be able to use the same Shape for > left-handed and right-handed versions of an object, > to save memory, display list space, etc. > > Currently I'm just creating two versions of the object > manually in SketchUp. I could probably do that > automatically in the exporter if I wanted, but it > hasn't been worth the effort so far. > > It's not a big problem, it's just a bit disappointing > that it *almost* works but not quite. > > -- > Greg > > _______________________________________________ > Soya-user mailing list > [email protected] > https://mail.gna.org/listinfo/soya-user _______________________________________________ Soya-user mailing list [email protected] https://mail.gna.org/listinfo/soya-user
