An open API service indexing awesome lists of open source software.

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.

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.