https://github.com/maximilian-winter/objhololensviewer
An unity based application to load, view, scale and move around .obj files with the hololens.
https://github.com/maximilian-winter/objhololensviewer
csharp hololens hololens-applications microsoft unity uwp uwp-apps wavefront-obj
Last synced: 21 days ago
JSON representation
An unity based application to load, view, scale and move around .obj files with the hololens.
- Host: GitHub
- URL: https://github.com/maximilian-winter/objhololensviewer
- Owner: Maximilian-Winter
- License: mit
- Created: 2017-07-31T03:03:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T21:08:32.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T01:31:57.762Z (6 months ago)
- Topics: csharp, hololens, hololens-applications, microsoft, unity, uwp, uwp-apps, wavefront-obj
- Language: C#
- Size: 30.1 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ObjHololensViewer
# An unity based application to load, view, scale and move around .obj files with the hololens.
Show the user a list of all avaible .obj files in ApplicationData.Current.RoamingFolder.Path, to select a file to load.
After loading is finished the user can move and scale the model with the help of a ui.# Limitations:
* Only support OBJ files with vertex normals.
* Only assign "kd" color attribute from MTL files to the models.