Would be possible to add a randomization feature to the attached models ? An attach that changes each time the main simboject is instanced.
This could be very useful, and might save us from adding lots of complex RPN code to behaviors to simulate this.
The syntax might be something like this:
<RandomModelAttachment id="MY_ID1" Weight="1"> <AttachToNode>ATTACH_RANDOM_POINT</AttachToNode> <Model>..\..\model.1\Model_Variant1.xml</Model> </RandomModelAttachment> <RandomModelAttachment id="MY_ID2" Weight="0.5"> <AttachToNode>ATTACH_RANDOM_POINT</AttachToNode> <Model>..\..\model.2\Model_Variant2.xml</Model> </RandomModelAttachment> <RandomModelAttachment id="MY_ID3" Weight="0.2"> <AttachToNode>ATTACH_RANDOM_POINT</AttachToNode> <Model>..\..\model.3\Model_Variant3.xml</Model> </RandomModelAttachment>