pastasfuture / com.hauntedpsx.render-pipelines.psx

A scriptable render pipeline for emulating Playstation-1-style graphics on contemporary hardware.
https://twitter.com/HauntedPs1/
MIT License
383 stars 26 forks source link

Wanting to outline my player #29

Closed MikeRoeGames closed 11 months ago

MikeRoeGames commented 2 years ago

Hello, I and a friend are wanting to add a function to the psx shaders that would render an outline around the player. We have looked at normal tutorials but we are a bit stuck. Any idea how we could get this done? Basically we are wanting to edit the shaders.

pastasfuture commented 11 months ago

Hey, thanks for reaching out - unfortunately, writing custom shaders for HPSXRP is fairly complicated compared to the built in render pipeline (or URP or HDRP for that matter). In the future I'd love to design ways for users to more easily author their own shaders that are compatible with HPSXRP, but for now, this is outside of the scope of the project.