Fix state path + minor changes

This commit is contained in:
2026-04-07 16:26:54 +02:00
parent 6e02236124
commit 36f118e5c7
3 changed files with 13 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,8 @@
// Global ATON // Global ATON and THREE
/**
* @module Environment
*/
/** /**
* *