menu
three_js_core package
documentation
renderers/webgl/index.dart
WebGLBindingStates
enableAttribute method
enableAttribute method
dark_mode
light_mode
enableAttribute
method
void
enableAttribute
(
int
attribute
)
Implementation
void enableAttribute(int attribute) { enableAttributeAndDivisor(attribute, 0); }
three_js_core package
documentation
renderers/webgl/index
WebGLBindingStates
enableAttribute method
WebGLBindingStates class