Better clipping plane activation logic...

This commit is contained in:
2025-10-13 15:42:06 +02:00
parent 54373cfe96
commit 7b53e09524
2 changed files with 23 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
export const AppState = {
// The root scene object
root: null,
scenes : [
{
id : "salvador",
@@ -8,6 +10,10 @@ export const AppState = {
ambientOcclusion : true,
shadows : true,
map : null,
clipping : {
enabled: false,
plane : null,
}
}
/**