CuboidGeometry class

Inheritance

Constructors

CuboidGeometry(Vector3 extents)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertexShader Shader
no setterinherited

Methods

bind(RenderPass pass, HostBuffer transientsBuffer, Matrix4 modelTransform, Matrix4 cameraTransform, Vector3 cameraPosition) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIndices(BufferView indices, IndexType indexType) → void
inherited
setJointsTexture(Texture? texture, int width) → void
inherited
setVertexShader(Shader shader) → void
inherited
setVertices(BufferView vertices, int vertexCount) → void
inherited
toString() String
A string representation of this object.
inherited
uploadVertexData(ByteData vertices, int vertexCount, ByteData? indices, {IndexType indexType = gpu.IndexType.int16}) → void
inherited

Operators

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