Phantom107 Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Phantom107 Forum

Phantom107's Forum. Discuss about games, GML, 3d, game design here. Enjoy your stay ;)
 
HomeSearchLatest imagesRegisterLog in

 

 Models

Go down 
4 posters
AuthorMessage
stewrat
Loyal Poster
stewrat


Posts : 78
Join date : 2008-01-04

Models Empty
PostSubject: Models   Models Icon_minitimeMon Jan 07, 2008 7:03 pm

OK. How do you do a model without stopping your computer?
Back to top Go down
http://www.yogamerclub.piczo.com
Phantom107
Admin
Phantom107


Posts : 206
Join date : 2008-01-03
Location : The Netherlands

Models Empty
PostSubject: Re: Models   Models Icon_minitimeMon Jan 07, 2008 7:12 pm

Please put some effort into your question so I can understand it.
Back to top Go down
https://phantom107.actieforum.com
slayer64
Heavy Poster
slayer64


Posts : 143
Join date : 2008-01-05

Models Empty
PostSubject: Re: Models   Models Icon_minitimeMon Jan 07, 2008 10:00 pm

you make it low poly, low texture, low resolution, get a better computer, delete everything else in the game, dont use a model use a 2d image that always faces the camera.

do these help?
Back to top Go down
Phantom107
Admin
Phantom107


Posts : 206
Join date : 2008-01-03
Location : The Netherlands

Models Empty
PostSubject: Re: Models   Models Icon_minitimeMon Jan 07, 2008 10:41 pm

Oh I get it. You want to prevent your computer from lagging and still using the model.
Here's my advice:


  • Keep the model low poly. From own experience never go over 300 polygons.
  • The texture doesn't matter really. (All my textures are 256 x 256)
  • Do NOT use multiple 2d images to replace your model. It depends on what you're trying to achieve, but if you use like 36 images to look around your character it will consume an enormous amount of RAM. Better just reduce the polycount of your model.
Back to top Go down
https://phantom107.actieforum.com
stewrat
Loyal Poster
stewrat


Posts : 78
Join date : 2008-01-04

Models Empty
PostSubject: Re: Models   Models Icon_minitimeMon Jan 14, 2008 10:21 pm

Sorry. I didn't state my ? clearly. What is the difference between d3d_model functions and just drawing with d3d_draw functions?
Back to top Go down
http://www.yogamerclub.piczo.com
Watever742
Active Member
Watever742


Posts : 39
Join date : 2008-01-21

Models Empty
PostSubject: Re: Models   Models Icon_minitimeThu Jan 24, 2008 9:59 am

ok with draw functions u have to draw every polygon which sucks and d3d_model is just loading a model and drawing it and like adding a cube on the head or something
Back to top Go down
Phantom107
Admin
Phantom107


Posts : 206
Join date : 2008-01-03
Location : The Netherlands

Models Empty
PostSubject: Re: Models   Models Icon_minitimeThu Jan 24, 2008 11:18 am

stewrat wrote:
Sorry. I didn't state my ? clearly. What is the difference between d3d_model functions and just drawing with d3d_draw functions?

Speed Techniques Topic wrote:

Technique 4
Always use models. When using models Gamemaker only needs to draw them. When using d3d_draw... functions Gamemaker needs to construct the model first, and then draw it on the screen. This will cause a big loss of drawing performance. Also, keep in mind that the lesser polygons in your model, the lesser they consume.
Back to top Go down
https://phantom107.actieforum.com
Sponsored content





Models Empty
PostSubject: Re: Models   Models Icon_minitime

Back to top Go down
 
Models
Back to top 
Page 1 of 1
 Similar topics
-
» gun models
» Models?
» Splitting up a model in different models

Permissions in this forum:You cannot reply to topics in this forum
Phantom107 Forum :: Techniques-
Jump to: