diolma opened this issue on Sep 03, 2004 ยท 12 posts
kuroyume0161 posted Fri, 03 September 2004 at 6:16 PM
Making the embedded geometry into an external geometry .obj file is easy. You just take everything between the '{' and '}' after geomCustom (minus the numb values) and write it to a file, hopefully in the RuntimeGeometries folder somewhere, name it [something].obj. You can copy the 'numb' values to the external file, but place a '#' in front of each so that they are seen as comments by .obj file parsers. Then you remove: geomCustom { numbVerts 2880 numbTVerts 2999 numbTSets 11448 numbElems 2880 numbSets 11448 [embedded obj file] } and replace with: storageOffset 0 0.3487 0 objFileGeom 0 0 :Runtime:Geometries:...:[something].obj That simple.
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone