Object Types for Line Layer
Line | Pipe | Cone | Box | Profile
Line
Specific settings:
no specific settings
three.js object class:
Pipe
Places a cylinder to each line segment and a sphere to each joint.
Specific settings:
Radius
Numerical value.
three.js geometry classes:
CylinderGeometry and SphereGeoemtry
Cone
Places a cone to each line segment. Heading of cone is forward direction.
Specific settings:
Radius
Numerical value.
three.js geometry class:
Box
Places a box to each line segment.
Specific settings:
Width
Numerical value.
Height
Numerical value.
three.js geometry class:
BoxGeometry and Geometry
Profile
Makes a vertical plane between each line segment and zero elevation. If altitude mode of z coordinate is Relative to DEM
or + "field name"
, each linestring is split into segments using triangles of DEM and every upper edge is located at the relative height from triangle surface of DEM.
Specific settings:
Lower Z
Z coordinate of lower edge.
three.js geometry class:
Back to Export Settings | Qgis2threejs plugin version 1.3