VstyleR, rackamackafån

This commit is contained in:
2016-05-27 06:16:43 +02:00
parent 3efd2a4018
commit 3ed5cd974a
41 changed files with 174 additions and 39 deletions
@@ -31,7 +31,7 @@ public class SteamVR_LaserPointer : MonoBehaviour
void Start ()
{
holder = new GameObject();
holder.transform.parent = this.transform;
holder.transform.SetParent(transform, false);
holder.transform.localPosition = Vector3.zero;
pointer = GameObject.CreatePrimitive(PrimitiveType.Cube);