Biraja Prasad Pradhan
Biraja Prasad Pradhan
However upon launching the nextjs app router sample sandbox and resizing the webpage (yes the webpage), the camera pos resets suddenly. I tried using the shader gradient and shader canvas...
I have encountered several issues with the original Next.js template using the app router. Specifically, the object resets to its original size when the window is resized (please refer to...
Did you use the example or scaffolded a new Next.js project? Edit: Aha! I just discovered that shadergradient is dependent on older version of three.js due to lightning changes but...
 Is the colour scheme majestic ...
``` { "name": "lounge", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@react-three/fiber": "^8.17.10", "framer-motion": "^11.11.9", "next":...