* brush.icosahedron.truncate option

This commit is contained in:
Garux
2020-12-14 08:46:36 +03:00
parent e1f3b25bc6
commit 8b460b5318
3 changed files with 84 additions and 67 deletions

View File

@@ -43,7 +43,7 @@ namespace scene
class Graph;
class Node;
}
void Scene_BrushConstructPrefab( scene::Graph& graph, EBrushPrefab type, std::size_t sides, const char* shader );
void Scene_BrushConstructPrefab( scene::Graph& graph, EBrushPrefab type, std::size_t sides, bool option, const char* shader );
class AABB;
void Scene_BrushResize_Cuboid( scene::Node*& node, const AABB& bounds );
void Brush_ConstructPlacehoderCuboid( scene::Node& node, const AABB& bounds );