Update importWebGL.py
This commit is contained in:
@@ -48,6 +48,13 @@ else:
|
||||
|
||||
if open.__module__ in ['__builtin__','io']: pythonopen = open
|
||||
|
||||
## @package importWebGL
|
||||
# \ingroup ARCH
|
||||
# \brief FreeCAD WebGL Exporter
|
||||
#
|
||||
# This module provides tools to export HTML files containing the
|
||||
# exported objects in WebGL format and a simple three.js-based viewer.
|
||||
|
||||
disableCompression = False # Compress object data before sending to JS
|
||||
base = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!#$%&()*+-:;/=>?@[]^_,.{|}~`' # safe str chars for js in all cases
|
||||
baseFloat = ',.-0123456789'
|
||||
|
||||
Reference in New Issue
Block a user