React Three Fiber animation - useFrame, useAnimations, spring physics, keyframes. Use when animating objects,...
find ~/EnzeD/ -name "*.skill"
React Three Fiber fundamentals - Canvas, hooks (useFrame, useThree), JSX elements, events, refs. Use when setting up...
React Three Fiber geometry - built-in shapes, BufferGeometry, instancing with Drei. Use when creating 3D shapes,...
React Three Fiber interaction - pointer events, controls, gestures, selection. Use when handling user input,...
React Three Fiber lighting - light types, shadows, Environment component, IBL. Use when adding lights, configuring...
React Three Fiber asset loading - useGLTF, useLoader, Suspense patterns, preloading. Use when loading 3D models,...
React Three Fiber materials - PBR materials, Drei materials, shader materials, material properties. Use when styling...
React Three Fiber physics with Rapier - RigidBody, colliders, forces, joints, sensors. Use when adding physics...
React Three Fiber post-processing - @react-three/postprocessing, bloom, DOF, screen effects. Use when adding visual...
React Three Fiber shaders - GLSL, shaderMaterial, uniforms, custom effects. Use when creating custom visual effects,...
React Three Fiber textures - useTexture, texture loading, environment maps, texture configuration. Use when loading...