Skip to content

@simversus/yjvisDocs


@simversus/yjvis / Attribute

Class: Attribute

Constructors

new Attribute()

new Attribute(name, format, isNormalized, stream, isInstanced, location, varingInterpolation): Attribute

Parameters

name: string = ''

format: Format = Format.UNKNOWN

isNormalized: boolean = false

stream: number = 0

isInstanced: boolean = false

location: number = 0

varingInterpolation: VaringInterpolation = VaringInterpolation.PERSPECTIVE

Returns

Attribute

Defined in

gfx/base/types.ts:984

Properties

format

format: Format = Format.UNKNOWN

Defined in

gfx/base/types.ts:986


isInstanced

isInstanced: boolean = false

Defined in

gfx/base/types.ts:989


isNormalized

isNormalized: boolean = false

Defined in

gfx/base/types.ts:987


location

location: number = 0

Defined in

gfx/base/types.ts:990


name

name: string = ''

Defined in

gfx/base/types.ts:985


stream

stream: number = 0

Defined in

gfx/base/types.ts:988


varingInterpolation

varingInterpolation: VaringInterpolation = VaringInterpolation.PERSPECTIVE

Defined in

gfx/base/types.ts:991