The sphere tag has no wiki summary.
0
votes
0answers
19 views
HTML5 Canvas earth view slices
I draw a sphere applying an earth-like texture on it. The final result should be a sort of graph, in the sense that I have to split both emispheres in slices, and for each slice the user should have ...
0
votes
1answer
38 views
Quaternion and the closest point on the sphere
I usung quaternion to rotate the sphere in 3d space.
Sphere is placed at p = (0, 0, 0)
The question is: how i can find the point and/or face closest to camera.
0
votes
1answer
29 views
three.js sphere stops rotating when changing material color
Please open this link:
http://miloud.webs.com/me/index.html
You can see a cube rotating on a space. You can change the texture and color of the cube from the Controls -> Geometry on the link. When ...
0
votes
1answer
23 views
Need help on how to make a sphere gradient on a gluSphere
Hello I've been trying to find out information on how i can add a gradient from the top of the sphere to the bottom. Is it possible or do i have to texture the sphere?
Sphere sphere = new ...
0
votes
1answer
60 views
Continuous Collision Detection - how to find the collision according to these 2 equations in C++
I know this topic is known - Continuous Collision Detection
I have 2 Spheres that I have to find intersection between them as shown in the image.
the equations refer to the upper draw and I need ...
2
votes
1answer
65 views
OpenGL: two bodies with two independent sources of light rotating around them
I am new to OpenGL. I want to write a program that displays two shapes of two different colors, a Torus and a Sphere and two independent light sources that rotate around them.
So far I have this code ...
3
votes
1answer
280 views
OpenCV: measuring distance between two balls in millimeters - how to improve accuracy
I also posted this topic in the Q&A forum at opencv.org but I don't know how many experts from here are reading this forum - so forgive me that I'm also trying it here.
I'm currently learning ...
1
vote
3answers
177 views
Three.js - sphere that glows
I have a problem. I want to make a sphere which works like a source of light (sun). I found out that meshPhongMaterial has an option like emissive: color and shininess: intensity but I did not manage ...
0
votes
1answer
104 views
OpenGL ES 2.0: Filling in a Sphere instead of it being wireframe
So finally by following some other posts etc I have created a sphere in OpenGL 2.0 (Android)
However it is currently rendering as a wireframe instead of being filled in.
Draw code
public void ...
0
votes
0answers
23 views
Android OpenGL 2.0 Creating a Sphere [duplicate]
Now this may seem like a silly question but I cant for the life of me find a tutorial/example on how to create a Sphere in OpenGL 2.0 for Android.
I can find OpenGL 1.x version but I am using GLES20. ...
1
vote
1answer
44 views
Drawing/sampling a sphere in a 3D numpy grid
I want to do a voxel-based measurement of spherical objects, represented in a numpy array. Because of the sampling, these spheres are represented as a group of cubes (because they are sampled in the ...
3
votes
3answers
71 views
Draw a translucent sphere using rgl in R
I have a set of data, looks like:
x y z
1 1 2 1
2 3 5 7
3 -3 2 4
4 -2 1 1
so each row record the dot coordinate in a 3-D space. I want to plot all the dot as points ...
0
votes
0answers
52 views
XNA 4.0 Mapping generated texture on SPHERE
Even though it sounds easy... i cannot find a tutorial on how to apply a texture to a Sphere.
Basically I imported sphere model and I have on the screen with some basic lightning effects.
Also i ...
-1
votes
3answers
152 views
Python 3 Write class to return surface area and volume of sphere
I have tried everything and my code seems to be very close but i keep getting a name error when i have defined the variable.
from math import *
class Spheres:
def __init__(self, radius):
...
-1
votes
1answer
198 views
Collision detection in java-3d?
The program im making need to have one of the spheres in it being removed when another one of the spheres collides with it but I can't figure out how to do so. I have tried to use the Bounds class to ...
0
votes
0answers
70 views
Get all the points of a geosphere in Matlab
I have created a geosphere, and now I want to be able to choose a slice and see the circle drawn in that slice by the geopshere. the problem is that only the coincident vertices's in that slice are ...
0
votes
0answers
117 views
Matlab function 'TriScatteredInterp' will be removed in a future release
Since the function 'TriScatteredInterp' will be removed in a future release, use of 'scatteredInterpolant' is suggested. My question is how to use 'scatteredInterpolant' on the example found here: How ...
1
vote
1answer
124 views
Textured Sphere in LWJGL
I want to draw a GLU Sphere,which works, but now I dont know how I can texture it.
There is no point where a glTexCoord2f could go.
1
vote
1answer
89 views
Gnuplot: sphere with parameters from file
I`m trying to draw a sphere with X, Y, Z, R given in file with the help of gnuplot.
sphere1.dat:
# X Y Z R
219.3 342.5 3153.2 213.08
In most examples spheres are drawn this way:
...
5
votes
3answers
387 views
project a sphere to a plane using matlab
This is probably very basic matlab, so forgive me.
I use the command sphere to create a 3D sphere and have the x,y,z matrices that will produce it using surf. For example:
[x,y,z]=sphere(64);
I'd ...
1
vote
0answers
312 views
THREE.js rotating camera around an object using orbit path
I am struggling in solving this problem.
On my scene, I have a camera which looks at the center of mass of an object. I have a some buttons that enable to set camera position on particular view ...
6
votes
1answer
405 views
Draw Sphere on TImage control of Delphi
I want to draw sphere like this:
Below code is generates Circle's Vertices and Drawing a Circle on TIMAGE BUT i want it for SPHERE:
for i := 0 to 360 do begin
//Find value of X and Y
...
0
votes
1answer
106 views
Determining a spheres vertices via polar coordinates, and rendering it
I am working with OpenGL ES 2.0 on an Android device.
I am trying to get a sphere up and running and drawing. Currentley, I almost have a sphere, but clearly it's being done very, very wrong.
In my ...
1
vote
2answers
192 views
Merging a Sphere and Cylinder
I want to render a spring using spheres and cylinders. Each Cylinder has two Spheres at each end and all the cylinders are placed along the spring centre line. I could achieve this .. and rendering is ...
1
vote
1answer
45 views
C++ Checking For Two Spheres Intersecting/Collidiing
Im getting into C++ and I have been researching how to have two spheres interact with one another. Much of what I have found was very complex or was actual math formulas. Is there any more simplistic ...
0
votes
1answer
293 views
Collision detection - response between a moving sphere and a circular cylinder
I'm implementing a simple game that encorporates 3d logic. What is the procedure or/and the relative equations in order to detect if a moving sphere collides with a cylinder? My cylinder is static ...
0
votes
0answers
65 views
Generating sphere from circle
Is there any way i could generate a sphere by rotating circle about a particular axis?? (or) a vertical line-segment to a Cylinder (or) a diagonal line to cone?? is there any opengl function for ...
0
votes
0answers
55 views
C# D3D - Shader doenst work
I try to run a Procedural Planet generation but the PixelShader doesnt work he should.
Here is the Shader
float4x4 wvp : WorldViewProjection;
float4x4 world : World;
float AmbientIntensity = 1;
...
7
votes
3answers
314 views
Dispersing n points uniformly on a sphere [closed]
I am trying to disperse n points on a sphere such that each point has the "same" area "around" it. Basically, I'm trying to integrate a function over a sphere by evaluating at n points and assuming ...
3
votes
5answers
287 views
generate 3-d random points with minimum distance between each of them?
there.
I am going to generate 10^6 random points in matlab with this particular characters.
the points should be inside a sphere with radious 25, the are 3-D so we have x, y, z or r, theta, phi.
there ...
0
votes
1answer
253 views
Transform cube on to surface of sphere in openGL
I'm currently working on a game which renders a textured sphere (representing Earth) and cubes representing player models (which will be implemented later).
When a user clicks a point on the sphere, ...
1
vote
0answers
100 views
How do I create spherical portions using OpenGL?
Can someone explain can I bend a grid so it creates a sphere as a result?
I can manage to draw a grid using triangle_strip; now I need to draw a portion of a sphere using triangle_strip, with a size ...
2
votes
1answer
539 views
C++ OpenGL Cube Map Perlin Noise to Sphere
I'm currently working on some Planet Generation mainly for fun and hoping to end up with some kick ass planets. I'm using a Cube which has been mapped into a sphere by normalization.
The terrain ...
0
votes
1answer
566 views
Rotating a sphere around another using OpenGL ES on Android
I have the following problem: I'm trying to create a solar system in OpenGL ES on Android. I already have some spheres. Now I want to make the spheres rotate in an orbit around the biggest sphere in ...
4
votes
1answer
73 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
1answer
131 views
Rotating a Spherical System of Points
Say I have 10 points all on a sphere (randomly distributed) and I want to rotate the entire system to make sure one point sits at the north pole. How would I do this using c++?
I went about it by ...
0
votes
1answer
656 views
Draw Sphere - order of vertices
I would like draw sphere in pure OpenGL ES 2.0 without any engines. I write next code:
int GenerateSphere (int Slices, float radius, GLfloat **vertices, GLfloat **colors) {
srand(time(NULL));
int ...
1
vote
1answer
628 views
WPF 3D rotating sphere GUI
I've been trying to make a 3D user interface in WPF for my class assignment and I ran into a problem which I can't fix for 2-3 days now. I've tried to google the answer, I've taken a look into some ...
2
votes
1answer
247 views
Why does raytracer render spheres as ovals?
I've been hacking up a raytracer for the first time over the past few days. However, there are a few quirks which bother me and I don't really know how to work out. One that has been there since the ...
-1
votes
1answer
70 views
Compute angle from vertical at which a sphere strikes the lip of a cup [closed]
I'm working on a problem, wherein a sphere of known radius is dropped vertically and strikes the edge of a cup. I need to figure out the angle of deflection, which will be a function of where along ...
1
vote
2answers
193 views
What is the correct way to map a texture on a sphere?
I'm having problems with the correct mapping of a sphere. I used a world-map to show where it goes wrong. North America appears on the front from top to bottom, while South America is on the other ...
-1
votes
2answers
85 views
How can I build up the densely packing spheres, starting from a single one, in C++? [closed]
Let's assume that I start out with a single sphere of a defined radius R, and an array of three elements, containing the cartesian coordinates:
double vecpos[3];
vecpos[0]= 0.0;
vecpos[1]= 0.0;
...
1
vote
1answer
185 views
How do I wrap a texture around a sphere?
I created a class with a method drawSphere to replace glutDrawSolidSphere. See code below.
But I wonder, how do I wrap a texture around it without tiling? For example, if I want to draw a mouth, eyes ...
1
vote
2answers
235 views
Drawing sphere in canvas in Android?
How we can draw a sphere on canvas in Android?Canvas does not have any method to do this.
1
vote
1answer
147 views
Spherical Area Light Source for Soft Shadows
I'm attempting to implement soft shadows in my raytracer. To do so, I plan to shoot multiple shadow rays from the intersection point towards the area light source. I'm aiming to use a spherical area ...
2
votes
2answers
218 views
Soft Shadows: Spherical Area Light Source
I'm attempting to implement soft shadows in my raytracer. To do so, I plan to shoot multiple shadow rays from the intersection point towards the area light source. I'm aiming to use a spherical area ...
0
votes
1answer
62 views
Cannot load textures
I'm struggleing with texture load issues.
All I see is a black sphere. :(
Any help would be awesome! Do i make something wrong?
Browser downloads the image, no issues on the console.
Checked in ...
-2
votes
1answer
126 views
How can I raise MouseClick Event on Sphere
I am trying to raise an event in C# using VTK when I clicked in a sphere
How can I do it?
1
vote
1answer
121 views
Multiple Texturing Using GLUT
I have a code that should render two spheres, each with a different texture, but it doesn't work, even though the build succeeds. It says: .Stack around the variable 'textureId' was corrupted. The ...
1
vote
0answers
139 views
Objective-C: Draw a polygon on a sphere
i have the coordinates of a polygon in the 2D space [x,y], (eg. 5 points) and i would like to paint the same shape on a sphere/curved plane.
Which is the best way to do it?
e.g.how to implement a ...



