Radiant:
binds... * F12: maximize main wnd view under cursor * ctrl + t: patch thicken menus... * simplified curve menu misc... * square option in exact patch creators (= redisperse rows + cols) * axis option in patch deform dialog * spinner instead of entry in: patch deform, thicken; brush prism, cone, sphere, rock dialogs * maximized brush cone prefab sides limit
This commit is contained in:
@@ -155,7 +155,7 @@ void Brush_ConstructPrism( Brush& brush, const AABB& bounds, std::size_t sides,
|
||||
}
|
||||
|
||||
const std::size_t c_brushCone_minSides = 3;
|
||||
const std::size_t c_brushCone_maxSides = 32;
|
||||
const std::size_t c_brushCone_maxSides = c_brush_maxFaces - 1;
|
||||
const char* const c_brushCone_name = "brushCone";
|
||||
|
||||
void Brush_ConstructCone( Brush& brush, const AABB& bounds, std::size_t sides, const char* shader, const TextureProjection& projection ){
|
||||
|
||||
Reference in New Issue
Block a user