Object Types for Point Layer

Sphere | Cylinder | Cone | Box | Disk | Icon | JSON model | COLLADA model


Sphere

Sphere with specified radius, color and transparency

Specific settings:

Origin:

center of sphere

three.js geometry class:

SphereGeoemtry

Cylinder

Cylinder with specified radius, height, color and transparency

Specific settings:

Origin:

center of bottom (if height > 0)

three.js geometry class:

CylinderGeometry

Cone

Cone with specified radius, height, color and transparency

Specific settings:

Origin:

center of bottom (if height > 0)

three.js geometry class:

CylinderGeometry

Box

Box with specified width, depth, height, color and transparency

Specific settings:

Origin:

center of bottom (if height > 0)

three.js geometry class:

BoxGeometry

Disk

Disk with specified radius, orientation, color and transparency

Specific settings:

Origin:

center of disk

three.js geometry class:

CylinderGeometry

Icon

Image which always faces towards the camera

Specific settings:

Origin:

center of image

three.js object class:

Sprite

JSON model

Specific settings:

Origin:

origin of model

COLLADA model

Specific settings:

Origin:

origin of model


Back to Export Settings | Qgis2threejs plugin version 1.3