menu
three_dart package
documentation
three3d/core/buffer_geometry.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; }
three_dart package
documentation
three3d/core/buffer_geometry
BufferGeometry
setAttribute method
BufferGeometry class