menu
openworld package
documentation
three_dart/three3d/core/index.dart
BufferGeometry
setAttribute method
setAttribute method
dark_mode
light_mode
setAttribute
method
BufferGeometry
setAttribute
(
String
name
,
dynamic
attribute
)
Implementation
BufferGeometry setAttribute(String name, attribute) { attributes[name] = attribute; return this; }
openworld package
documentation
three_dart/three3d/core/index
BufferGeometry
setAttribute method
BufferGeometry class