Skip to content

Commit bdf65a5

Browse files
committed
document unknown attrs
1 parent ff614d6 commit bdf65a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/traces/streamtubes/convert.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,11 @@ function calculateMesh(inputX, inputY, inputZ, inputC, inputMC, scalingFactor) {
933933
specular: 0.3,
934934
roughness: 0.2,
935935
fresnel: 0,
936-
vertexNormalsEpsilon: 0
936+
vertexNormalsEpsilon: 0,
937+
contourEnable: true, // fixme check what it is; doesn't seem to matter
938+
contourCount: 100,// fixme check what it is; doesn't seem to matter
939+
contourLineWidth: 10,// fixme check what it is; doesn't seem to matter
940+
contourColor: [1,0,0] // fixme check what it is; doesn't seem to matter
937941
}
938942
}
939943

0 commit comments

Comments
 (0)