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

152 total results found

Installing Unity

VR tutorials - Unity HTC VIVE Tutorials

...Unity Hub 2-Creating an account 3-Installing Unity 4-Activating a ...re a few things you need to be aware of: Downloading and instal ...et a popup window asking if you want to open the Unity HUB, Select ...can choose Unity 2020, just be aware that your interface will look...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...n top of our plane, the easiest way to achieve this is by duplicat ...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" ...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...n first. Make sure you select a 3D template. After your new project opens, locate your mouse cursor on top of t...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

... tutorial on how to get the software started is available here. Th ...projection mapping content onto 3D surfaces in Touchdesigner, to ...ask your area of projection and warp your content onto it. Drag and drop it on your network.  In the parameters’ w...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t ...now see a cube intersecting the walking plane. Now let's chan ...y, you can call it whatever you want, we suggest a meaningful name...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...e interface - it's a text-based way of navigating our folders and ...ed to navigate to the folder we want to put the documents in. Let' ... files you have changed" You always have to put -m followed by a message in quotes. Git won't let you commit withou...

Adding content - Music and Audio

Spark AR other Content and Tutorials

There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....

How to export your p5.js as a video

Creative Coding Tutorials

...ime-based work in p5.js you may want to capture the canvas as a vi ...re beginning to capture. If you wanted to delay the recording by a certain amount of frames you can change the boolean check. The last block of code in your draw function should be this...

Command Line Tools & Utilities

Creative Coding Tutorials

A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...

How to install libraries

Physical Computing Tutorials

...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively new. You will often have to manually download and install a library, following the other two processes. ZIP library Loc...

Making Breathing Light with LEDs

Physical Computing Tutorials

... front of it. For example, pin D3, D5, D6, D9, D10 and D11 on Ard ...ng pin (+) to PWM Digital pin (D3), via 220Ω resistor Getting s ...tarted #define led 3 //any PWM pins (~) #define led2 11 //optional 2nd led int brightness = 0; // how bright the L...

Transporter Documents

...very detail, it is important for us to have as much information as possible so we may evaluate your project accurately. 3) Our team will review your submission for viability and arrange a consultation with a technician who can best support your project.

How to do Basic Commands in Terminal

Raspberry Pi Tutorials

...tor python3 script.py Run a Python 3 script ch ...kage-name Install a software package (e.g., python3-opencv) git clone https://github.com/user/repo.git Download a Gi...

Touch sensor - Using an CAP1188

Physical Computing Tutorials

...ble addresses (0x5A–0x5D) 3 jumpers for I2C address config Proximity Sense ✅ Yes (via filtered data) ✅ Yes (via built-in proximity detection) Slider/Wheel Support ✅ Yes ❌ Not native ...

Using a Whadda Vibration Motor Module

Physical Computing Tutorials

...ectronic setup. Wiring G to GND V to 5V S to pin 13 Getting started This code is ...p for 1 second. int motorPin = 13; //motor transistor is connecte ...d to pin 3 void setup() { pinMode(motor ...stop vibrating delay(1000); //wait 50 seconds. }

Additional Resources for Metahuman Creation

Metahuman Creator

...amentals tutorial showcasing different third-party tools you can integrate with the Metahuman workflow for clothing and animation. 2. Custom hair for Metahumans with Blender 3. Metahuman Facial Animation 4. Metahuman Third Person Character

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

...ne:avfvideosrc device-index=0", 30); cam.start(); } } void draw() { if (cam.available() == true) { cam.read(); } image(cam, 0, 0); // The following does the same, and is faster when just drawing the image // without any addi...

Touch sensor - with No Sensor!

Physical Computing Tutorials

...curacy without ANY external hardware. CapacitiveSensor library wil ...serial communication pinMode(13,OUTPUT); // fill the [previou ...multiplier){ digitalWrite(13, HIGH); }else{ digitalWri ...te(13, LOW); previousReadings[cur ...tal1 = cs_4_2.capacitiveSensor(30); Serial.print(millis() -...