The Imaginality Module Packer Introduction The ModulePacker is where you collect together all of your content/media, add the script for interaction etc, try running ...
This guide is a quick introduction to the programming side of module development The Module Packer The ModulePacker is where you collect togeather all of your content ...
Lighting by default is: In AR a light source in the same place as the camera, In VR a light source in the middle of the scene. The VR light has proved problematic ...
Proximity Interaction A simple example to get started. Shows you how to make the object on one paddle change when it gets within a certain distance of another paddle ...
Multiplying Quaternion A by Quaternion B will rotate Quaternion A around Quaternion B. Order is important, and Quaternion B must be normalised. Eg. //This rotates ...
Some ideas for relevant pages. All of these pages are yet to be done. Click on the "?" to make the page and start editing the page. The Imaginality Module Packer ...
The following example produces a zoom effect. The following images demonstrate a zoom effect while holding the space bar: The effect can be achieved adding ...
Coding Web Preferences The following settings are web preferences of the Coding web. These preferences overwrite the site level preferences in and , and ...
This should place modelTarget1.mesh on paddle 1 and modelTarget2.mesh on paddle 2. When both paddles are visible (no checking for visibility to keep code simple), ...
Creating an Information Paddle for an Array of Objects Overview This example demonstrates how to use the techniques shown in InfoPaddle with more than one other paddle ...
Creating Text on an Information Paddle Overview: If you want to plan for your module being released in multiple languages, then you will not want to create any textures ...
IntelliSense in Visual Studio What is IntelliSense IntelliSense is "a form of automated autocompletion ... a convenient way to access descriptions of functions, particularly ...
Adding References to Other .NET Assemblies Introduction If you are using Visual C#, you can add references to other .NET assemblies (.dlls) that the project will ...
Code Example Proximity Interaction Objective: To make the contents of one paddle react when another paddle gets within a certain distance. Instructions: This has ...
Making the Information Paddle and its Target Glow when Close Overview: This example demonstrates how to make the border of the info and object paddles glow blue when ...