React Three Fiber Textures
Skill 확인됨React Three Fiber textures - useTexture, texture loading, environment maps, texture configuration. Use when loading images, working with PBR texture sets, cubemaps, HDR environments, or optimizing texture usage.
This skill provides detailed examples and explanations for using various texture loading and configuration techniques within React Three Fiber, including single and multiple textures, PBR setups, environment maps, and advanced features like video and canvas textures. It demonstrates how to leverage hooks like `useTexture`, `useEnvironment`, and `useLoader` from `@react-three/drei` and `@react-three/fiber` for efficient texture management and rendering.
Maintenance
- warning:Commit recencyThe repository shows no commits on the default branch (pushedAt: n/a), indicating it is likely unmaintained and may not reflect the latest practices or library versions.
Versioning
- warning:Release ManagementThere is no manifest version (SKILL.md frontmatter, package.json, etc.), no GitHub release tags, and no CHANGELOG.md. The installation instructions reference 'main', making version pinning impossible.
설치
npx skills add enzed/r3f-skillsVercel skills CLI(skills.sh)를 npx로 실행합니다. 로컬에 Node.js와 skills 호환 에이전트(Claude Code, Cursor, Codex 등) 중 하나 이상이 설치되어 있어야 합니다. 저장소가 agentskills.io 형식을 따른다고 가정합니다.
유사한 확장
React Three Fiber Post-Processing
98React Three Fiber post-processing - @react-three/postprocessing, bloom, DOF, screen effects. Use when adding visual effects, color grading, blur, glow, or creating custom screen-space shaders.
React Three Fiber Interaction
98React Three Fiber interaction - pointer events, controls, gestures, selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences.
React Three Fiber Materials
95React Three Fiber materials - PBR materials, Drei materials, shader materials, material properties. Use when styling meshes, creating custom materials, working with textures, or implementing visual effects.
React Three Fiber Animation
92React Three Fiber animation - useFrame, useAnimations, spring physics, keyframes. Use when animating objects, playing GLTF animations, creating procedural motion, or implementing physics-based movement.
React Three Fiber Geometry
90React Three Fiber geometry - built-in shapes, BufferGeometry, instancing with Drei. Use when creating 3D shapes, custom meshes, point clouds, lines, or optimizing with instanced rendering.
React Three Fiber Lighting
88React Three Fiber lighting - light types, shadows, Environment component, IBL. Use when adding lights, configuring shadows, setting up environment lighting, or optimizing lighting performance.