331

Viewing the scene
Setting the view projection policy

  • Rendering through a View can use PERSPECTIVE_PROJECTION (default) or PARALLEL_PROJECTION

  • You can also control front and back clip planes
  • Method
    void setProjectionPolicy( int policy )
    void setFrontDistance( double distance )
    void setBackDistance( double distance )