14 years, 5 months ago
Highlights
Community contributions featured14 years, 5 months ago
Solved I went for food came back and realized it. It degrades to a line ... SO SIMPLE. Just solve the linear equation and add to array done.
14 years, 5 months ago
I got it working, based on the idea that if a point is inside it will need to pass through odd number of edges to escape in a linear direction. In my drawing I pick my Y, and ge…
14 years, 5 months ago
Hi, Is there a program that can edit costume tile data? Currently Ive been using notepad. The format of the tile data is as follows [width] [height] [width*height amount of numb…
20 years, 7 months ago
I don't know why this doesn't work properly p.LoadIdentity(); // Gets the center of the entire object GetTileCenter(&point, lvl_width/2, lvl_height/2); // Move its center to…
20 years, 7 months ago
Latest Activity
See all in DiscussionsSolved I went for food came back and realized it. It degrades to a line ... SO SIMPLE. Just solve …
14 years, 5 months ago
Cubic interpolation is the easier of the two(least computationally expensive), but requires 4 data points to interpolate a point given …
14 years, 5 months ago
I got it working, based on the idea that if a point is inside it will need to pass through …
14 years, 5 months ago