[X3D-Public] announce: X3D Tooltips now provide full support

Don Brutzman brutzman at nps.edu
Sun Oct 14 22:27:26 PDT 2012


On 10/2/2012 2:48 AM, Michalis Kamburelis wrote:
>[...]
> You wrote "initializeOnly" twice.
> [...]

Thanks for catching that obvious error.  Correction:

http://www.web3d.org/x3d/content/X3dTooltips.html#accessType
============================================================
accessType Definitions

accessType determines whether a field corresponds to event input, event output, or persistent state information. Events are strictly typed values with a corresponding timestamp. ROUTE connections must match accessType between source field and target field.

    initializeOnly: can be initialized, but cannot send or receive events. This is usually the case for fields that are considered too computationally expensive to change at run time.
    inputOutput: can be initialized, and can also send or receive events.
    inputOnly: cannot be initialized or included in a scene file, but can receive input event values via a ROUTE.
    outputOnly: cannot be initialized or included in a scene file, but can send output event values via a ROUTE.

X3D accessType design keeps 3D graphics rendering fast and interactive, also helping to keep X3D players small and lightweight.
============================================================

> Great work in general!
> 
> Regards,
> Michalis

super, I hope it is useful.  Again thanks for your review and correction.

all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman at nps.edu
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman



More information about the X3D-Public mailing list