Copyright © 2021 by K4.org
  (v.0.48.124)

The rendering support for Viewport.

Index

Rules

__mod3

__mod3: String

Internal Use Only.

Flags : Cached, External (Note this is uncached)

Expression : R.THREE.makeViewport(this.renderName,this.spec)

isSelectable

isSelectable: Boolean

no doc

Flags : Cached, Parameter (Note this is uncached)

Expression : true

renderNode

renderNode: Boolean

Override of Render3Mixin rule.

Flags : Cached (Note this is uncached)

Expression : true

worldToPaper

worldToPaper: Point

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));}

worldToViewport

worldToViewport: Point

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);}