menu
three_dart package
documentation
three3d/core/buffer_geometry.dart
BufferGeometry
deleteAttribute method
deleteAttribute method
dark_mode
light_mode
deleteAttribute
method
BufferGeometry
deleteAttribute
(
String
name
)
Implementation
BufferGeometry deleteAttribute(String name) { attributes.remove(name); return this; }
three_dart package
documentation
three3d/core/buffer_geometry
BufferGeometry
deleteAttribute method
BufferGeometry class