Options
All
  • Public
  • Public/Protected
  • All
Menu

Object used in NativeRenderMesh.importFromFile and one of NativeRenderMesh constructors. Here you can put some additional parameters, that will be applied to the mesh, when the file is being imported

Hierarchy

  • ImportParams

Index

Properties

clear?: boolean

If true, all existing vertices of the mesh are deleted before the file is imported

invertV: boolean

If true, v of the texture is inverted

noRebuild: boolean

If true, Minecraft won't be forced to rebuild the following NativeRenderMesh before the file is imported

scale?: [number, number, number]

Additional scale along x, y and z axis

translate?: [number, number, number]

Additional translation along x, y and z axis

Generated using TypeDoc