I\'m trying to come up with an iterative function that generates xyz coordinates for a hexagonal grid. With a starting hex position (say 0,0,0 for simplicity), I want to calculate the coordinates for
I\'m doing my first steps with OpenGL ES 2.0 trying things on my ipod touch. I was wondering how to solve this coordinates issue..
The function below returns points on a sphere开发者_开发百科 with a given radius. I want to add restriction such that points cannot be plotted within 30 degrees of the poles of the sphere.
I am stuck on a simple yet vexing problem with basic geometry. Too bad I don;t remember my high-school co-ordinate geometry and looking for some help.
Hey guys, Im working with wpf 3d, im currently writing a program that will create 3d tiles across the screen left to right, But i need to know what my bounds are on the X, Y 开发者_如何学Pythoni.e (-x
I have a sphere with per-vertex normals and I\'m trying to derive the texture coordinates for the object using the algorithm:
Simply I am asked to write an application for a smart device (smart cell phone), which will get the GPS coordinates from the device itself.
I have a game that I am working on in a C# console application, purely as practice before going on to better methods. As opposed to using something such as a Windows Forms App, which has button functi
I have a sprite object in XNA. It has a size, positio开发者_StackOverflown and rotation. How to translate a point from the screen coordinates to the sprite coordinates ?
I have a map of the US, and I\'ve got a lot开发者_高级运维 of pixel coordinates on that map which correspond to places of interest.These are dynamically drawn on the map at runtime according to variou