
Atom
Type
ChildNode.
Description
A fuzzy visual 'atom'. Must be used as a child of AtomController. The atom modulates its motion according to the number of neighbouring atoms.
Attributes
centre SFVec3F The 3d position of the Atom.
Example Use
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE X3D> <X3D profile="Full"> <Scene> <NavigationInfo type="ANY"/> <AtomController> <Atom centre="0.0 -1.0 -7.2"/> <Atom centre="-2.0 0.0 -7.1"/> <Atom centre="2.0 0.5 -7.0"/> <Atom DEF="bob" centre="0.0 1.0 -7.3"/> </AtomController> </Scene> </X3D>