Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CubeMapInfo

CubeMap information grouping all the data for each faces as well as the cubemap size.

Hierarchy

  • CubeMapInfo

Index

Properties

backSearch playground for back

back: Nullable<ArrayBufferView>

The pixel array for the back face. This is stored in format, left to right, up to down format.

downSearch playground for down

down: Nullable<ArrayBufferView>

The pixel array for the down face. This is stored in format, left to right, up to down format.

formatSearch playground for format

format: number

The format of the texture.

RGBA, RGB.

frontSearch playground for front

front: Nullable<ArrayBufferView>

The pixel array for the front face. This is stored in format, left to right, up to down format.

gammaSpaceSearch playground for gammaSpace

gammaSpace: boolean

Specifies whether the texture is in gamma space.

leftSearch playground for left

left: Nullable<ArrayBufferView>

The pixel array for the left face. This is stored in format, left to right, up to down format.

rightSearch playground for right

right: Nullable<ArrayBufferView>

The pixel array for the right face. This is stored in format, left to right, up to down format.

sizeSearch playground for size

size: number

The size of the cubemap stored.

Each faces will be size * size pixels.

typeSearch playground for type

type: number

The type of the texture data.

UNSIGNED_INT, FLOAT.

upSearch playground for up

up: Nullable<ArrayBufferView>

The pixel array for the up face. This is stored in format, left to right, up to down format.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method