-
Notifications
You must be signed in to change notification settings - Fork 2
Options
✌ Makis Tracend edited this page Jan 23, 2014
·
6 revisions
These are the options supported when initializing construct()
:
- libs: an alternative js dependency object to overwrite the default. Follows the Require.js config spec
Here are some of the options that we are looking into testing and potentially including in the future:
- render: (webgl,canvas,css3d) Define a renderer other than WebGL, a 1-1 mirror of the Three.js option
- quality: (good/medium/low) A user-friendly approach to defining rendering quality by allowing Construct.js to make automated decisions based on the workload and quality of the 3D assets displayed.
- cache: (boolean) If enabled it will try to save compiled templates of the 3D space and on subsequent loads will use the pre-compiled data.