Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislarkee committed Oct 21, 2019
1 parent fc17bc7 commit bedce62
Show file tree
Hide file tree
Showing 493 changed files with 15,488 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#

#Asset store packages
/Assets/Demigiant/
/Assets/Oculus/

/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
Expand Down
8 changes: 8 additions & 0 deletions Assets/Demigiant.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Assets/Editor/pointAtEditor.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
using UnityEngine;
using System.Collections;
#if UNITY_EDITOR
using UnityEditor;

[CustomEditor(typeof(pointAt))]
public class pointAtEditor : Editor {

public override void OnInspectorGUI() {
DrawDefaultInspector();

pointAt myScript = (pointAt)target;
if(GUILayout.Button("Connect"))
{
myScript.connectLine();
}
}
}
#endif
12 changes: 12 additions & 0 deletions Assets/Editor/pointAtEditor.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/Materials.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/01.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/01.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/02.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/02.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/03.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/03.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/04.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/04.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/05.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/05.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/06.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/06.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/BG.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/BG.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/BrainCredits.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/BrainCredits.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/BrainCredits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions Assets/Materials/BrainCredits.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/BrainLabels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions Assets/Materials/BrainLabels.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/Connectome.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/Connectome.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/Default.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/Default.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/Highlighted.mat
Binary file not shown.
8 changes: 8 additions & 0 deletions Assets/Materials/Highlighted.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Materials/JMO Assets.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Assets/Materials/JMO Assets/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Assets/Materials/JMO Assets/MatCap Shaders.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/Materials/JMO Assets/MatCap Shaders/Creator.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bedce62

Please sign in to comment.