TriangleGeometry class

Inheritance

Constructors

TriangleGeometry()

Properties

attributes Map<String, BufferAttribute>
getter/setter pairinherited
bufferInfo BufferInfo
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
index BufferAttribute?
getter/setter pairinherited
indices List<int>
getter/setter pair
normals List<double>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uvs List<double>
getter/setter pair
vertices List<double>
getter/setter pair

Methods

computeBufferInfo(OpenGLContextES gl) → dynamic
inherited
createBufferFromBufferAttribute(OpenGLContextES gl, BufferAttribute bufferAttribute, int drawType) → dynamic
The drawType can be:
inherited
getAttribute(String name) BufferAttribute
inherited
getGLTypeForTypedArray(BufferAttribute bufferAttribute) → dynamic
inherited
getMax(List<int> array) int
Return the maximum number in the array.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAttribute(String name, BufferAttribute attribute) BufferGeometry
Sets an attribute to this geometry. Use this rather than the attributes property, because an internal hashmap of .attributes is maintained to speed up iterating over attributes.
inherited
setIndex(dynamic index) BufferGeometry
Sets the index list, the list can be a List
inherited
toString() String
A string representation of this object.
inherited

Operators

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