RepositoryDocsExamples
  • Preparing search index...
  • The search index is not available
gpu-curtains
  • gpu-curtains
  • core/meshes/mixins/ProjectedMeshBaseMixin
  • ProjectedMeshBaseMixin

Function ProjectedMeshBaseMixin

  • ProjectedMeshBaseMixin<TBase extends MixinConstructor<ProjectedObject3D>>(
        Base: TBase,
    ): MixinConstructor<ProjectedMeshBaseClass> & TBase
  • Used to add the properties and methods defined in ProjectedMeshBaseClass to the MeshBaseClass and mix it with a given Base of type ProjectedObject3D or DOMObject3D.

    Type Parameters

    • TBase extends MixinConstructor<ProjectedObject3D>

    Parameters

    • Base: TBase

      the class to mix onto, should be of ProjectedObject3D or DOMObject3D type

    Returns MixinConstructor<ProjectedMeshBaseClass> & TBase

    • the mixed classes, creating a Projected Mesh.
    • Defined in src/core/meshes/mixins/ProjectedMeshBaseMixin.ts:231

Settings

Member Visibility
RepositoryDocsExamples
gpu-curtains
  • Loading...