Fix state path + minor changes
This commit is contained in:
@@ -4,6 +4,10 @@ import AppState from "./state.js";
|
|||||||
import { config } from "../config.js";
|
import { config } from "../config.js";
|
||||||
import { toggleAmbientOcclusion } from "./utils/environment.js";
|
import { toggleAmbientOcclusion } from "./utils/environment.js";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @module Scene
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @todo Experimental...
|
* @todo Experimental...
|
||||||
* @param {THREE.Object3D} object - A THREE Object3D instance
|
* @param {THREE.Object3D} object - A THREE Object3D instance
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
import AppState from "../state.js";
|
import AppState from "../state.js";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @module Clipping
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param {THREE.Sphere} boundingSphere - The bounding sphere for the main node
|
* @param {THREE.Sphere} boundingSphere - The bounding sphere for the main node
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
// Global ATON
|
// Global ATON and THREE
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @module Environment
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user