Skip to content

Commit c06cfa5

Browse files
jmwrightmarcus7070
andauthored
Update doc/importexport.rst
Updated description on TJS format Co-authored-by: Marcus Boyd <[email protected]>
1 parent e271164 commit c06cfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/importexport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ optimum values that will produce an acceptable mesh. Note that parameters for AM
189189
Exporting TJS
190190
##############
191191

192-
The TJS (ThreeJS) exporter is capable of adjusting the quality of the resulting JSON-based mesh, and accepts the following parameters.
192+
The TJS (ThreeJS) exporter produces a file in JSON format that describes a scene for the ThreeJS WebGL renderer. The objects in the first argument are converted into a mesh and then form the ThreeJS geometry for the scene. The mesh can be adjusted with the following parameters.
193193

194194
* ``fileName`` - The path and file name to write the ThreeJS output to.
195195
* ``tolerance`` - A linear deflection setting which limits the distance between a curve and its tessellation. Setting this value too low will result in large meshes that can consume computing resources. Setting the value too high can result in meshes with a level of detail that is too low. Default is 0.1, which is good starting point for a range of cases.

0 commit comments

Comments
 (0)