A few days ago a project showed up on the scratch home page, that talked about how the new Face Sensing Extention could now allow us to have VR games in scratch. (@scratchinghead) So I thought how might one do that. I spent about a week researching 3D games in scratch until deciding that pen (Not Raycasting) was the best way to make a VR game in scratch. I had never done any of these before so I followed @MathMathMath's tutorial on 3D pen (Part 1 and 2). Then I added the Face Sensing Extension to the right transformations by tracking the nose. --------------------------------------~~---------------------------------------- Pen: For drawing the cube/room. Face Sensing: For tracking the users head and copying it to the room. Video Sensing: For hiding the camera --------------------------------------~~---------------------------------------- To use this project just move your head around. Tip: Make sure your face is centered with your camera.
Inspiration: https://scratch.mit.edu/projects/1226022993/ 3D Tutorial (Part 1): https://scratch.mit.edu/projects/406896730/ 3D Tutorial (Part 2): https://scratch.mit.edu/projects/408503000/ --------------------------------------~~---------------------------------------- Updates: Added Head Tilt Added forward and backward movment Added sideways head movments Added Barrel