Raycasting in Unity Part 3: Applications
This is the third post in a three part series on Raycasting in Unity. The previous posts are: Introduction to Vectors Foundations of Raycasting Find the code on GitHub
Do try this at home
This is the third post in a three part series on Raycasting in Unity. The previous posts are: Introduction to Vectors Foundations of Raycasting Find the code on GitHub
This is the second post in a three part series on Raycasting in Unity. The other posts are: Introduction to Vectors Applications of Raycasting Find the code on GitHub
This is the first post in a three part series on Raycasting in Unity. The follow up posts are: Foundations of Raycasting Applications of Raycasting Find the code on GitHub Introduction Raycasting is the process of pointing (“casting”) a line (“ray”) in a direction and seeing what it hits. The process is useful for, among […]
Today’s Blender sketch is my first dive into sculpting – I tried to make a terrain for the spacewoman to walk around on in Unity. I used the Ringworld from Day 02 as a skybox and the new terrain as the ground: Files found here (note: only blender files for now, though I may upload […]