 |
forums.ps2dev.org Homebrew PS2, PSP & PS3 Development Discussions
|
| View previous topic :: View next topic |
| Author |
Message |
Braidlessbaka
Joined: 11 Mar 2008 Posts: 1
|
Posted: Tue Mar 11, 2008 7:14 am Post subject: Graphics optimisation? |
|
|
So, just trying to gather ideas:
I'm trying to optimise the display of a 3D model on the PSP (giving regard to the model's appearence) for a university project. Does anyone have any thoughts? Even just areas that I could look into? Basically, I want what every graphics programmer wants, for it to be as pretty as possible, as fast as possible - I just want that to be relevant to the hardware.
Any thoughts are much appreciated =) |
|
| Back to top |
|
 |
Vincent_M
Joined: 03 Apr 2007 Posts: 73
|
Posted: Fri Mar 14, 2008 2:20 am Post subject: |
|
|
Well, post the code you have. This is kind of a general field of discussion. There are some things you could do though:
-Avoid texturing vertices as much as you can
-Use the GUM for transforming your models with the hardware instead of transforming them yourself
-Use the least amount of vertices you can, and use indices if necessary
-Using a polygon-clipping algorithm to clip out certain polygons would be really, really nice to have (you'll need to construct a frustum to do that)
-Don't use lighting as much as you can
-Using some sort of terrain rendering system such as octrees or bsp trees
Those are just a few things to look at. Some of them are obvious, but difficult to implement. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|