Class RhodoniteImportExtension

Extension class for importing Rhodonite-specific features from RnM2 format files. Handles billboard and Effekseer effect imports.

Constructors

Methods

  • Imports billboard configuration from RnM2 format and applies it to scene graph entities. Processes the RHODONITE_billboard extension to enable billboard rendering for specified nodes.

    Parameters

    • gltfJson: RnM2

      The RnM2 format JSON data containing billboard extension information

    • groups: ISceneGraphEntity[]

      Array of scene graph entities corresponding to nodes in the RnM2 data

    Returns void

  • Imports Effekseer effects from RnM2 format and creates corresponding Effekseer components. Processes the RHODONITE_effekseer extension to load particle effects with their configurations.

    Parameters

    • gltfJson: RnM2

      The RnM2 format JSON data containing Effekseer extension information

    • rootGroup: ISceneGraphEntity

      The root scene graph entity that contains all imported entities

    Returns void