Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

44 total results found

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

...l sensors can help us integrate 3D notions such as depth within ou ... are now presented with a depth map, from the heading select Record and hit the record button. Once you've stopped recording move to the Play section of the interface and change the c...

What is the Creative Technology Lab?

About the Lab Frequently Asked Questions

... Physical Computing, Projection Mapping, Games, and Virtual Reality ...Creative Technology Lab and the 3D Workshop on a single project accessing staff expertise and technical facilities and equipment to build the electronics in the Lab and the physical par...

How to send data to Processing from Arduino

Physical Computing Tutorials

...'\n'); } void draw() { //map() is a important function to us ... range to use in Processing //map(a, b, c, d, e) has 5 Parameters ... //map(theVariableYouWantToMap, min.ValueOfRawData, max.ValueO ...alue is 1023. //and I want to map the background colour from blac...

An Introduction to 2D in Unity 5

...the instructions: https://unity3d.com/get-unity/download Resourc ...The difference between 2D & 3D in Unity Overview, terminology and gameplay in 2D Tutorial Create a New Project Open Unity 5 Create a new project: File > New Project G...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

...t and Assets: Create or import 3D assets for your VR environment using external tools or Unreal Engine's built-in modeling tools. Set up the VR-specific player pawn (character) and camera. Make sure the camera is set to match the user's head movement. ...

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

...nt and Assets: Create or import 3D assets for your VR environment using external tools or Unreal Engine's built-in modeling tools. Set up the VR-specific player pawn (character) and camera. Make sure the camera is set to match the user's head movement. 5. ...

Creating a Landscape

Unreal Engine Basics Creating Virtual Worlds

...u have a basic understanding of 3D work but no prior experience is necessary. Please contact the Creative Technology Lab for questions or assistance. 1) Start with a blank level in Unreal Engine. This will give you a fresh scene with a floor, sky, clouds,...

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

...u have a basic understanding of 3D work but no prior experience is necessary. Please contact the Creative Technology Lab for questions or assistance. Foliage Tool The foliage tool in Unreal Engine allows you to quickly paint sets of assets on a landscape....

How to connect a push button or switch

Physical Computing Tutorials

...e end of movement, such as in a 3D printer to stop the motor going too far over the end, or to detect if a draw is open or closed. Wiring Wiring up buttons and switches is simple, however there is a complexity you might not have thought about. Although a p...

Web App Template for Beginners

Creative Coding Tutorials

...rning or Three.js for building 3D visuals. 14) Our Javascript will live in the sketch.js file. First we need to reference that file in out HTML so that there is a connection. You can think about this way: HTML file is like the frame of a painting, and JS ...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

...n first. Make sure you select a 3D template. After your new project opens, locate your mouse cursor on top of the "Hierarchy" panel and right-click to create a plane. Now let's place the plane in the middle of the space. Select the plane and ch...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...n this case, as we duplicated a 3D object created directly in Unity, the Mesh collider is attached by default. With the "Teleporting Area" gameObject selected, click the "Add component" button in the "Inspector" panel and type "Teleport Area" and click ove...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

..., please make sure you select a 3D template. Now let's check the "gameObject" menu as this is were you will find the Vuforia elements once you enable the plug-in, for now, you will notice Vuforia objects are missing. To enable the plug-in, we need ch...

Interactive Projections

Projection Mapping

...ons, the first step would be to map the space and track anyone/anything within it. This can be done in multiple ways, this tutorial will briefly introduce you to two different but related techniques:  Object detection and tracking in OpenCV For most appl...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

... strip.clear(); int j = map(distance,10, 30, 0, strip.numPixels()); Serial.println(j); for(long firstPixelHue = 0; firstPixelHue < 3072; firstPixelHue += 256) { for(int i=0; i<=j; i++) { // For each pixel in strip... int pixelHue = ...

Student works

About the Lab Lab Orientation notes

...19) Arduino, stepper motors, LDR sensors Projection Mapping Projection-mapped suitcases by Bufeng Zhang, M ...Design Communication (2019) MadMapper, Arduino, microswitch VR and AR The Phone by Ryan Yuen, BA Information and Interface Design (2019) Unity

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...creating interactive projection mapping projects. In TouchDesigner there are various methods to achieve this; This tutorial will introduce you to some common techniques to determine the position of an object. Let's dive in! To begin, open the VideoDeviceI...