Official Murl Engine Forum

Full Version: Crash when using higher parameters slot numbers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't know if this is a bug or a restriction, but when using a parameters state that assigns fixed parameters to slot #10000 crashes occur at various places in the CVDisplayLink thread. However, slot 4000, for example, does work.

<Namespace id="freezing">
 <Node activeAndVisible="no">
  <FixedParameters id="ice_color" diffuseColor="135i, 206i, 250i, 0.8f"/>
 </Node>
 <ParametersState parametersId="ice_color" slot="10000"/>
</Namespace>