Advanced Search
Search Results
154 total results found
OculusQuest - Setting up development enviroment in Unity
... versions Currently, there are 3 supported Unity versions: 2 ...t grab and haptics. The easiest way to get the Oculus Integration ... You will then be asked if you want to restart the Unity editor, ...other message asking you if you want to upgrade the spatializer pl...
UE Installation and Set-up
...finishes, run the installer and wait for it to complete. Creat ...he default path will be fine. 3. Click the Options button to se ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to compl...
Accessibility Statement
...s accessible as possible and we want as many people as possible to ...er you are using zoom in up to 300% without the text spilling of ...te using speech recognition software listen to most of the websit ...accessible to screen reader software old video content is missing...
How to connect a push button or switch
...hes? Buttons and switches are a way of opening and closing a circu ...ir position, they can be a good way of indicating the mode of a de ...vice, such as playing video forward or backwards. Micro switches can with mo ...e end of movement, such as in a 3D printer to stop the motor goin...
UE Foliage
...u have a basic understanding of 3D work but no prior experience i ...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia .... However, if you feel like you want to add more assets to fill ou...
Bonus round: putting an existing Unity project into git
...liar with the command line, the way to use it is to type a command ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git ...booproj *.svd *.pdb # Unity3D generated meta files *.pidb.m...
How to get started with Face Tracking in Spark AR
Face Tracking in Spark AR Watch this video which explains the basic features of the Face Tracker in Spark AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template t...
How to get started with World Effects in Spark AR
World Effects in Spark AR Watch this video which explains the basics of World Effects in Spark AR. There are multiple different starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most...
Setting up Spark AR
... Follow the instructions to Install Spark AR You will also need to install Spark AR player on your mobile device in order to view your AR project Go to the App store and search for Spark AR Player, download You are now ready to make your first project
Using Arduino Leonardo to send USB MIDI data
...apper, Max and Ableton Live. In order to use this you'll need to follow the guide on How to install libraries to install the MIDIUSB library. The following is a modification of the basic MIDIUSB write example, by wrapping the noteOn and noteOff code in log...
What equipment is available?
...us Quest 2 Oculus Rift S Rasberry Pi Packs containing: Raspberry Pi 3B micro SD card micro SD card ad ... Raspberry Pi Pico Raspberry Pi 3/4/5 Arduino (various models) Fe ...tooth Xbee Others Madmapper 3 License Logitech Webcam Genelec Monitors
Understanding Arduino software
1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The lat ...est version, 2.3.X, is not currently supported b ...s -> Board -> Arduino Leonardo 3. Select Serial Port We are now ...). In this screencap, you see 14301, yours may not be the same, i...
Touch sensor - Using an MPR121
.... Adafruit MPR121 Power input: 3.3V to 5V Address: 0x5A, it is als ... libraries folder Now the software Arduino IDE is ready, you will see the libraries from Sketch - Include Library. Wiring Wiring is pretty simple, it's an I2C component so it's relati...
Using a HC-SR04 distance sensor
...if the ping sound is reflected away from the sensor by an a diverg ... pin 12 Trigger to digital pin 13 Getting started To use this c ... distance measured is less than 30cm and back off when the distan ...ce goes over 30cm. #include <HCSR04.h> // Ini...
Types of Lighting and Lighting Mobility
...ate localized lighting effects. 3) Spot Lights: Spot lights emit ... across large surfaces, such as walls or floors, and creating soft ...reas with a fixed light source. 3) Moveable Lights: Movable lights provide greater flexibility than stationary lights...
Using the MAX9814 mic amplifier
...here. Wiring Power (VCC to 3.3V) Ground (GND to GND) Output ...olume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(500); } else { Serial.println(MicVolume); } }
Understanding Arduino hardware
...ut more like a restart button. If your Arduino freezes, lags or does anything weird, you can press the button. 3. Arduino Model The white label ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.
How to use a Rotary Encoder Button
... rotary encoders rotate all the way around continuously and are di ... to D4 one pin to GND Bottom 3 Pins: Right Pin to D3 middle pin to GND Left Pin to D ... int pin1 = 2; const int pin2 = 3; // Create encoder instance: EncoderStepCounter encoder(pi...