MRClippingGeometry
MRClippingGeometry
Geometry used in the clipping plane step. Separated out for clarity in the calculations.
Kind: global class
mrClippingGeometry.MRClippingGeometry
Kind: instance class of MRClippingGeometry
new exports.MRClippingGeometry(geometry)
Constructor for the clipping geometry class. Sets the internal geometry object to the geometry that is passed through.
Param | Type | Description |
---|---|---|
geometry | object |
The geometry to be captured internally by this.geometry . |