Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Discussion / poly count

Author
Message
RadiusOFT
19
Years of Service
User Offline
Joined: 14th Jul 2005
Location: Aloha, OR(egon)
Posted: 18th Feb 2006 08:10
Hey Im pretty new to programming and i dont know a whole lot and i was just wondering why all the games in the showcase have such low poly models. Is it just the skill of the maker or or is it just beyond the capabilites of darkBASIC to have higher polys? If its the latter, what is the limit of how many polys you can use in DB or does it depend on your comp?
The Nerd
20
Years of Service
User Offline
Joined: 5th Jun 2004
Location: Denmark
Posted: 18th Feb 2006 12:11 Edited at: 18th Feb 2006 12:11
I would say that it depends on your system how many polys it can run, BUT DarkBasic Pro also have it's own kind of "Limit" if you can say so... It will never be able to run the graphics you see today on professional games that's released in stores etc... But people do avoid using too high poly models, as you don't really use that in db games, it will just make the most games run slow... Thought dbpro is faster than dbc.

-The Nerd

Free Particle Engine for DarkBasic Pro:
http://forum.thegamecreators.com/?m=forum_view&t=60141&b=5
Me!
19
Years of Service
User Offline
Joined: 26th Jul 2005
Location:
Posted: 18th Feb 2006 18:00
all commercial programmers use low poly models as well, for example DoomIII has low poly models but takes the textures off high poly models to make em look smoother, but if you look at the outline of the doom models you can see they are low poly models, lots of polys slow down the framerate, less is more in this case, in most commercial fps`s you don`t get more than about 5 or 6 NPC`s at any one time, ten tops, just to maintain a low poly count and keep the framerate up, it`s something you have to get used to when you are writing code, anyone can just throw a hundred or so models into a scene and have it run at 40fps, but getting all those objects to interact, the AI to work and the user controls to function smoothly is something else, you need every advantage you can get, thats why the pros spend so long tweaking their engines and dropping features, even with modern machines it`s a struggle to maintain a decent speed, we aren`t at the stage yet where we can just stick everything we want into a program and just have it work, thats the reason for things like BSP, its all to reduce the number of polys and textures the PC has to keep track of, remember EVERYTHING in a game, every vertex, pixel, sound and number, has to be tracked by the program or the gpu, the exact shade calculated for millions of pixels etc, it all adds up.



Windows: 32 bit extension/graphical shell for a 16bit patch to an 8bit OS originally coded for a 4bit CPU, written by a 2bit company that can't stand 1bit of competition, now available in 64bits.
RadiusOFT
19
Years of Service
User Offline
Joined: 14th Jul 2005
Location: Aloha, OR(egon)
Posted: 18th Feb 2006 19:26
thanks guys that really helps me out

Login to post a reply

Server time is: 2025-05-23 14:37:40
Your offset time is: 2025-05-23 14:37:40