Jump to content

Possible Character System Line Bug


photo

Recommended Posts

Posted

Possible Bug

 

Documentation Programming\High-Level Scripts\Character System includes LINE combiner sample with min/max range -180...90, but defines key pos [0, -90, 0, -90]. I would expect something like [-180,-90,0,90]

 

<!-- run -->
<combiner type="line">
   ....
   <line min="-180" max="90">
       <!-- move backward -->
       <key pos="0">
           ... 

       <!-- strafe left -->
       <key pos="-90">
           ...

       <!-- move forward -->
       <key pos="0">
           ...

       <!-- strafe right -->
       <key pos="-90">

   </line>
   ...
</combiner>

  • 1 month later...
×
×
  • Create New...