-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A proper way to do viewmodels #7071
Comments
I've found a workaround to allow post processing while having a view model camera, until we have a proper solution it might be able to help you out. |
oh yeah i used a similar trick in one of the game jam submissions i worked on, it doesn't solve that the viewmodel camera method is unfortunately laggy |
Overlay layer also doesn't have a nice way of doing separate FoV, opposed to the camera method where you can just crank the FoV slider. You can do some scaling shennanigans to emulate the effect of FoV, but if you're bonemerging arms onto a weapon, scaling by non-uniform values just spaghettifies the bonemerged model.
Don't get me wrong, this fucking sucks, but it's been better than the alternative (atleast for my use case) |
What can't you do?
We're still unable to create proper viewmodels that self shadow and do all the things we could do in the entity system
How would you like it to work?
A new render layer? really any way, you probably have better ideas than me.
What have you tried?
I've tried
Additional context
No response
The text was updated successfully, but these errors were encountered: