mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-25 01:45:26 +01:00
use polygon offset feature of webgl / play with offset param
This commit is contained in:
parent
223834c8f6
commit
706505a006
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ TCAD.utils.createSolidMesh = function(faces) {
|
|||
color: TCAD.view.FACE_COLOR,
|
||||
shininess: 0,
|
||||
polygonOffset : true,
|
||||
polygonOffsetFactor : 3,
|
||||
polygonOffsetFactor : 4,
|
||||
polygonOffsetUnits : 1
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue