Skip to content
Snippets Groups Projects
Commit 410c65d3 authored by ag15g21's avatar ag15g21
Browse files

Added TODO comments

parent 8ec5de37
No related branches found
No related tags found
2 merge requests!9working premade rooms ui, also exportable as .exe (works),!8added #if UNITY_EDITOR #endif directives to all editor related scripts to...
......@@ -108,6 +108,10 @@ public class BuildRoom : MonoBehaviour {
string mtlPath = (string) mtlDict["path"];
ImportScenery.ImportScene(ImportScenery.GetNewMesh(objPath, mtlPath));
// TODO: Apply dimesions to the room OBJ
// TODO: Spawn a point light 0.5m off the ceiling of the room. Adjust the light.range property if necessary
// TODO: Position the vr rig according to the rig spawn point
}
string DictionaryToString(Dictionary<string, object> dictionary, int depth = 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment