i have a 2 questions: can you switch entities that are assigned to a pivot to another pivot? - and if so, how is this done?
ie:
mainpivot = createpivot()
otherpivot = createpivot()
entity = loadmesh("mymodel.b3d",mainpivot)
the entity model this assigned to the mainpivot.
if i chose to reassign is to the otherpivot, is that possible - and how?
ie:
mainpivot = createpivot()
otherpivot = createpivot()
entity = loadmesh("mymodel.b3d",mainpivot)
the entity model this assigned to the mainpivot.
if i chose to reassign is to the otherpivot, is that possible - and how?