Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tesselate stuff
  • Loading branch information
smz11006 committed Nov 18, 2015
1 parent e196abb commit f01bf9a
Show file tree
Hide file tree
Showing 333 changed files with 85,591 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tesselate Skbox/Assets/Scenes.meta

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

Binary file added Tesselate Skbox/Assets/Scenes/SkyboxTest.unity
Binary file not shown.
8 changes: 8 additions & 0 deletions Tesselate Skbox/Assets/Scenes/SkyboxTest.unity.meta

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

9 changes: 9 additions & 0 deletions Tesselate Skbox/Assets/Scripts.meta

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

16 changes: 16 additions & 0 deletions Tesselate Skbox/Assets/Scripts/Track1.cs
@@ -0,0 +1,16 @@
using UnityEngine;
using System.Collections;

public class Track1 : MonoBehaviour {

// Use this for initialization
void Start () {
iTween.MoveTo(gameObject, iTween.Hash("path", iTweenPath.GetPath("Track1"), 180));

}

// Update is called once per frame
void Update () {

}
}
12 changes: 12 additions & 0 deletions Tesselate Skbox/Assets/Scripts/Track1.cs.meta

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

16 changes: 16 additions & 0 deletions Tesselate Skbox/Assets/Scripts/Track2.cs
@@ -0,0 +1,16 @@
using UnityEngine;
using System.Collections;

public class Track2 : MonoBehaviour {

// Use this for initialization
void Start () {
iTween.MoveTo(gameObject, iTween.Hash("path", iTweenPath.GetPath("Track2"), 180));

}

// Update is called once per frame
void Update () {

}
}
12 changes: 12 additions & 0 deletions Tesselate Skbox/Assets/Scripts/Track2.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 Tesselate Skbox/Assets/Skyboxes.meta

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

9 changes: 9 additions & 0 deletions Tesselate Skbox/Assets/Skyboxes/PurpleNebula.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.

9 changes: 9 additions & 0 deletions Tesselate Skbox/Assets/Skyboxes/PurpleNebula/Textures.meta

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

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

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

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f01bf9a

Please sign in to comment.