GeometryBufferRenderer class

class GeometryBufferRenderer

Annotations
  • @JS()

Constructors

GeometryBufferRenderer(Scene scene, [num ratio])

Properties

enablePosition bool
getter/setter pair
enableReflectivity bool
getter/setter pair
enableVelocity bool
getter/setter pair
excludedSkinnedMeshesFromVelocity List<AbstractMesh>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSupported bool
no setter
ratio num
no setter
renderList List<AbstractMesh>
getter/setter pair
renderTransparentMeshes bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples num
getter/setter pair
scene Scene
no setter

Methods

dispose() → void
getGBuffer() MultiRenderTarget
getTextureIndex(num textureType) num
isReady(SubMesh subMesh, bool useInstances) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

DEPTHNORMAL_TEXTURE_TYPE num
no setter
POSITION_TEXTURE_TYPE num
no setter
REFLECTIVITY_TEXTURE_TYPE num
no setter
VELOCITY_TEXTURE_TYPE num
no setter