Flutter3DUtils class

Constructors

Flutter3DUtils()

Properties

attrTypeMap Map
getter/setter pair
BOOL int
getter/setter pair
BOOL_VEC2 int
getter/setter pair
BOOL_VEC3 int
getter/setter pair
BOOL_VEC4 int
getter/setter pair
FLOAT int
getter/setter pair
FLOAT_MAT2 int
getter/setter pair
FLOAT_MAT2x3 int
getter/setter pair
FLOAT_MAT2x4 int
getter/setter pair
FLOAT_MAT3 int
getter/setter pair
FLOAT_MAT3x2 int
getter/setter pair
FLOAT_MAT3x4 int
getter/setter pair
FLOAT_MAT4 int
getter/setter pair
FLOAT_MAT4x2 int
getter/setter pair
FLOAT_MAT4x3 int
getter/setter pair
FLOAT_VEC2 int
getter/setter pair
FLOAT_VEC3 int
getter/setter pair
FLOAT_VEC4 int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
INT int
getter/setter pair
INT_SAMPLER_2D int
getter/setter pair
INT_SAMPLER_2D_ARRAY int
getter/setter pair
INT_SAMPLER_3D int
getter/setter pair
INT_SAMPLER_CUBE int
getter/setter pair
INT_VEC2 int
getter/setter pair
INT_VEC3 int
getter/setter pair
INT_VEC4 int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SAMPLER_2D int
getter/setter pair
SAMPLER_2D_ARRAY int
getter/setter pair
SAMPLER_2D_ARRAY_SHADOW int
getter/setter pair
SAMPLER_2D_SHADOW int
getter/setter pair
SAMPLER_3D int
getter/setter pair
SAMPLER_CUBE int
getter/setter pair
SAMPLER_CUBE_SHADOW int
getter/setter pair
TEXTURE_2D int
getter/setter pair
TEXTURE_2D_ARRAY int
getter/setter pair
TEXTURE_3D int
getter/setter pair
TEXTURE_CUBE_MAP int
getter/setter pair
typeMap Map
getter/setter pair
UNSIGNED_INT int
getter/setter pair
UNSIGNED_INT_SAMPLER_2D int
getter/setter pair
UNSIGNED_INT_SAMPLER_2D_ARRAY int
getter/setter pair
UNSIGNED_INT_SAMPLER_3D int
getter/setter pair
UNSIGNED_INT_SAMPLER_CUBE int
getter/setter pair
UNSIGNED_INT_VEC2 int
getter/setter pair
UNSIGNED_INT_VEC3 int
getter/setter pair
UNSIGNED_INT_VEC4 int
getter/setter pair

Methods

floatArraySetter(OpenGLContextES gl, dynamic location) → dynamic
floatAttribSetter(OpenGLContextES gl, int index, [dynamic typeInfo]) → dynamic
floatMat23Setter(OpenGLContextES gl, dynamic location) → dynamic
floatMat24Setter(OpenGLContextES gl, dynamic location) → dynamic
floatMat2Setter(OpenGLContextES gl, dynamic location) → dynamic
floatMat32Setter(OpenGLContextES gl, dynamic location) → dynamic
floatMat34Setter(OpenGLContextES gl, dynamic location) → dynamic
floatMat3Setter(OpenGLContextES gl, dynamic location) → dynamic
floatMat42Setter(OpenGLContextES gl, dynamic location) → dynamic
floatMat43Setter(OpenGLContextES gl, dynamic location) → dynamic
floatMat4Setter(OpenGLContextES gl, dynamic location) → dynamic
floatSetter(OpenGLContextES gl, dynamic location) → dynamic
floatVec2Setter(OpenGLContextES gl, dynamic location) → dynamic
floatVec3Setter(OpenGLContextES gl, dynamic location) → dynamic
floatVec4Setter(OpenGLContextES gl, dynamic location) → dynamic
getBindPointForSamplerType(dynamic gl, dynamic type) → dynamic
intArraySetter(OpenGLContextES gl, dynamic location) → dynamic
intAttribSetter(OpenGLContextES gl, dynamic index) → dynamic
intSetter(OpenGLContextES gl, dynamic location) → dynamic
intVec2Setter(OpenGLContextES gl, dynamic location) → dynamic
intVec3Setter(OpenGLContextES gl, dynamic location) → dynamic
intVec4Setter(OpenGLContextES gl, dynamic location) → dynamic
matAttribSetter(OpenGLContextES gl, dynamic index, dynamic typeInfo) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
samplerArraySetter(OpenGLContextES gl, dynamic type, dynamic unit, dynamic location, int size) → dynamic
samplerSetter(OpenGLContextES gl, dynamic type, int unit, dynamic location, [dynamic test]) → dynamic
toString() String
A string representation of this object.
inherited
uintArraySetter(OpenGLContextES gl, dynamic location) → dynamic
uintSetter(OpenGLContextES gl, dynamic location) → dynamic
uintVec2Setter(OpenGLContextES gl, dynamic location) → dynamic
uintVec3Setter(OpenGLContextES gl, dynamic location) → dynamic
uintVec4Setter(OpenGLContextES gl, dynamic location) → dynamic

Operators

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