mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
updated V-blender tutorial
This commit is contained in:
@ -2,10 +2,15 @@
|
||||
| phasicFlow File |
|
||||
| copyright: www.cemf.ir |
|
||||
\* ------------------------------------------------------------------------- */
|
||||
|
||||
objectName sphereDict;
|
||||
objectType sphereShape;
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
names (lightSphere heavySphere); // names of shapes
|
||||
diameters (0.01 0.0101); // diameter of shapes
|
||||
materials (lightMat heavyMat); // material names for shapes
|
||||
// names of particles
|
||||
names (smallSphere largeSphere);
|
||||
|
||||
// diameter of particles
|
||||
diameters (0.01 0.0101);
|
||||
|
||||
// material names for particles
|
||||
materials (lightMat lightMat);
|
||||
|
Reference in New Issue
Block a user