
AtomSphere
Type
ChildNode.
Description
This node draws a sphere from a number of fuzzy 'atoms' (like in Atom), instead of the usual polygons. Tends to produce high cpu usage if the camera gets close to it.
Attributes
Example Use
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE X3D> <X3D profile="Full"> <Scene> <NavigationInfo type="ANY"/> <Transform translation="0.0 0.0 -8.0"> <AtomSphere/> </Transform> </Scene> </X3D>