Closed itsdouges closed 1 year ago
Oh! I was digging through source and found csm_PositionRaw
- seems promising! I can raise a PR to get this added to the README?
If you find it to be stable then feel free to PR 🙌
Closing as solved. Will review the PR if you make it!
Hello! I'm trying to implement a billboard effect for trees (example video of the effect below) and am running into issues with how Three handles custom shaders (in essence: all or nothing!) which makes things way harder than they need to be. Your library looks great but I'm unable to use it currently because of the "projection happening down the line" part.
https://user-images.githubusercontent.com/6801309/198984210-db7d9874-f4ca-4a4e-98bd-4265af838299.mov
In my vertex shader I project into MV space to then apply the offset. Is it possible to do the projection ourselves?