/** * Returns a position in model coordinates relative to eye taking into * account the current scene mode: 3D, 2D, or Columbus view. *
* This uses standard position attributes, position3DHigh
,
* position3DLow
, position2DHigh
, and position2DLow
,
* and should be used when writing a vertex shader for an {@link Appearance}.
*