|
From: James W. W. <ja...@wr...> - 2005-01-21 20:41:08
|
Keith Wiley <kw...@cs...> wrote: >Q3TriMesh_Submit( &mTriMeshData, view ); > >Where mTriMeshData is of type TQ3TriMeshData and view is of type >TQ3ViewObject. So, that's how I do it too because I didn't know >there was any other way. Any rate, I can't figure out how to group >these things. Are you saying they're not even the right type for >grouping? That I need to convert them into TQ3Objects somehow? Yes. The function you need is Q3TriMesh_New. >Would the conversion make the program run faster btw? Possibly, assuming that a particular trimesh may be submitted more than once. But it's more a matter of convenience and flexibility than speed. -- James W. Walker, ScriptPerfection Enterprises, Inc. <http://www.write-brain.com/> |