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:
Radius
Numerical value.
Origin:
center of sphere
three.js geometry class:
Cylinder
Cylinder with specified radius, height, color and transparency
Specific settings:
Radius
Numerical value.
Height
Numerical value.
Origin:
center of bottom (if height > 0)
three.js geometry class:
Cone
Cone with specified radius, height, color and transparency
Specific settings:
Radius
Numerical value.
Height
Numerical value.
Origin:
center of bottom (if height > 0)
three.js geometry class:
Box
Box with specified width, depth, height, color and transparency
Specific settings:
Width
Numerical value.
Depth
Numerical value.
Height
Numerical value.
Origin:
center of bottom (if height > 0)
three.js geometry class:
Disk
Disk with specified radius, orientation, color and transparency
Specific settings:
Radius
Numerical value.
Dip
In degrees. See Strike and dip - Wikipedia.
Dip direction
In degrees.
Origin:
center of disk
three.js geometry class:
Icon
Image which always faces towards the camera
Specific settings:
Image file
File path.
Scale
Numerical value.
Origin:
center of image
three.js object class:
JSON model
Specific settings:
JSON file
File path.
Scale
Numerical value.
Rotation (x)
In degrees.
Rotation (y)
In degrees.
Rotation (z)
In degrees.
Origin:
origin of model
COLLADA model
Specific settings:
COLLADA file
File path (.dae). If the model has texture images, they need to be copied to the destination directory manually.
Scale
Numerical value.
Rotation (x)
In degrees.
Rotation (y)
In degrees.
Rotation (z)
In degrees.
Origin:
origin of model
Back to Export Settings | Qgis2threejs plugin version 1.3