Warp3D Nova – A Splash of Algorithmic Colour
Last time I promised a splash of colour. The plan was to implement per vertex colouring, but I’ve got a better idea. Let’s do something that Warp3D can’t do: procedural/algorithmic “texturing” using shaders. We’re going to write shaders that generate texels on-the-fly instead of reading them from memory. Sure, the old Warp3D could render identical […]