Tagged Questions
4
votes
1answer
70 views
Rebounding Rotated BoundingSpheres
I'm making a 2d pinball game and using BoundingSphere for the hit box, as a short cut.
The problem I have is that a lot of things are rotating all the time and I need to work out a way to calculate a ...
1
vote
0answers
122 views
XNA-WP7: making small earth and continent plate
What I want to make is the Earth.
Like a Google Map(that zoom out one), I want to display the earth sphere in center.
Then, I want to divide the surface of earth with random continent plate.
My main ...
1
vote
1answer
288 views
Collision always detected, even when they're shouldn't be a collision
OK I'm definitely overlooking something painfully obvious but here's the problem:
In my project I'm using two types of collision: sphere to sphere and box to box.
Both are experiencing the same ...
1
vote
2answers
738 views
'object' does not contain a constructor that takes 3 arguments
I'm trying my hand at generating spherical terrain in XNA 4.0, and am using an Icosahedron to achieve a sphere with evenly-distributed vertices. I'm fairly new to Xna, and I'm running into this ...
1
vote
2answers
3k views
XNA or OpenGL sphere texture mapping
I'm trying to map a completly normal texture into a sphere.
I can't change my texture to a wrapped one, so I need to find some mapping function.
This is my vertex shader code:
vec3 north = ...