DagPane
The DagPane class is responsible for rendering a Aspect DAG in a
ThreeJS scene
Methods
created
(
)
:
void
Creates a new DAG component, assigns scene a width and height and
updates DAG with scene
Returns void
void
mounted
(
)
:
void
Tells ThreeJS scene to render
Returns void
void
animate
(
)
:
void
Update ThreeJS scene. Called at regular intervals.
Returns void
void
Properties
scene
:
void
Scene component
dag
:
void
DAG component
params
:
void
Scene definition
width
:
void
Width of DAG window
height
:
void
Height of DAG window