nova64 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main.js +8 -0
package/package.json
CHANGED
package/src/main.js
CHANGED
|
@@ -262,6 +262,14 @@ const demoMap = {
|
|
|
262
262
|
'input-showcase': '/examples/input-showcase/code.js',
|
|
263
263
|
'audio-lab': '/examples/audio-lab/code.js',
|
|
264
264
|
'storage-quest': '/examples/storage-quest/code.js',
|
|
265
|
+
'instancing-demo': '/examples/instancing-demo/code.js',
|
|
266
|
+
'particles-demo': '/examples/particles-demo/code.js',
|
|
267
|
+
'screen-demo': '/examples/screen-demo/code.js',
|
|
268
|
+
'ui-demo': '/examples/ui-demo/code.js',
|
|
269
|
+
'wing-commander-space': '/examples/wing-commander-space/code.js',
|
|
270
|
+
'space-combat-3d': '/examples/space-combat-3d/code.js',
|
|
271
|
+
'model-viewer-3d': '/examples/model-viewer-3d/code.js',
|
|
272
|
+
'3d-advanced': '/examples/3d-advanced/code.js',
|
|
265
273
|
};
|
|
266
274
|
|
|
267
275
|
// default cart - load from URL param or default to space-harrier-3d
|