3d Modeling for game development
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
3d Modeling for game development
How can I make a 3d model for the psp without manualling entering the code. I will understand if I have too.
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
Now that is hard to say. Given you asked about 3D models, I'd guess you're doing a 3D game. The biggest thing is Phat or Slim - the Phat only has ~ 24 MB for the game and all its data. The Slim has over 50 MB. Let's put it this way - Quake 2 will run on the Phat, but Quake 3 is too big.
In 3D, one thing you could do to make level data fit better is to use 16 or 256 color textures when you can. Most examples you'll see for the PSP use 32 bit textures - those use four times the memory that a 256 color one the same resolution would use.
In 3D, one thing you could do to make level data fit better is to use 16 or 256 color textures when you can. Most examples you'll see for the PSP use 32 bit textures - those use four times the memory that a 256 color one the same resolution would use.
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
?Dariusc123456 wrote:Thanks. How come that sony games is more than that it should? or are you talking about the game loading into the ram?
That post made no sense at all. :)
I'm talking about what's in memory, of course. You can have as many level/sound/data files as will fit on the memstick. Games like Quake don't load EVERYTHING into memory. Just what's needed for the current level, and sometimes not even everything for the level.
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
you want to code a 3d modeling software in a month when you did never see one? mmhhhh....begin to walk, then to run. If you want my opinon, maybe it's better for you to praticize with every other aspect of a game before putting yourself into 3D.
PS: if you can't manage to open and parse 3ds files, check out .OBJ that's way simpler!
PS: if you can't manage to open and parse 3ds files, check out .OBJ that's way simpler!
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
...because there are lots of free/open source PC program that perform better than every average tool we could ever write. Believe me, 3d modeling isn't a nut; i wrote tools for sub/supersample models, generate BSPTrees, generate lightmaps and so on... better to save your time and just write a couple of exporting tool for famous softwares.