Geometry class abstract

Implementers

Constructors

Geometry()

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 setter

Methods

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

Operators

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

Static Methods

fromFlatbuffer(MeshPrimitive fbPrimitive) Geometry