| Property | Type | Default | Description |
|---|---|---|---|
| # Scene | |||
| SceneBackgroundColor | string | "#000000" | Background color of the 3D scene. |
| # Camera | |||
| CameraFOV | number | 15 | Field of view for the perspective camera. |
| CameraNear | number | 0.1 | Near clipping plane distance. |
| CameraFar | number | 1000 | Far clipping plane distance. |
| CameraPositionX | number | 0 | X-axis position of the camera. |
| CameraPositionY | number | 0 | Y-axis position of the camera. |
| CameraPositionZ | number | 10 | Z-axis position of the camera. |
| # Renderer | |||
| RendererAntialias | boolean | true | Enables or disables anti-aliasing for smoother edges. |
| RendererSetPixelRatio | number | 2 | Defines pixel ratio to balance clarity and performance. |
| # Orbit Controls | |||
| OrbitEnableDamping | boolean | true | Enables smooth damping effect when orbiting the camera. |
| # Shader Colors | |||
| ShaderColor1 | string | "#0d0d0b" | Base color used in the shader material. |
| ShaderColor2 | string | "#1a1919" | Secondary color blended with the base shader color. |
| # Particles | |||
| ParticleCount | number | 2000 | Total number of particles rendered in the scene. |
| ParticleSize | number | 0.05 | Size of each particle point. |
| ParticleOpacity | number | 0.8 | Opacity of the particles. |
| ParticleInnerColor | string | "#ffffff" | Inner color of each particle. |
| ParticleOuterColor | string | "#000000" | Outer color gradient of each particle. |
| # Bloom | |||
| UnrealBloomPassStrength | number | 1.5 | Intensity of the bloom post-processing effect. |
| UnrealBloomPassRadius | number | 0.5 | Radius of the bloom spread. |
| UnrealBloomPassThreshold | number | 0.0 | Threshold level for bloom intensity. |
| # Animation | |||
| ParticleRotationSpeed | number | 0.0001 | Rotation speed of the particle field. |
| ShaderWaveSpeed | number | 2.0 | Speed of wave movement in shader animation. |
| ShaderWaveFrequency | number | 10.0 | Frequency of wave oscillations in shader effect. |
| ShaderGlowIntensity | number | 20.0 | Overall glow intensity of the shader. |
| # Interaction | |||
| MouseInfluence | number | 5.0 | Defines how strongly mouse movement affects the animation. |