ChaseHuegel / swordfish-engine

C# engine built on ECS and multithreading with high performance and modding in mind. Targeting PBR-based Low-Fi and 2.5D visuals with VR support!
Apache License 2.0
4 stars 0 forks source link

Wireframe doesn't behave correctly #40

Closed ChaseHuegel closed 2 years ago

ChaseHuegel commented 2 years ago

Wireframe mode is useless currently due to the use of a render texture for post processing. The screen is covered by a wireframe plane.

ChaseHuegel commented 2 years ago

A possible solution is to ignore the render texture when wireframe is enabled, shaders and post processing is pointless in that state anyways.