get

get engine2d entites

virtuosity.engine3d.get

Methods


Methods

camera

get the camera of a canvas

virtuosity.engine3d.get.camera(canvas);


Parameter Type Description
canvas String name of the canvas

box

get a specific box

virtuosity.engine3d.get.box(name);


Parameter Type Description
name String name of the box

sphere

get a specific sphere

virtuosity.engine3d.get.sphere(name);


Parameter Type Description
name String name of the sphere

plane

get a specific plane

virtuosity.engine3d.get.plane(name);


Parameter Type Description
name String name of the plane

material

get a specific material

virtuosity.engine3d.get.material(name);


Parameter Type Description
name String name of the material

canvas

get a specific canvas

virtuosity.engine3d.get.canvas(name);


Parameter Type Description
name String name of the canvas