Spellcaster Studios

Make it happen…

Tag Archives: screenspace

Overrides

Added an override system for most graphics operations… Was a bit of work, time-wise, but easy stuff! Now I can get a screen with just the actual normals: or depth (exaggerated, so we can actually notice the difference): The lines are due to the fact that the render target is just a normal 8-bit render […]

Render to texture

Good news, everyone! Got render to texture working (on Direct3D only for now)… Bad news… Above we should only see the normals of the scene (world space), but the player character is transparent… The reason is that it gets rendered with alpha blending, since I don’t have a global way to shut it down… Need […]