Search found 1 match

by Doepey
Wed Jul 31, 2013 2:34 pm
Forum: Support and Development
Topic: Nil class instance
Replies: 1
Views: 833

Nil class instance

I am trying to create a basic 3D renderer for specific assets in my game The problem is it seems my Vector3 class is either returning nil , can't keep up with itself, or some other error that I cant seem to determine. LookVector = -Vector3.New(1,1,1):Normalize() CameraPosition = -LookVector*(d1+d2) ...