Skip to main content

TwinfinityMeshExtensions

Twinfinity extensions for Mesh.

Index

Properties

Methods

Properties

optionalifc

If set then TwinfinityMeshExtensions.parent contains IFC data.

Methods

clearCachedVertexData

  • clearCachedVertexData(): void
  • Clear cached vertex data of TwinfinityMeshExtensions.parent. Basically this removes the cached vertex data from RAM (but not from GPU). This has the same effects as calling Scene.clearCachedVertexData (except that it only affects this particular Mesh).


    Returns void