ball Element Reference
Spherical metaobject which radiates influence uniformly in all directions outwards from its centerpoint. More...
Inheritance diagram for ball:

Attributes | |
| vector3 | position |
| Specifies the center of this metaball. | |
| ureal_t | radius |
| Specifies the radius of this metaball. | |
| real_t | strength |
| Specifies the intensity of the initial charge of this metaobject. | |
| bool | negative |
| whether or not this metaobject has a positive or negative impact on surrounding metaobjects | |
Detailed Description
Spherical metaobject which radiates influence uniformly in all directions outwards from its centerpoint.
- Note:
- ball corresponds to the underlying Milton class 'MetaBall.'
Attribute Documentation
| vector3 ball::position |
Specifies the center of this metaball.
| type | vector3 |
| optional | true |
| default | [ 0, 0, 0 ] (origin) |
| ureal_t ball::radius |
Specifies the radius of this metaball.
| type | positive real scalar |
| optional | true |
| default | 1 |
| real_t ball::strength |
Specifies the intensity of the initial charge of this metaobject.
| type | real scalar |
| optional | true |
| default | 1 |
| bool ball::negative |
whether or not this metaobject has a positive or negative impact on surrounding metaobjects
| type | boolean |
| optional | true |
| default | false |
Generated on 28 Feb 2009 for MiltonScenefileFormat by
1.5.6