The Unity script below demonstrates how to create a Mesh (in this case a Cube) purely through code.Simply, create a new Scene, add this script to the Main Camera, and run. I’ve tested this script using the ‘PC, Mac & Linux…
The Unity script below demonstrates how to create a Mesh (in this case a Cube) purely through code.Simply, create a new Scene, add this script to the Main Camera, and run. I’ve tested this script using the ‘PC, Mac & Linux…
So, you have a Samsung Gear VR, and you want to develop for it using Unity? Great! Then this post is for you! I’ll show you how to get up and running with the minimum of fuss. Just follow the…
I was working on a project some months ago, where the client had a showreel DVD with a number of videos on it. They needed a menu screen/window to pop up automatically whenever the DVD was inserted into a Windows…
So what is a Neural Network? Rather than embark upon a lengthy description here, I will instead refer you to a couple of useful sites (linked below). These will provide you with an introduction into Artificial Neural Networks (ANNs) and…
This code snippet is taken from a Cinder (C++) project, compiled in Xcode for Mac OSX. The program achieves smooth ‘video scrubbing’ of a 1080p HD *.mov file. Cinder is an open-source Creative Coding framework. You can download it from…