postfx-effects

Community

Cinematic post-processing for 3D scenes.

Authortanepiper
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables you to apply cinematic post-processing effects to 3D scenes, saving time and elevating visual quality without manual shader work.

Core Features & Use Cases

  • Chromatic Aberration, Vignette, Depth of Field, Noise, Color Grading, and LUTs to create filmic mood and cinematic polish.
  • Use Case: Add atmospheric effects to a React Three Fiber scene to achieve a filmic look for space, architectural, or product visualizations.

Quick Start

Install the necessary packages and set up an EffectComposer around your scene, then apply the effects as shown in the example. Example usage: import { Canvas } from "@react-three/fiber"; import { EffectComposer, ChromaticAberration, Vignette, Noise } from "@react-three/postprocessing"; // ... in your component function SceneWithPostFX() { return ( <Canvas> <Scene /> <EffectComposer> <ChromaticAberration offset={[0.001, 0.001]} /> <Vignette darkness={0.5} offset={0.3} /> <Noise opacity={0.05} /> </EffectComposer> </Canvas> ); }

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: postfx-effects
Download link: https://github.com/tanepiper/teskooano/archive/main.zip#postfx-effects

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.