|
From: James W. W. <os...@jw...> - 2004-06-15 05:22:03
|
On Jun 14, 2004, at 9:59 PM, Keith Wiley wrote: > Followup question if anyone doesn't mind. Can I easily open a bunch > of separate objects, and then combine collections of objects after > opening them into a single object? Can an entire static scene > actually be coallesced into a single object from a collection of > individual objects? Depends on what you mean by "object". You can put a bunch of objects into a group object, but that doesn't really buy you anything compared to submitting the objects individually. What does help is if you can go down to the TriMesh level and combine some. In order to be able to merge TriMesh objects, they would need to have the same overall attributes (color, texture, etc.). -- <http://www.jwwalker.com/> |