Internal Use Only.
Flags : Cached, External (Note this is uncached)
Expression : R.THREE.makeViewport(this.renderName,this.spec)
no doc
Flags : Cached, Parameter (Note this is uncached)
Expression : true
Returns the worldPoint in paper space units relative to this scene's center
Flags : Method (Note this is uncached)
Expression : this.__mod3; return function(worldPoint) { const pp = R.THREE.worldToPaper(worldPoint, this.renderName); return pp.addv(this.origin.sub(this.nha.origin));}
Returns the worldPoint in paper space units relative to this viewport's center
Flags : Method (Note this is uncached)
Expression : this.__mod3; return function(worldPoint) { return R.THREE.worldToPaper(worldPoint, this.renderName);}
ViewportRenderMixin (d.1.0)
Mixins: Render3Mixin
The rendering support for Viewport.