Skip to content

The Augmented Reality enabled application for educating people about the devices in KSUM's SuperFabLab.

License

Notifications You must be signed in to change notification settings

abhiramelf/SuperFabLabAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SuperFabLabAR

The Augmented Reality enabled application for educating people about the devices in KSUM's SuperFabLab.

An AR enabled application for KSUM SuperFabLab made with Unity and Vuforia.

Dependencies

  1. Unity 3D
  2. Vuforia for Unity
  3. TextMesh Pro

IMPORTANT NOTE!

Some steps need to be done inorder to completely make the application working.

  1. In "DefaultTrackableEventHandler.cs" script that comes with Vuforia, you need to make some changes.
  2. Make the "OnTrackingLost()" method "public". This is by default a "protected" one.
  3. Add a new "public" variable - "newCustomStatus" to the script, which is of type "TrackableBehaviour.Status".
  4. In the "public" method "OnTrackableStateChanged()", assign the parameter "newStatus" to the variable "newCustomStatus".

P.S. : These steps need to be executed everytime the project is opened.

Vuforia Image Targets

The machines logos serve as the image targets for recognition.

Machine List

  1. ZUND Cutter
  2. OMAX 5555 Water Jet Cutter
  3. TORMACH 15L Slant Pro Lathe
  4. TROTEC Speedy 400 Flexx Laser Cutter
  5. PRUSA 3D Print Farm
  6. SINDOH 3D Print Farm

About

The Augmented Reality enabled application for educating people about the devices in KSUM's SuperFabLab.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published