Fovia's C++ Client/Server API
Public Member Functions | Public Attributes | List of all members
CROP_BOX_PARAMS Struct Reference

Public Member Functions

 CROP_BOX_PARAMS (const CROP_BOX_PARAMS &r)
 
CROP_BOX_PARAMSoperator= (const CROP_BOX_PARAMS &r)
 

Public Attributes

RANGE_PARAMS xr
 
RANGE_PARAMS yr
 
RANGE_PARAMS zr
 

Detailed Description

Deprecated:
If you wish to specify a crop box, you should specify 6 clipping planes using RENDER_PARAMS::CutPlanes

Member Data Documentation

RANGE_PARAMS CROP_BOX_PARAMS::xr

X-Axis range.

RANGE_PARAMS CROP_BOX_PARAMS::yr

Y-Axis range.

RANGE_PARAMS CROP_BOX_PARAMS::zr

Z-Axis range.