[claude] Dynamic shadow system from energy sources (#252) #342
Reference in New Issue
Block a user
Delete Branch "claude/issue-252"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #252
Changes
PointLight→SpotLightso it casts shadows with a single 2048×2048 depth map instead of 6 cube-face renders (6× cheaper)All shadow-enabled lights use
PCFSoftShadowMapbias tuning (-0.001/-0.002) to eliminate shadow acne.