minorua / Qgis2threejs

3D map visualization and web export plugin for QGIS
http://minorua.github.io/Qgis2threejs/docs/
507 stars 92 forks source link

How to change line width for 3D models #285

Open Mecak opened 2 years ago

Mecak commented 2 years ago

Hi, I want to change the line width value I changed the linewidth value in Qgis2threejs.js but there is no difference

The only solution I found is to change linewidth values in js\threejs\three.min.js

Line Width value 1 : (default)

linewidth=1

Line Width value 3 :

linewidth=3

is there any other way to change it from other files like (Qgis2threejs.js)

I-Maps commented 1 year ago

I have the same issue. I have index contours that I want to be thicker than the regular contours. It would be good if a line thickness setting could be added to the materials section of the layer properties. It appears this could be done since you have already demonstrated that it can be changed by altering the value in the three.min.js file.