3d geometry Created 20 years ago2004-04-23 03:42:40 UTC by black mesa black mesa

Created 20 years ago2004-04-23 03:42:40 UTC by black mesa black mesa

Posted 20 years ago2004-04-23 03:42:40 UTC Post #23543
Why can 3d objects only be made up of straight lines in 3d graphics? In 2d graphics, you can do what you want (well i think you can).
Posted 20 years ago2004-04-23 04:26:46 UTC Post #23544
What do you mean by saying "you can do what you want"?
AJ AJGlorious Overlord
Posted 20 years ago2004-04-23 17:35:40 UTC Post #23640
2D graphics, by this I hope you mean Sprites?
They can be what you want because they are designed to always face the player. They are not solid.
3D objects are solid.
Posted 19 years ago2004-05-07 04:25:51 UTC Post #25864
I was just talking in the general sense, like in terms of what's applicable to computer games, when I was mentioning 2d & 3d graphics. When I said you can do what you want in 2d graphics, I just meant that you could use bent lines as well as straight ones.
Posted 19 years ago2004-05-07 05:06:15 UTC Post #25870
not to mind you but everything in this universie is build out of blocks. even the smallest atom and if you want such a thing aplied in a computer game you would nned such a fast pc wich doesnt excist yet. and the face you would need over 20 million molecual's isnt really anice thing to thiunk about
Posted 19 years ago2004-05-07 05:07:20 UTC Post #25871
Posted 19 years ago2004-05-07 05:16:41 UTC Post #25876
it isnt that hard.....i think
Posted 19 years ago2004-05-07 07:34:23 UTC Post #25890
Take a close look at 2D graphics. They're not bent lines. They're pixels. The higher the resolution, the smoother it will look. The more polygons you use, the smoother the shape will look.

Besides, it's possible to base a 3D shape on a curve. I believe it's called NURBS. Do a search on Google to find out what they are. You may find it quite interesting...
Posted 19 years ago2004-05-11 02:07:09 UTC Post #26420
What I really meant was why can't any 3d game support completely rounded spheres?
Posted 19 years ago2004-05-11 02:55:48 UTC Post #26424
Some can. Search for NURBS and what they are. They're not based on faces but on a mathematical function. Much easier to render (for the computer) and looks very smooth.

But I doubt there are much engines that use it right now. But it is possible. Several modeling programs use it.
Posted 19 years ago2004-05-11 06:11:40 UTC Post #26435
HL dosent support it, but It's definately possible, it's
in the OpenGL library. If you code any OpenGL, you'll find you can draw spheres, cones, and cylenders very easily.
Posted 19 years ago2004-05-17 01:07:52 UTC Post #27322
did they not support it because it would screw people with slow computers?
Posted 19 years ago2004-05-17 09:30:32 UTC Post #27362
it wasnt avalible at that time i think
You must be logged in to post a response.