Document

altspace~ Document

new Document()

Represents the 2D content in an enclosure. Document should not be instantiated directly, instead it should be retrieved via altspace.getDocument.

Extends

  • THREE.Mesh

Members

inputEnabled :Boolean

Enable cursor input on Android devices. Note that transparency hit-testing is not supported on the document on Android. The cursor will register a hit even on transparent portions of the document.

Methods

reset()

Reset the document to its default position regardless of the scene transform. Called by default when the document is initally retrieved.