Viewer3DBase.enterExplodedView() method

Enter the explosion rendering view. In this view, we will render a number of elements with specified translation. There is a transition animation from current rendering to the final explosion result. In this view, no tools and effects are available. Refer to samples/explode-view for the usage.

Signature:

enterExplodedView(elementsArray: Array<string[]>, translations: Array<Float32Array>): void;

Parameters

ParameterDescription
elementsArrayThe elements group with different translations.
translationsDitto.

Returns:

void