enzed/r3f-skills
These skills were imported into SkillJury from the public skills ecosystem.
r3f-fundamentals
by enzed/r3f-skills
The root component that creates the WebGL context, scene, camera, and renderer.
r3f-geometry
by enzed/r3f-skills
All Three.js geometries are available as JSX elements. The args prop passes constructor arguments.
r3f-shaders
by enzed/r3f-skills
The recommended way to create shader materials in R3F.
r3f-physics
by enzed/r3f-skills
The root component that creates the physics world.
r3f-animation
by enzed/r3f-skills
The core animation hook in R3F. Runs every frame.
r3f-materials
by enzed/r3f-skills
No lighting calculations. Always visible, fast.
r3f-postprocessing
by enzed/r3f-skills
The container for all post-processing effects.
r3f-lighting
by enzed/r3f-skills
Illuminates all objects equally. No direction, no shadows.
r3f-textures
by enzed/r3f-skills
The recommended way to load textures in R3F.
r3f-loaders
by enzed/r3f-skills
The recommended way to load GLTF/GLB models.
r3f-interaction
by enzed/r3f-skills
R3F provides built-in pointer events on mesh elements.