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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20566716.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21215232.html
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 ...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Fireworks...
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
...
http://www.experts-exchange.com/Other/Math_Science/Q_21825541.html
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...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Q_21992635.html
anyone got any opengl code to programaticly generate a sphere?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20006408.html
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...
http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_20163580.html
Anybody can guide in how to draw a translucent sphere? Pls show my some code. Thanks.
http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_20775423.html
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 ?
http://www.experts-exchange.com/Other/Math_Science/Q_21706326.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Python/Q_21830622.html
Zones:
PythonDate Answered: 04/29/2006 Rating: 8.4 Views: 0