@twinfinity/core
    Preparing search index...

    Class CullingMaterialAbstract

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • name: string
      • scene: Scene
      • _renderingInfo: ProductMeshesGroupRenderInfo
      • options: Partial<IShaderMaterialOptions>
      • _writeColorBlending: boolean
      • _excludeIgnoreDepthWriteCuttingPlanes: boolean

      Returns CullingMaterial

    Properties

    diffuseTexture: LazyResizableRawTexture
    isDirty: boolean = true
    propertiesTexture?: LazyResizableRawTexture

    Accessors

    Methods

    • Parameters

      • mesh: AbstractMesh

      Returns void

    • Returns string

    • Returns string

    • Specifies that the submesh is ready to be used

      Parameters

      • mesh: AbstractMesh

        defines the mesh to check

      • subMesh: SubMesh

        defines which submesh to check

      • useInstances: boolean

        specifies that instances should be used

      Returns boolean

      a boolean indicating that the submesh is ready or not

    • Returns void