The sphere tag has no wiki summary.
2
votes
3answers
4k views
calculating a sphere in opengl
I want to calculate all the vertices needed and connect them with lines, so I eventually come up with a sphere. How many ways are there to do it? And also the lines between the vertices, will be ...
0
votes
2answers
2k views
Calculate the XYZ point of a sphere, given a UV coordinate of its texture
I have a sphere in 3D. At runtime i'm generating a dynamic 2048x1024 texture for it. On this texture a tiny circle is drawn, which could be anywhere. I have the x/y of this circle on the texture, ...
1
vote
1answer
855 views
OpenGL lighting and shading on a GL_QUAD_STRIP
New to OpenGL, trying to implement a sphere with shading and lighting. I am aware that there is a sphere function I could call on, but trying to create my own. However, while I can get lighting and ...
13
votes
4answers
7k views
Drawing Sphere in OpenGL without using gluSphere()?
Are there any tutorials out there that explain how I can draw a sphere in OpenGL without having to use gluSphere()?
Many of the 3D tutorials for OpenGL are just on cubes. I have searched but most of ...
0
votes
1answer
479 views
Texturing a 3D sphere(Can not find a post that helps me)
I am trying to create a 3D sphere and I currently have a sphere made out of points though I need to apply a texture to this and that is causing me problems.
The code for generating the sphere looks ...
0
votes
2answers
160 views
Slerp with more than two points
The correct way to interpolate between two points on a sphere is using slerp.
How would one interpolate between more than two points on a sphere? So summing a set of points with different weights on ...
3
votes
1answer
1k views
Android textured Sphere
I want to draw an earth globe on android. At this point I need help with the UV texture coordinates. I'm using this earth texture (kibotu.net/earth.jpg). Currently it looks like this front side ...
1
vote
1answer
67 views
y-orbit tumbles from top to bottom as mouseY changes in Processing IDE
NOTE: this is in the Processing IDE
I am trying to get spherical orbiting down and i've almost got it. this is what i have so far:
float cameraTheta, cameraPhi, cameraRadius; //camera position in ...
0
votes
0answers
404 views
uv mapping openglES
I am new to openGL and am trying to map a png global map around a sphere in opengl ES (iphone).
I generated my uv coordinates with the following formula found in wikipedia, with a few changes in order ...
0
votes
1answer
199 views
iPhone Animated Sphere
I would like to build a sphere in opengles 2.0 that is animated. Basically I want to have a transparent sphere on which I have small images moving around randomly. I know how to make a sphere and to ...
1
vote
1answer
506 views
a planet in openGL: vector data or texture mapping?
I am completely new to 3D and started with Jeff Lamarche's tutorials as an introduction to openGL ES for iPhone, then so far, I am able to draw a spinning sphere, which will the base of my ...
0
votes
1answer
73 views
Sphere segment differences
Huh, you can build a sphere from squares, triangles, hexagons and so on and so forth, but I was wondering... which option is the most viable one?
Well, once again that's a question that differs a lot ...
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 ...
8
votes
4answers
4k views
How do I use texture on a sphere in three.js
I've downloaded a sphere example from: http://aerotwist.com/lab/getting-started-with-three-js/ and I can see the nice red sphere. I'd like to use a texture on it. I've tried this:
var texture = ...
3
votes
1answer
174 views
Usage of Sector/Sphere in production systems
I just found out about sector/sphere and am interested to use it in future systems.
Is anyone currently using sector/sphere (http://sector.sourceforge.net/) in production systems? If so, what are ...
4
votes
1answer
295 views
Calculating surface fragments (continents) on an expanding sphere (Earth)
Let's suppose plate tectonics is wrong and our planet Earth has expanded over time, the continents being the remnants of a crust that once covered the entire surface of a smaller planet, the oceans ...
1
vote
2answers
737 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 ...
3
votes
1answer
2k views
In iOS Development, using Core Graphics and/or Quartz 2D, how can I draw a circle filled with a gradient in such a manner that it looks like a sphere?
So far I have looked at using CGContextDrawLinearGradient() and CGContextDrawRadialGradient(), however, with the former I can't figure out how to make the gradient look like a sphere, and with the ...
0
votes
1answer
4k views
3D sphere with texture in Canvas (HTML5)
Can we bind texture with Canvas (HTML5) 3D Sphere ?
I am referring to this example - http://www.bitstorm.it/blog/en/2011/05/3d-sphere-html5-canvas/
Thanks,
EDIT :
alternate link -
...
0
votes
2answers
887 views
HTML5 Canvas (or alternative): Moving lines to simulate meridians on a planet
This is my firs excursion on the HTML5 canvas, I have working knowledge of jQuery and Javascript.
I'm trying to create a "spinning globe" effect with it.
The idea is to have a circle and meridians ...
0
votes
2answers
306 views
Determine the points of intersection between N spheres
Just wanted to know what is the best approach (in terms of speed and accuracy) to determine the points of intersection on N spheres (it was asked for two spheres here); wanted to know what would be ...
2
votes
2answers
333 views
Which geometrical calculations can be accelerated using OpenGL
I need to accelerate some programs that use intensive calculations where surface calculations from the intersection between cubes, spheres and similar are needed. Using CUDA I need to specify all the ...
1
vote
1answer
273 views
Points resulting from the intersection between three spheres using GPU hardware
There are analytical expressions that permit the calculation of the curve resulting from the overlapping between three penetrating spheres. There are also approximate methods that using grids or ...
0
votes
1answer
282 views
Moving a Sphere so its Z-Axis faces a direction
Firstly - Z is Up in this problem.
Context: Top down 2D Game using 3D objects.
The player and all enemies are Spheres that can move in any direction on a 2D Plane (XY). They rotate as you would ...
0
votes
1answer
224 views
minimum distance to the center of a sphere using matlab
Given 2 points A and B belonging to a sphere with a given Radius R.
I want to find the sphere whose center has the minimum distance to a given point G.
Thanks
0
votes
2answers
1k views
Line segment sphere intersection test c++ [duplicate]
Possible Duplicate:
Testing for ray-sphere intersection
Hi There,
My maths has gotten a little rudimentary, how would I code a line segment / sphere intersection test? Thanks in advance!
1
vote
1answer
580 views
Calculating lat/long on sphere from X,Y coordinates?
I want to get the latitude and longitude on a 3D sphere, depending on Mouse X,Y.
Iv'e understood that i have to use trigonometry. The problem is that the sphere is put into a perspective, at least ...
0
votes
1answer
1k views
camera on sphere at opengl — problem with rotation and initial window
i want to make a sphere and put a camera which focuses at the center ,having a vector (VUP=0,1,0).I want to alter the spherical coordinates r,theta,phi.
The problem is that when i run the ...
8
votes
2answers
3k views
3D Sphere OpenGL
iv'e just gotten into this whole OpenGL thing because i would like to play around with 3D. (Since i'm trying to develop a game for android). However, after days of learning the basic and how to create ...
8
votes
7answers
6k views
3D coordinates on a sphere to Latitude and Longitude
I've got the following information:
There exists a sphere with origin (0,0,0) and radius R.
After doing a ray-sphere intersection I know a point (XYZ) in 3D space that is on the sphere (the exact ...
3
votes
2answers
1k views
Random Point on a given Sphere
I want to select random points on a given sphere. This page explains it quite well:
http://mathworld.wolfram.com/SpherePointPicking.html
("To obtain points such that any small area on the sphere...")
...
5
votes
4answers
3k views
Python Uniform Spherical Distribution
I am looking to be able to create a uniform sphere of particles.
This is what I am looking for(images courtesy of http://nojhan.free.fr/metah/)
This is a picture of a slice of the sphere
This is ...
3
votes
1answer
1k views
How to draw Sphere with OPENGL library?
Can somebody give full source code of drawing a sphere with OPENGL?
0
votes
2answers
816 views
0
votes
1answer
491 views
Procedural Sphere Texture
I am currently following the procedural tutorial on creating procedural spheres found here and I am trying to merge it with the textures tutorial with it to create a 3d version of Earth found here.
...
2
votes
3answers
554 views
creating deformations on a sphere surface (using python?)
Hi :)
i have the following python code that generates points lying on a sphere's surface
from math import sin, cos, pi
toRad = pi / 180
ox = 10
oy = -10
oz = 50
radius = 10.0
radBump = 3.0
...
3
votes
2answers
494 views
Find the projection of a vector on the icosahedron or on its unfolded surface
Consider a sphere with center in coordinates' origin, and an inscribed icosahedron, oriented such that the two most distant vertices lay on Z coordinate axis, and one of the edges emerging from any of ...
2
votes
1answer
1k views
Approximating a sphere in OpenGL
I am trying to approximate a sphere using the instructions at http://local.wasp.uwa.edu.au/~pbourke/miscellaneous/sphere_cylinder/, but it doesn't look right at all. This is my code:
def ...
1
vote
0answers
1k views
Android OpenGL ES 1.1 Sphere texture mapping problem
I have a terrible issues with texure sphere mapping.
This is my code:
public void onSurfaceCreated(GL10 gl10, EGLConfig config) {
GL11 gl = (GL11) gl10;
gl.glDisable(GL10.GL_DEPTH_TEST); ...
0
votes
2answers
1k views
C# Draw perfect sphere from center(x,y,z) to outermost(x,y,z) inside a 3d grid space
I have values for the following variables::
x0,y0,z0 = coords of the first selection (intended to be center of sphere)
x1,y1,z1 = coords of the second selection (intended to be an outmost point for ...
0
votes
1answer
910 views
Mapping points in 2d space to a sphere
I have a bunch of points in a rectangular x/y space which I would like to project onto a sphere. As in, I am trying to write this function:
function point_on_sphere(2dx:Number, 2dy:Number) : Vector3D
...
1
vote
1answer
716 views
Rotating a sphere from point to point
I have a unit sphere that Is centered at the origin and my camera is also centered at the origin. The camera is facing z=-1.
I change my view point by rotating the camera first about the x axis and ...
7
votes
1answer
1k views
openGL sphere that is both wireframe and solid
I manually drew a sphere, at last :) I want my sphere to be red, but the outlines to be green:
In order to achieve this I did the following. I drew a solid sphere in red, and then I drew the same ...
1
vote
2answers
179 views
can vertices coincide in convex polygons?
I am new to openGL and I am reading the redbook. Now, as an exercise I want to manually draw a sphere. For that I am dividing the sphere into slices and stacks, and thus I get multiple rectangles, but ...
1
vote
1answer
441 views
Problems mapping cubemaps to a sphere
I'm currently trying to create a procedural planet generating tool. I have started off by mapping a cube to a sphere like so:
Next I'm using Libnoise to a heightmap cube using 3D Perlian noise. I ...
1
vote
0answers
254 views
Sphere Mapping Non Spherical Objects
I am facing a problem more or less similar to the post
http://stackoverflow.com/questions/1513383/texturing-error-on-a-sphere
The difference is I am trying to sphere map non spherical objects.I will ...
3
votes
1answer
919 views
Interpolate x, y, z coordinates on a sphere using points from two spin vectors?
I want to plot 3D points in real time that lie upon the surface of a unit sphere (r = 1).
There are two spin vectors at work here. One vector rotates around the Y axis, it's X and Z values are ...
2
votes
1answer
1k views
Mapping textures to a sphere OpenGL ES
Right i am just getting into OpenGL ES, and if i am honest it is very daunting.
Just need a little guidance to point me in the right direction for my current challenge.
I have some code that ...
0
votes
1answer
810 views
My OpenGL Cubemap is using 6 copies of the same texture instead of 6 different textures
I'm new to opengl and have been able to learn a lot on my own, but i am stuck on this one.
I have a room rendered, but I need a sphere that hovers in the center reflecting everything else perfectly. ...
1
vote
1answer
437 views
Rotate sphere based on lat/lng
Ok so i have an api to a globe that I can only move by setting the x y z axis tilt. (the camera cannot move.) I need to be able to map lat/lng to it. So basically take lat/lng and rotate in x y z and ...