Loading…
Creator · LexnLin
View original source ↗
Prompt
First search for the "/unlazy" skill, read it fully, and use it throughout the entire task.
Treat this as a major visual build lasting at least {argument name="minimum duration" default="5 hours"}. Prefer {argument name="optimal duration" default="8–24 hours"} of meaningful implementation and iteration if the environment allows it. Do not stop after producing one decent-looking scene.
Create an extremely detailed real-time {argument name="subject" default="3D forest"} in the browser. Nothing else. No landing page, cards, story, marketing UI, dashboard, or unnecessary text. The forest itself is the entire experience.
Push density and visual quality extremely hard.
Build massive amounts of detailed grass, varied trees, branches, leaves, bushes, ferns, moss, flowers, weeds, roots, fallen wood, stones, soil, leaf litter, small plants, terrain variation, and tiny environmental details.
The forest should feel almost excessively dense. Empty ground should be rare.
Focus obsessively on:
realistic tree silhouettes,
dense grass,
natural asset variation,
rich colors,
lighting,
contact shadows,
wind,
foliage motion,
atmospheric depth,
fog,
sun shafts,
particles,
terrain,
materials,
scale,
composition,
and detail at both close and far distances.
Avoid obvious repeating assets, billboard-looking foliage, tiled terrain, floating plants, plastic materials, identical trees, sparse procedural placement, excessive bloom, or a generic Three.js demo appearance.
Include smooth free-camera exploration.
Repeatedly capture and inspect the scene from many positions. Identify weak vegetation, empty areas, bad colors, repetition, poor materials, unrealistic lighting, ugly tree shapes, performance bottlenecks, and anything that breaks immersion. Fix these issues and continue increasing quality throughout the run.
The goal is not feature count. The goal is to make one browser forest look completely ridiculous in terms of detail and atmosphere.
Build the full experience, publish it PUBLICLY on ChatGPT Sites, verify the deployment, and return the public URL.Models & stability
Recommended models
Keep exploring
A webpage case by @Oluwaphilemon1 using Claude Fable 5 · Three.js · Blender · GSAP, including the public result, full prompt, and original source.
Prompt
Claude Fable 5 and GPT-5.6 are powerful🥵🥵🥵 Here Is How I built with Claude 👇 Prompt: "Design an agency site where services are presented as supermarket product packaging in 3D" Use Three.js with WebGL to render al
复制这段 TSX 组件源码,交给 Cursor、v0、Claude 等 AI 编程工具,说明这是「3D Animated Pin」的 Aceternity UI 组件实现,即可让它接入你的 React 项目,再按需替换文案、配色与触发参数复用。
Prompt
// components/ui/3d-pin.tsx "use client"; import React, { useState } from "react"; import { motion } from "motion/react"; import { cn } from "@/lib/utils"; export const PinContainer = ({ children, title, href, className, containerClassName…

复制这段 TSX 组件源码,交给 Cursor、v0、Claude 等 AI 编程工具,说明这是「3D Globe」的 Aceternity UI 组件实现,即可让它接入你的 React 项目,再按需替换文案、配色与触发参数复用。
Prompt
// components/ui/3d-globe.tsx "use client"; import React, { useRef, useMemo, useState, useCallback, Suspense } from "react"; import { Canvas, useFrame, useThree } from "@react-three/fiber"; import { OrbitControls, Html, useTexture } from "…