Changeset 1118 for cpp/frams/_demos
- Timestamp:
- 03/31/21 03:05:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/shapeconvert.cpp
r1115 r1118 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-202 0Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2021 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 38 38 PreconfiguredGenetics genetics; 39 39 Part::Shape shape = Part::SHAPE_CYLINDER; 40 float thickness = 0.1;40 float thickness = Part::DEFAULT_STICK_RADIUS; 41 41 42 42 char* gen_arg = 0;
Note: See TracChangeset
for help on using the changeset viewer.