Game Development Community

Help! to add multiple mesh in same detail level

by Stirling Lai · in General Discussion · 07/21/2005 (2:01 am) · 1 replies

My Shape Hierarchy in 3dsMax:

bounds
base01
______start01
____________obj1
____________obj2
____________obj3
______detail1


My problem is :
I want to export "obj1","obj2","obj3" mesh as detail level 1.How can I link these node???


Thanks in advance!

#1
07/21/2005 (8:26 am)
The easiest solution is to use a character from the Alphabet to name your geometric nodes versus the standard trailing number. So instead of 1, 2, 3, you use A1, B1, C1 (remember you need the 1 there for the detail number which you have).

A better solution would be to actually get into a good practice of properly naming your nodes so that they represent what they are (ie. Hand, Head, Body, Gun, Muzzle, etc.) and then use the trailing numbers for the details.