Enter Keywords:
1 - 10 of 46(0.004 seconds)
Sort By:
 
Hello, As part of a project i have been asked to create a program to produce 3d objects from 2 dimentional profiles via a volume sweep. Can you tell me how to do this in Delphi, the code i am u...
Zones: Delphi ProgrammingDate Answered: 04/06/2004 Rating: 7.4 Views: 0
My requirements: --The program must be able to visually rotate a figure to veiw all possible angles of    the displayed 3-D structure by clicking on the figure and draging it --The program must...
Zones: C#Date Answered: 11/30/2004 Rating: 7.8 Views: 0
Does anyone know of a tutorial anywhere that shows how to make a shiny golden sphere?  Any shere that I have tried to make using gradients just looks yellow, I'm looking for a real polished golden ...
Zones: Adobe FireworksDate Answered: 10/27/2005 Rating: 7.0 Views: 0
hey experts, I don't want to wait until i get home (and can check my physics book), so i'm asking you all: If  There is a sphere(ish) object about 21,600 nautical miles in circumfernceThus ...
Zones: Math & ScienceDate Answered: 04/24/2006 Rating: 8.2 Views: 0
I'm not really a graphics artist, per-se, but I've done a bit of web design so I've dabbled with my fair share of graphics. In the past, I've used things like Photoshop and Fireworks, but I believe...
Zones: Web Graphics Software, Grap...Date Answered: 09/18/2006 Rating: 8.8 Views: 0
anyone got any opengl code to programaticly generate a sphere?
Zones: C++Date Answered: 05/06/2002 Rating: 7.6 Views: 0
Hi, Is there an easy way (a supplied function or so) in DX8 to set the view matrix so that the viewer will be able to move around (as on a sphere) an object in all directions always facing the c...
Zones: 3D Game ProgrammingDate Answered: 08/09/2001 Rating: 7.4 Views: 0
Anybody can guide in how to draw a translucent sphere? Pls show my some code. Thanks.
Zones: 3D Game ProgrammingDate Answered: 02/03/2004 Rating: 7.0 Views: 0
Given a vector, v, and a sphere at point p, with a radius r: at what point will the vector hit the sphere (if any), and what will the new vector be, after the collision ?
Zones: Math & ScienceDate Answered: 01/23/2006 Rating: 9.4 Views: 0
I've written up this class: class sphere:     def __init__(self, radius):         surfaceArea = 4.0 *  pi  * radius ** 2         volume = 4.0 / 3 *  pi  * radius ** 2     def getRadius(s...
Zones: PythonDate Answered: 04/29/2006 Rating: 8.4 Views: 0