import { ParamValueSerializedTypeMap } from "@polygonjs/polygonjs/dist/src/engine/params/types/ParamValueSerializedTypeMap"; import { PolyScene } from "@polygonjs/polygonjs/dist/src/engine/scene/PolyScene"; // obj import { CopNetworkObjNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/obj/CopNetwork"; import { GeoObjNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/obj/Geo"; // sop import { BoxSopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/sop/Box"; import { CameraControlsSopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/sop/CameraControls"; import { HemisphereLightSopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/sop/HemisphereLight"; import { MaterialSopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/sop/Material"; import { MaterialsNetworkSopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/sop/MaterialsNetwork"; import { MergeSopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/sop/Merge"; import { PerspectiveCameraSopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/sop/PerspectiveCamera"; import { PolarTransformSopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/sop/PolarTransform"; import { SphereSopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/sop/Sphere"; import { SpotLightSopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/sop/SpotLight"; // mat import { MeshStandardBuilderMatNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/mat/MeshStandardBuilder"; import { MeshStandardMatNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/mat/MeshStandard"; // cop import { EnvMapCopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/cop/EnvMap"; import { ImageCopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/cop/Image"; import { ImageEXRCopNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/cop/ImageEXR"; // event import { CameraOrbitControlsEventNode } from "@polygonjs/polygonjs/dist/src/engine/nodes/event/CameraOrbitControls"; export class PolySceneWithNodeMap_scene_01 extends PolyScene { node(path: "/geo1"): GeoObjNode; node(path: "/geo1/sphere1"): SphereSopNode; node(path: "/geo1/material1"): MaterialSopNode; node(path: "/geo1/MAT"): MaterialsNetworkSopNode; node(path: "/geo1/MAT/meshStandard1"): MeshStandardMatNode; node(path: "/ground"): GeoObjNode; node(path: "/ground/material1"): MaterialSopNode; node(path: "/ground/MAT"): MaterialsNetworkSopNode; node(path: "/ground/MAT/meshStandardBuilder1"): MeshStandardBuilderMatNode; node(path: "/ground/box1"): BoxSopNode; node(path: "/COP"): CopNetworkObjNode; node(path: "/COP/envMap"): EnvMapCopNode; node(path: "/COP/imageEnv"): ImageEXRCopNode; node(path: "/COP/image1"): ImageCopNode; node(path: "/lights"): GeoObjNode; node(path: "/lights/hemisphereLight1"): HemisphereLightSopNode; node(path: "/lights/spotLight1"): SpotLightSopNode; node(path: "/lights/polarTransform1"): PolarTransformSopNode; node(path: "/lights/merge1"): MergeSopNode; node(path: "/cameras"): GeoObjNode; node(path: "/cameras/perspectiveCamera1"): PerspectiveCameraSopNode; node(path: "/cameras/cameraControls1"): CameraControlsSopNode; node( path: "/cameras/cameraControls1/cameraOrbitControls1" ): CameraOrbitControlsEventNode; node( path: string ): any /* we need any for now as otherwise an error occurs when adding plugins to the overloaded methods */ { return super.node(path); } } export interface PolySceneProps_scene_01 { "geo1--transform"?: ParamValueSerializedTypeMap["folder"]; "geo1--keepPosWhenParenting"?: ParamValueSerializedTypeMap["boolean"]; "geo1--rotationOrder"?: ParamValueSerializedTypeMap["integer"]; "geo1--t"?: ParamValueSerializedTypeMap["vector3"]; "geo1--t-tx"?: ParamValueSerializedTypeMap["float"]; "geo1--t-ty"?: ParamValueSerializedTypeMap["float"]; "geo1--t-tz"?: ParamValueSerializedTypeMap["float"]; "geo1--tx"?: ParamValueSerializedTypeMap["float"]; "geo1--ty"?: ParamValueSerializedTypeMap["float"]; "geo1--tz"?: ParamValueSerializedTypeMap["float"]; "geo1--r"?: ParamValueSerializedTypeMap["vector3"]; "geo1--r-rx"?: ParamValueSerializedTypeMap["float"]; "geo1--r-ry"?: ParamValueSerializedTypeMap["float"]; "geo1--r-rz"?: ParamValueSerializedTypeMap["float"]; "geo1--rx"?: ParamValueSerializedTypeMap["float"]; "geo1--ry"?: ParamValueSerializedTypeMap["float"]; "geo1--rz"?: ParamValueSerializedTypeMap["float"]; "geo1--s"?: ParamValueSerializedTypeMap["vector3"]; "geo1--s-sx"?: ParamValueSerializedTypeMap["float"]; "geo1--s-sy"?: ParamValueSerializedTypeMap["float"]; "geo1--s-sz"?: ParamValueSerializedTypeMap["float"]; "geo1--sx"?: ParamValueSerializedTypeMap["float"]; "geo1--sy"?: ParamValueSerializedTypeMap["float"]; "geo1--sz"?: ParamValueSerializedTypeMap["float"]; "geo1--scale"?: ParamValueSerializedTypeMap["float"]; "geo1--matrixAutoUpdate"?: ParamValueSerializedTypeMap["boolean"]; "geo1--updateTransformFromObject"?: ParamValueSerializedTypeMap["button"]; "geo1--display"?: ParamValueSerializedTypeMap["boolean"]; "geo1--renderOrder"?: ParamValueSerializedTypeMap["integer"]; "geo1-sphere1--type"?: ParamValueSerializedTypeMap["integer"]; "geo1-sphere1--radius"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--resolution"?: ParamValueSerializedTypeMap["vector2"]; "geo1-sphere1--resolution-resolutionx"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--resolution-resolutiony"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--resolutionx"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--resolutiony"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--open"?: ParamValueSerializedTypeMap["boolean"]; "geo1-sphere1--phiStart"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--phiLength"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--thetaStart"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--thetaLength"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--detail"?: ParamValueSerializedTypeMap["integer"]; "geo1-sphere1--center"?: ParamValueSerializedTypeMap["vector3"]; "geo1-sphere1--center-centerx"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--center-centery"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--center-centerz"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--centerx"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--centery"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--centerz"?: ParamValueSerializedTypeMap["float"]; "geo1-sphere1--asLines"?: ParamValueSerializedTypeMap["boolean"]; "geo1-material1--group"?: ParamValueSerializedTypeMap["string"]; "geo1-material1--applyToChildren"?: ParamValueSerializedTypeMap["boolean"]; "geo1-material1--assignMat"?: ParamValueSerializedTypeMap["boolean"]; "geo1-material1--material"?: ParamValueSerializedTypeMap["node_path"]; "geo1-material1--cloneMat"?: ParamValueSerializedTypeMap["boolean"]; "geo1-material1--shareCustomUniforms"?: ParamValueSerializedTypeMap["boolean"]; "geo1-material1--swapCurrentTex"?: ParamValueSerializedTypeMap["boolean"]; "geo1-material1--texSrc0"?: ParamValueSerializedTypeMap["string"]; "geo1-material1--texDest0"?: ParamValueSerializedTypeMap["string"]; "geo1-MAT-meshStandard1--default"?: ParamValueSerializedTypeMap["folder"]; "geo1-MAT-meshStandard1--color"?: ParamValueSerializedTypeMap["color"]; "geo1-MAT-meshStandard1--color-colorr"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--color-colorg"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--color-colorb"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--colorr"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--colorg"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--colorb"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--useVertexColors"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--transparent"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--opacity"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--alphaTest"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--textures"?: ParamValueSerializedTypeMap["folder"]; "geo1-MAT-meshStandard1--useMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--map"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--useAlphaMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--alphaMap"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--useAOMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--aoMap"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--aoMapIntensity"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--useBumpMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--bumpMap"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--bumpScale"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--bumpBias"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--useDisplacementMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--displacementMap"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--displacementScale"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--displacementBias"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--emissive"?: ParamValueSerializedTypeMap["color"]; "geo1-MAT-meshStandard1--emissive-emissiver"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--emissive-emissiveg"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--emissive-emissiveb"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--emissiver"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--emissiveg"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--emissiveb"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--useEmissiveMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--emissiveMap"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--emissiveIntensity"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--useEnvMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--envMap"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--envMapIntensity"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--useLightMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--lightMap"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--lightMapIntensity"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--useNormalMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--normalMap"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--normalMapType"?: ParamValueSerializedTypeMap["integer"]; "geo1-MAT-meshStandard1--normalScale"?: ParamValueSerializedTypeMap["vector2"]; "geo1-MAT-meshStandard1--normalScale-normalScalex"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--normalScale-normalScaley"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--normalScalex"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--normalScaley"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--normalScaleMult"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--useMetalnessMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--metalnessMap"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--metalness"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--useRoughnessMap"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--roughnessMap"?: ParamValueSerializedTypeMap["node_path"]; "geo1-MAT-meshStandard1--roughness"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--advanced"?: ParamValueSerializedTypeMap["folder"]; "geo1-MAT-meshStandard1--flatShading"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--doubleSided"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--front"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--overrideShadowSide"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--shadowDoubleSided"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--shadowFront"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--colorWrite"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--depthWrite"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--depthTest"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--premultipliedAlpha"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--blending"?: ParamValueSerializedTypeMap["integer"]; "geo1-MAT-meshStandard1--dithering"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--polygonOffset"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--polygonOffsetFactor"?: ParamValueSerializedTypeMap["integer"]; "geo1-MAT-meshStandard1--polygonOffsetUnits"?: ParamValueSerializedTypeMap["integer"]; "geo1-MAT-meshStandard1--wireframe"?: ParamValueSerializedTypeMap["boolean"]; "geo1-MAT-meshStandard1--wireframeLinewidth"?: ParamValueSerializedTypeMap["float"]; "geo1-MAT-meshStandard1--wireframeLinecap"?: ParamValueSerializedTypeMap["integer"]; "geo1-MAT-meshStandard1--wireframeLinejoin"?: ParamValueSerializedTypeMap["integer"]; "geo1-MAT-meshStandard1--useFog"?: ParamValueSerializedTypeMap["boolean"]; "ground--transform"?: ParamValueSerializedTypeMap["folder"]; "ground--keepPosWhenParenting"?: ParamValueSerializedTypeMap["boolean"]; "ground--rotationOrder"?: ParamValueSerializedTypeMap["integer"]; "ground--t"?: ParamValueSerializedTypeMap["vector3"]; "ground--t-tx"?: ParamValueSerializedTypeMap["float"]; "ground--t-ty"?: ParamValueSerializedTypeMap["float"]; "ground--t-tz"?: ParamValueSerializedTypeMap["float"]; "ground--tx"?: ParamValueSerializedTypeMap["float"]; "ground--ty"?: ParamValueSerializedTypeMap["float"]; "ground--tz"?: ParamValueSerializedTypeMap["float"]; "ground--r"?: ParamValueSerializedTypeMap["vector3"]; "ground--r-rx"?: ParamValueSerializedTypeMap["float"]; "ground--r-ry"?: ParamValueSerializedTypeMap["float"]; "ground--r-rz"?: ParamValueSerializedTypeMap["float"]; "ground--rx"?: ParamValueSerializedTypeMap["float"]; "ground--ry"?: ParamValueSerializedTypeMap["float"]; "ground--rz"?: ParamValueSerializedTypeMap["float"]; "ground--s"?: ParamValueSerializedTypeMap["vector3"]; "ground--s-sx"?: ParamValueSerializedTypeMap["float"]; "ground--s-sy"?: ParamValueSerializedTypeMap["float"]; "ground--s-sz"?: ParamValueSerializedTypeMap["float"]; "ground--sx"?: ParamValueSerializedTypeMap["float"]; "ground--sy"?: ParamValueSerializedTypeMap["float"]; "ground--sz"?: ParamValueSerializedTypeMap["float"]; "ground--scale"?: ParamValueSerializedTypeMap["float"]; "ground--matrixAutoUpdate"?: ParamValueSerializedTypeMap["boolean"]; "ground--updateTransformFromObject"?: ParamValueSerializedTypeMap["button"]; "ground--display"?: ParamValueSerializedTypeMap["boolean"]; "ground--renderOrder"?: ParamValueSerializedTypeMap["integer"]; "ground-material1--group"?: ParamValueSerializedTypeMap["string"]; "ground-material1--applyToChildren"?: ParamValueSerializedTypeMap["boolean"]; "ground-material1--assignMat"?: ParamValueSerializedTypeMap["boolean"]; "ground-material1--material"?: ParamValueSerializedTypeMap["node_path"]; "ground-material1--cloneMat"?: ParamValueSerializedTypeMap["boolean"]; "ground-material1--shareCustomUniforms"?: ParamValueSerializedTypeMap["boolean"]; "ground-material1--swapCurrentTex"?: ParamValueSerializedTypeMap["boolean"]; "ground-material1--texSrc0"?: ParamValueSerializedTypeMap["string"]; "ground-material1--texDest0"?: ParamValueSerializedTypeMap["string"]; "ground-MAT-meshStandardBuilder1--default"?: ParamValueSerializedTypeMap["folder"]; "ground-MAT-meshStandardBuilder1--transparent"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--opacity"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--alphaTest"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--textures"?: ParamValueSerializedTypeMap["folder"]; "ground-MAT-meshStandardBuilder1--useMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--map"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--useAlphaMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--alphaMap"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--useAOMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--aoMap"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--aoMapIntensity"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--useBumpMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--bumpMap"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--bumpScale"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--bumpBias"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--useDisplacementMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--displacementMap"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--displacementScale"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--displacementBias"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--emissive"?: ParamValueSerializedTypeMap["color"]; "ground-MAT-meshStandardBuilder1--emissive-emissiver"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--emissive-emissiveg"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--emissive-emissiveb"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--emissiver"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--emissiveg"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--emissiveb"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--useEmissiveMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--emissiveMap"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--emissiveIntensity"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--useEnvMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--envMap"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--envMapIntensity"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--useLightMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--lightMap"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--lightMapIntensity"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--useNormalMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--normalMap"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--normalMapType"?: ParamValueSerializedTypeMap["integer"]; "ground-MAT-meshStandardBuilder1--normalScale"?: ParamValueSerializedTypeMap["vector2"]; "ground-MAT-meshStandardBuilder1--normalScale-normalScalex"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--normalScale-normalScaley"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--normalScalex"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--normalScaley"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--normalScaleMult"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--useMetalnessMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--metalnessMap"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--metalness"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--useRoughnessMap"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--roughnessMap"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--roughness"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--advanced"?: ParamValueSerializedTypeMap["folder"]; "ground-MAT-meshStandardBuilder1--setBuilderNode"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--builderNode"?: ParamValueSerializedTypeMap["node_path"]; "ground-MAT-meshStandardBuilder1--doubleSided"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--front"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--overrideShadowSide"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--shadowDoubleSided"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--shadowFront"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--colorWrite"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--depthWrite"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--depthTest"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--premultipliedAlpha"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--blending"?: ParamValueSerializedTypeMap["integer"]; "ground-MAT-meshStandardBuilder1--dithering"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--polygonOffset"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--polygonOffsetFactor"?: ParamValueSerializedTypeMap["integer"]; "ground-MAT-meshStandardBuilder1--polygonOffsetUnits"?: ParamValueSerializedTypeMap["integer"]; "ground-MAT-meshStandardBuilder1--wireframe"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--wireframeLinewidth"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--useFog"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--shadowPCSS"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--shadowPCSSFilterSize"?: ParamValueSerializedTypeMap["float"]; "ground-MAT-meshStandardBuilder1--overrideCustomMaterials"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--createCustomMatDistance"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--createCustomMatDepth"?: ParamValueSerializedTypeMap["boolean"]; "ground-MAT-meshStandardBuilder1--createCustomMatDepthDOF"?: ParamValueSerializedTypeMap["boolean"]; "ground-box1--size"?: ParamValueSerializedTypeMap["float"]; "ground-box1--sizes"?: ParamValueSerializedTypeMap["vector3"]; "ground-box1--sizes-sizesx"?: ParamValueSerializedTypeMap["float"]; "ground-box1--sizes-sizesy"?: ParamValueSerializedTypeMap["float"]; "ground-box1--sizes-sizesz"?: ParamValueSerializedTypeMap["float"]; "ground-box1--sizesx"?: ParamValueSerializedTypeMap["float"]; "ground-box1--sizesy"?: ParamValueSerializedTypeMap["float"]; "ground-box1--sizesz"?: ParamValueSerializedTypeMap["float"]; "ground-box1--divisions"?: ParamValueSerializedTypeMap["integer"]; "ground-box1--center"?: ParamValueSerializedTypeMap["vector3"]; "ground-box1--center-centerx"?: ParamValueSerializedTypeMap["float"]; "ground-box1--center-centery"?: ParamValueSerializedTypeMap["float"]; "ground-box1--center-centerz"?: ParamValueSerializedTypeMap["float"]; "ground-box1--centerx"?: ParamValueSerializedTypeMap["float"]; "ground-box1--centery"?: ParamValueSerializedTypeMap["float"]; "ground-box1--centerz"?: ParamValueSerializedTypeMap["float"]; "COP-envMap--useCameraRenderer"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--url"?: ParamValueSerializedTypeMap["string"]; "COP-imageEnv--reload"?: ParamValueSerializedTypeMap["button"]; "COP-imageEnv--tencoding"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--encoding"?: ParamValueSerializedTypeMap["integer"]; "COP-imageEnv--tmapping"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--mapping"?: ParamValueSerializedTypeMap["integer"]; "COP-imageEnv--twrap"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--wrapS"?: ParamValueSerializedTypeMap["integer"]; "COP-imageEnv--wrapT"?: ParamValueSerializedTypeMap["integer"]; "COP-imageEnv--tminFilter"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--minFilter"?: ParamValueSerializedTypeMap["integer"]; "COP-imageEnv--tmagFilter"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--magFilter"?: ParamValueSerializedTypeMap["integer"]; "COP-imageEnv--tanisotropy"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--useRendererMaxAnisotropy"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--anisotropy"?: ParamValueSerializedTypeMap["integer"]; "COP-imageEnv--tflipY"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--flipY"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--ttransform"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--offset"?: ParamValueSerializedTypeMap["vector2"]; "COP-imageEnv--offset-offsetx"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--offset-offsety"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--offsetx"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--offsety"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--repeat"?: ParamValueSerializedTypeMap["vector2"]; "COP-imageEnv--repeat-repeatx"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--repeat-repeaty"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--repeatx"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--repeaty"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--rotation"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--center"?: ParamValueSerializedTypeMap["vector2"]; "COP-imageEnv--center-centerx"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--center-centery"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--centerx"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--centery"?: ParamValueSerializedTypeMap["float"]; "COP-imageEnv--tadvanced"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--tformat"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--format"?: ParamValueSerializedTypeMap["integer"]; "COP-imageEnv--ttype"?: ParamValueSerializedTypeMap["boolean"]; "COP-imageEnv--type"?: ParamValueSerializedTypeMap["integer"]; "COP-imageEnv--checkFileType"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--url"?: ParamValueSerializedTypeMap["string"]; "COP-image1--reload"?: ParamValueSerializedTypeMap["button"]; "COP-image1--tencoding"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--encoding"?: ParamValueSerializedTypeMap["integer"]; "COP-image1--tmapping"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--mapping"?: ParamValueSerializedTypeMap["integer"]; "COP-image1--twrap"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--wrapS"?: ParamValueSerializedTypeMap["integer"]; "COP-image1--wrapT"?: ParamValueSerializedTypeMap["integer"]; "COP-image1--tminFilter"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--minFilter"?: ParamValueSerializedTypeMap["integer"]; "COP-image1--tmagFilter"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--magFilter"?: ParamValueSerializedTypeMap["integer"]; "COP-image1--tanisotropy"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--useRendererMaxAnisotropy"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--anisotropy"?: ParamValueSerializedTypeMap["integer"]; "COP-image1--tflipY"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--flipY"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--ttransform"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--offset"?: ParamValueSerializedTypeMap["vector2"]; "COP-image1--offset-offsetx"?: ParamValueSerializedTypeMap["float"]; "COP-image1--offset-offsety"?: ParamValueSerializedTypeMap["float"]; "COP-image1--offsetx"?: ParamValueSerializedTypeMap["float"]; "COP-image1--offsety"?: ParamValueSerializedTypeMap["float"]; "COP-image1--repeat"?: ParamValueSerializedTypeMap["vector2"]; "COP-image1--repeat-repeatx"?: ParamValueSerializedTypeMap["float"]; "COP-image1--repeat-repeaty"?: ParamValueSerializedTypeMap["float"]; "COP-image1--repeatx"?: ParamValueSerializedTypeMap["float"]; "COP-image1--repeaty"?: ParamValueSerializedTypeMap["float"]; "COP-image1--rotation"?: ParamValueSerializedTypeMap["float"]; "COP-image1--center"?: ParamValueSerializedTypeMap["vector2"]; "COP-image1--center-centerx"?: ParamValueSerializedTypeMap["float"]; "COP-image1--center-centery"?: ParamValueSerializedTypeMap["float"]; "COP-image1--centerx"?: ParamValueSerializedTypeMap["float"]; "COP-image1--centery"?: ParamValueSerializedTypeMap["float"]; "COP-image1--tadvanced"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--tformat"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--format"?: ParamValueSerializedTypeMap["integer"]; "COP-image1--ttype"?: ParamValueSerializedTypeMap["boolean"]; "COP-image1--type"?: ParamValueSerializedTypeMap["integer"]; "COP-image1--checkFileType"?: ParamValueSerializedTypeMap["boolean"]; "lights--transform"?: ParamValueSerializedTypeMap["folder"]; "lights--keepPosWhenParenting"?: ParamValueSerializedTypeMap["boolean"]; "lights--rotationOrder"?: ParamValueSerializedTypeMap["integer"]; "lights--t"?: ParamValueSerializedTypeMap["vector3"]; "lights--t-tx"?: ParamValueSerializedTypeMap["float"]; "lights--t-ty"?: ParamValueSerializedTypeMap["float"]; "lights--t-tz"?: ParamValueSerializedTypeMap["float"]; "lights--tx"?: ParamValueSerializedTypeMap["float"]; "lights--ty"?: ParamValueSerializedTypeMap["float"]; "lights--tz"?: ParamValueSerializedTypeMap["float"]; "lights--r"?: ParamValueSerializedTypeMap["vector3"]; "lights--r-rx"?: ParamValueSerializedTypeMap["float"]; "lights--r-ry"?: ParamValueSerializedTypeMap["float"]; "lights--r-rz"?: ParamValueSerializedTypeMap["float"]; "lights--rx"?: ParamValueSerializedTypeMap["float"]; "lights--ry"?: ParamValueSerializedTypeMap["float"]; "lights--rz"?: ParamValueSerializedTypeMap["float"]; "lights--s"?: ParamValueSerializedTypeMap["vector3"]; "lights--s-sx"?: ParamValueSerializedTypeMap["float"]; "lights--s-sy"?: ParamValueSerializedTypeMap["float"]; "lights--s-sz"?: ParamValueSerializedTypeMap["float"]; "lights--sx"?: ParamValueSerializedTypeMap["float"]; "lights--sy"?: ParamValueSerializedTypeMap["float"]; "lights--sz"?: ParamValueSerializedTypeMap["float"]; "lights--scale"?: ParamValueSerializedTypeMap["float"]; "lights--matrixAutoUpdate"?: ParamValueSerializedTypeMap["boolean"]; "lights--updateTransformFromObject"?: ParamValueSerializedTypeMap["button"]; "lights--display"?: ParamValueSerializedTypeMap["boolean"]; "lights--renderOrder"?: ParamValueSerializedTypeMap["integer"]; "lights-hemisphereLight1--skyColor"?: ParamValueSerializedTypeMap["color"]; "lights-hemisphereLight1--skyColor-skyColorr"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--skyColor-skyColorg"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--skyColor-skyColorb"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--skyColorr"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--skyColorg"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--skyColorb"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--groundColor"?: ParamValueSerializedTypeMap["color"]; "lights-hemisphereLight1--groundColor-groundColorr"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--groundColor-groundColorg"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--groundColor-groundColorb"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--groundColorr"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--groundColorg"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--groundColorb"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--intensity"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--position"?: ParamValueSerializedTypeMap["vector3"]; "lights-hemisphereLight1--position-positionx"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--position-positiony"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--position-positionz"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--positionx"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--positiony"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--positionz"?: ParamValueSerializedTypeMap["float"]; "lights-hemisphereLight1--name"?: ParamValueSerializedTypeMap["string"]; "lights-spotLight1--light"?: ParamValueSerializedTypeMap["folder"]; "lights-spotLight1--color"?: ParamValueSerializedTypeMap["color"]; "lights-spotLight1--color-colorr"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--color-colorg"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--color-colorb"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--colorr"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--colorg"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--colorb"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--intensity"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--angle"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--penumbra"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--decay"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--distance"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--showHelper"?: ParamValueSerializedTypeMap["boolean"]; "lights-spotLight1--helperSize"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--name"?: ParamValueSerializedTypeMap["string"]; "lights-spotLight1--shadow"?: ParamValueSerializedTypeMap["folder"]; "lights-spotLight1--castShadow"?: ParamValueSerializedTypeMap["boolean"]; "lights-spotLight1--shadowAutoUpdate"?: ParamValueSerializedTypeMap["boolean"]; "lights-spotLight1--shadowUpdateOnNextRender"?: ParamValueSerializedTypeMap["boolean"]; "lights-spotLight1--shadowRes"?: ParamValueSerializedTypeMap["vector2"]; "lights-spotLight1--shadowRes-shadowResx"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--shadowRes-shadowResy"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--shadowResx"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--shadowResy"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--shadowBias"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--shadowNear"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--shadowFar"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--shadowRadius"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--volumetric"?: ParamValueSerializedTypeMap["folder"]; "lights-spotLight1--tvolumetric"?: ParamValueSerializedTypeMap["boolean"]; "lights-spotLight1--volAttenuation"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--volAnglePower"?: ParamValueSerializedTypeMap["float"]; "lights-spotLight1--raymarching"?: ParamValueSerializedTypeMap["folder"]; "lights-spotLight1--raymarchingPenumbra"?: ParamValueSerializedTypeMap["float"]; "lights-polarTransform1--applyOn"?: ParamValueSerializedTypeMap["integer"]; "lights-polarTransform1--center"?: ParamValueSerializedTypeMap["vector3"]; "lights-polarTransform1--center-centerx"?: ParamValueSerializedTypeMap["float"]; "lights-polarTransform1--center-centery"?: ParamValueSerializedTypeMap["float"]; "lights-polarTransform1--center-centerz"?: ParamValueSerializedTypeMap["float"]; "lights-polarTransform1--centerx"?: ParamValueSerializedTypeMap["float"]; "lights-polarTransform1--centery"?: ParamValueSerializedTypeMap["float"]; "lights-polarTransform1--centerz"?: ParamValueSerializedTypeMap["float"]; "lights-polarTransform1--longitude"?: ParamValueSerializedTypeMap["float"]; "lights-polarTransform1--latitude"?: ParamValueSerializedTypeMap["float"]; "lights-polarTransform1--depth"?: ParamValueSerializedTypeMap["float"]; "lights-merge1--compact"?: ParamValueSerializedTypeMap["boolean"]; "lights-merge1--inputsCount"?: ParamValueSerializedTypeMap["integer"]; "cameras--transform"?: ParamValueSerializedTypeMap["folder"]; "cameras--keepPosWhenParenting"?: ParamValueSerializedTypeMap["boolean"]; "cameras--rotationOrder"?: ParamValueSerializedTypeMap["integer"]; "cameras--t"?: ParamValueSerializedTypeMap["vector3"]; "cameras--t-tx"?: ParamValueSerializedTypeMap["float"]; "cameras--t-ty"?: ParamValueSerializedTypeMap["float"]; "cameras--t-tz"?: ParamValueSerializedTypeMap["float"]; "cameras--tx"?: ParamValueSerializedTypeMap["float"]; "cameras--ty"?: ParamValueSerializedTypeMap["float"]; "cameras--tz"?: ParamValueSerializedTypeMap["float"]; "cameras--r"?: ParamValueSerializedTypeMap["vector3"]; "cameras--r-rx"?: ParamValueSerializedTypeMap["float"]; "cameras--r-ry"?: ParamValueSerializedTypeMap["float"]; "cameras--r-rz"?: ParamValueSerializedTypeMap["float"]; "cameras--rx"?: ParamValueSerializedTypeMap["float"]; "cameras--ry"?: ParamValueSerializedTypeMap["float"]; "cameras--rz"?: ParamValueSerializedTypeMap["float"]; "cameras--s"?: ParamValueSerializedTypeMap["vector3"]; "cameras--s-sx"?: ParamValueSerializedTypeMap["float"]; "cameras--s-sy"?: ParamValueSerializedTypeMap["float"]; "cameras--s-sz"?: ParamValueSerializedTypeMap["float"]; "cameras--sx"?: ParamValueSerializedTypeMap["float"]; "cameras--sy"?: ParamValueSerializedTypeMap["float"]; "cameras--sz"?: ParamValueSerializedTypeMap["float"]; "cameras--scale"?: ParamValueSerializedTypeMap["float"]; "cameras--matrixAutoUpdate"?: ParamValueSerializedTypeMap["boolean"]; "cameras--updateTransformFromObject"?: ParamValueSerializedTypeMap["button"]; "cameras--display"?: ParamValueSerializedTypeMap["boolean"]; "cameras--renderOrder"?: ParamValueSerializedTypeMap["integer"]; "cameras-perspectiveCamera1--fov"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--near"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--far"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--position"?: ParamValueSerializedTypeMap["vector3"]; "cameras-perspectiveCamera1--position-positionx"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--position-positiony"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--position-positionz"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--positionx"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--positiony"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--positionz"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--rotation"?: ParamValueSerializedTypeMap["vector3"]; "cameras-perspectiveCamera1--rotation-rotationx"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--rotation-rotationy"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--rotation-rotationz"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--rotationx"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--rotationy"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--rotationz"?: ParamValueSerializedTypeMap["float"]; "cameras-perspectiveCamera1--showHelper"?: ParamValueSerializedTypeMap["boolean"]; "cameras-perspectiveCamera1--matrixAutoUpdate"?: ParamValueSerializedTypeMap["boolean"]; "cameras-perspectiveCamera1--name"?: ParamValueSerializedTypeMap["string"]; "cameras-perspectiveCamera1--setMainCamera"?: ParamValueSerializedTypeMap["button"]; "cameras-cameraControls1--node"?: ParamValueSerializedTypeMap["node_path"]; "cameras-cameraControls1-cameraOrbitControls1--enabled"?: ParamValueSerializedTypeMap["boolean"]; "cameras-cameraControls1-cameraOrbitControls1--allowPan"?: ParamValueSerializedTypeMap["boolean"]; "cameras-cameraControls1-cameraOrbitControls1--allowRotate"?: ParamValueSerializedTypeMap["boolean"]; "cameras-cameraControls1-cameraOrbitControls1--allowZoom"?: ParamValueSerializedTypeMap["boolean"]; "cameras-cameraControls1-cameraOrbitControls1--tdamping"?: ParamValueSerializedTypeMap["boolean"]; "cameras-cameraControls1-cameraOrbitControls1--damping"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--screenSpacePanning"?: ParamValueSerializedTypeMap["boolean"]; "cameras-cameraControls1-cameraOrbitControls1--rotateSpeed"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--minDistance"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--maxDistance"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--limitAzimuthAngle"?: ParamValueSerializedTypeMap["boolean"]; "cameras-cameraControls1-cameraOrbitControls1--azimuthAngleRange"?: ParamValueSerializedTypeMap["vector2"]; "cameras-cameraControls1-cameraOrbitControls1--azimuthAngleRange-azimuthAngleRangex"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--azimuthAngleRange-azimuthAngleRangey"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--azimuthAngleRangex"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--azimuthAngleRangey"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--polarAngleRange"?: ParamValueSerializedTypeMap["vector2"]; "cameras-cameraControls1-cameraOrbitControls1--polarAngleRange-polarAngleRangex"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--polarAngleRange-polarAngleRangey"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--polarAngleRangex"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--polarAngleRangey"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--target"?: ParamValueSerializedTypeMap["vector3"]; "cameras-cameraControls1-cameraOrbitControls1--target-targetx"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--target-targety"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--target-targetz"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--targetx"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--targety"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--targetz"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--enableKeys"?: ParamValueSerializedTypeMap["boolean"]; "cameras-cameraControls1-cameraOrbitControls1--keysMode"?: ParamValueSerializedTypeMap["integer"]; "cameras-cameraControls1-cameraOrbitControls1--keysPanSpeed"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--keysRotateSpeedVertical"?: ParamValueSerializedTypeMap["float"]; "cameras-cameraControls1-cameraOrbitControls1--keysRotateSpeedHorizontal"?: ParamValueSerializedTypeMap["float"]; }