Module: MyThree

I use MyThree in my projects for displaying of my 3D objects in the canvas.
License:
  • under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Source:

Classes

MyThree

Members

(inner) length

getter
Source:

Type Definitions

createXDobjects(group, options)

Parameters:
Name Type Description
group THREE.Group group of objects to which a new XD object will be added
options Options See Options. Followed parameters is allowed.
Properties
Name Type Attributes Description
camera THREE.PerspectiveCamera <optional>
PerspectiveCamera.
frustumPoints object <optional>
FrustumPoints instance.
point object <optional>
point settings. See options.point parameter of MyThree for details.
player Player <optional>
Player instance. Playing of 3D ojbects in my projects.
guiSelectPoint GuiSelectPoint <optional>
GuiSelectPoint instance.
eventListeners Options.raycaster.EventListeners <optional>
Options.raycaster.EventListeners instance. Mouse events listeners for Raycaster instance.
renderer THREE.WebGLRenderer <optional>
WebGLRenderer
Source: