tote blender corrected

This commit is contained in:
Hamidreza Norouzi
2023-03-31 08:21:24 -07:00
parent 7a8931ea9d
commit c3a729e2d3
6 changed files with 217 additions and 116 deletions

View File

@ -5,9 +5,12 @@
objectName sphereDict;
objectType sphereShape;
/* ------------------------------------------------------------------------- */
// names of shapes
// name of shapes
names (sphere1);
// diameter of shapes (m)
diameters (0.004);
// material names for shapes
diameters (0.005);
// material name for shapes
materials (solidProperty);