Merge remote-tracking branch 'origin/main-demo' into main-dev

This commit is contained in:
2025-08-01 12:07:29 +05:30
28 changed files with 297 additions and 155 deletions

View File

@@ -5,6 +5,7 @@ import Controls from '../controls/controls';
import { AdaptiveDpr, AdaptiveEvents, Environment } from '@react-three/drei'
import background from "../../../assets/textures/hdr/mudroadpuresky2k.hdr";
// import { Perf } from 'r3f-perf';
function Setup() {
return (
@@ -17,6 +18,8 @@ function Setup() {
<PostProcessing />
{/* <Perf position="bottom-left" className="scene-performance-stats"/> */}
{/* <MovingClouds /> */}
<Environment files={background} environmentIntensity={1.5} />
@@ -28,4 +31,4 @@ function Setup() {
)
}
export default Setup;
export default Setup;