Class LODChain

Class Documentation

class LODChain

An LODChain represents a set of Asset Levels of Detail, with the intention of operating similarly to that of video game LOD systems.

It stores an ID for the asset collection containing the assets, and an array of LODAssets that represent the LOD structure.

Public Members

csp::common::String AssetCollectionId
csp::common::Array<LODAsset> LODAssets