Audit 3D graphics performance
graphics-checkcommandsetup L2★6
NellWatson/MillOS ↗What it does
Audit 3D components for rendering issues
Best for
Detecting z-fighting, shadow issues, and transparent-material anti-patterns in 3D code.
Inputs
- · 3D component code
Outputs
- · audit report with issue locations and fixes
Requires
- · grep
- · code analyzer
Preconditions
- · 3D components use React Three Fiber or similar
Failure modes
- · False positives on safe patterns
- · Missed edge cases
Trust signals
- · Specific patterns (BackSide + transparent, shadow bias < -0.001)
- · File/line location reporting