Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Class Desc3d

Data required to initialize a Image3d, in order to customize its behavior.

Hierarchy

  • Desc3d

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

allowMipmaps

allowMipmaps: boolean

Specify if mipmapping is enabled or disabled

numMipmaps

numMipmaps: number

if 0 and mipmaps are allowed, full mipmap is used, else the num. Defaults to 0

params

params: Params3d

Parameters for how rendered 3d textures will appear

Static DEFAULT

DEFAULT: Desc3d

value = Desc3d()

Methods

equals

  • equals(rhs: Desc3d): boolean
  • Compares this object with other Desc3d reference for equality.

    Parameters

    • rhs: Desc3d

      the other Desc3d object

    Returns boolean

    true if the object being compared with is the same

Generated using TypeDoc