Warp3D Nova: 3D Lighting – Part 2
Time to put the theory learnt last time into practise. This means turning the phong model into shader code, and feeding the GPU the extra data required (surface normals, light/material properties, etc.).Step 1: Copy the Previous Tutorial’s CodeAs usual we’ll kickstart the process by reusing the previous tutorial’s code. So download the code now, and […]