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

162 total results found

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...rucial element in creating realistic and immersive environments in ...ting represents an infinitely distant light source, simulating the ... sun or a strong moonlight. It casts parallel rays of light in a sp ...or environments and create realistic day-night cycles. 2) Point Li...

3D Geometry and Parametric Design

Creative Coding Concepts

...e. Aims Achieve a basic understanding of concepts in 3D geometr ...nal shapes and allow us to understand how these can be created pro ...sing the Cartesian coordinate system. When positioning a point on ... When joined together vertices make the basic building blocks of a ...

UE Installation and Set-up

Unreal Engine Basics

Installing Unreal Engine To download ... and install Unreal Engine, you need to: ... Download and install the Epic Games Launcher. S ...to the Epic Games Launcher. Install Unreal Engine. Download a ...nd Install the Epic Games Launcher The ...manage all your Unreal Engine installations. To download and insta...

Connecting a Potentiometer

Physical Computing Tutorials

... a potentiometer is a large resistive area between pin #1 and #3, ...elect a position along that resistive area to create a proportiona ... (more on this later). At its most basic, pins #1 and #3 need to b ...e pins of a potentiometer The most common type of potentiometer to...

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

1. Install Unreal Engine and Required V ...R SDKs: Download and install the latest version of Unreal Engine from t ...culus Rift, HTC Vive, Oculus Quest, etc.). Install the corresponding VR SDK and ...ity" or "VR Template" is a good starting point. 3. Configure Proje...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

... Add this line #define USE_OLD_STYLE_WIRING to the code before se ...85 to Boards Manager We have to make ATtiny compatible with Arduino ...IDE first, so that we can choose ATting85 ...rence Copy the below code and paste it into Additional Boards Mana...

How to use a relay module

Physical Computing Tutorials

...he external power supply You just need to use one of these. NO - ...e of battery together Getting started The following is a simple ...code that will make the water pump turn on for 1 se ...cond and off for 1 second. const int RELAY_PIN = 3; // the Ardu...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

...ation If you have the older non-STEMMA version of the OLED, you'll ...on the back of the OLED. Both must be soldered 'closed' for I2C to ... We have a tutorial on how to install a library here. Getting started This code will display two ...42 = 24fps int counter = 0; const unsigned char my_bitmap [][8192...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...is easier than you think, you just need a mobile phone and in some ..., whatever option you choose, just make sure that they are able to fit ...ration Below you will find a list of online resources that you ca ...n test for inspiration, we hope you en...

Interactive Projections

Projection Mapping

If you're interested in creating position-based in ...teractive projections, the first step would be to map the space and ...n and tracking in OpenCV For most applications,  your webcam and ...portant to know that we can't just copy and paste an OpenCV exampl...

Creating a Landscape

Unreal Engine Basics Creating Virtual Worlds

...l assumes you have a basic understanding of 3D work but no prior e ... Creative Technology Lab for questions or assistance. 1) Start with a blank level in Unreal ...will look quite flat when we first create it. To add some details, ...landscape we paint over. But first, we need to change a few settin...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

...hould be blinking now. 3. Understanding the Code First, you will see a lot of light gr ...these comments to help you understand the code. Arduino is using t ... // in front of anything, the rest of the line will become a comme ...oid loop() {}, this is the main structure of Arduino code. In the ...

Using NFC Tools to Read/Write NFC tag

Physical Computing Tutorials

...intuitive, NFC Tools can record standard information on your NFC t ...ible with any NFC device. For instance, you can easily store your contact details, an URL ...use MIFARE Classic tag or card. Steps Download the app, it is available for both iPhone and ...

How to use a PIR sensor

Physical Computing Tutorials

What is a PIR sensor? PIR stands for Passive Infra Red and t ...ommonly used for the security systems. The HC-SR501’s infrared im ... efficient, inexpensive and adjustable module for detecting motion ...s on the board allow you to adjust the sensitivity and delay time ...

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...eakers of your headphones for testing. Loading files You must us a micro SDSC (up to 2GB) car ... After inserting the card you must power cycle the MP3 Trigger so ...ino if you wish to get playback status information. Getting started There are libraries availa...

Sending data to Arduino

Touchdesigner Interactive Media

...er becomes a powerful tool that makes use of external sensors to enh ...ur computer and launch Arduino. Make sure your hardware matches the ...ence other another, this is not standard practice, as we will late ...Examples, then select Firmata > StandardFirmata. Click on the arro...

Touch sensor - with No Sensor!

Physical Computing Tutorials

...ute touching. It provided the best accuracy without ANY external h ...ouching. However, due to the constraint of the physical circuit, r ... We have a tutorial on how to install a library here. ADCTouch Lib ...rary This library makes use of the AVR internal wiring...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...There are three wires: Getting started Once wired, the code is th ...at of a standard digitalRead or analogRead to obtain the value. Example code reading envelope #define envelopePin A0 void setup() { Serial.begin( 9600 ); pinMode( envelopePin, INPUT...

Touch sensor - Using an CAP1188

Physical Computing Tutorials

... Sensitivity Adjustments ✅ Touch & release th ...ilt-in auto-calibration, less customizable Interru ... We have a tutorial on how to install a library here. Wiring Wirin ...2C component so it's relatively standard. VIN -> 5V GND -> GND SC...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

... used to interrupt Arduino. I2C stands for Inter-Integrated Circui ... We have a tutorial on how to install a library here. Wiring For L ... are the I2C pins rather than just a Analog Input pin. GND - GND ... 5V SDA - A4 SCL - A5 Getting started After installing the libra...