menu
three_js_bvh_csg package
documentation
csg/node.dart
Node
Node.new constructor
Node.new constructor
dark_mode
light_mode
Node
constructor
Node
(
[
List
<
Polygon
>
?
polygons
])
Implementation
Node([List<Polygon>? polygons]) { this.polygons = []; if (polygons != null){ build(polygons); } }
three_js_bvh_csg package
documentation
csg/node
Node
Node.new constructor
Node class