SG57's 3D Robot PSPGL Example: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox PSP Homebrews |title=SG57's 3D Robot PSPGL Example |image=sg57srobotpsp.png |description=3D demo created using PSPGL. |author=SG57 |lastupdated=2006/07/10 |type=Demos |format= |version=2006 |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/sg57srobotpsp.7z |website=http://forums.qj.net/f-psp-development-forum-11/t-sg57s-3d-robot-pspgl-example-and-hint-of-what-to-come-58763.html |source= }} This demo is a 3D project created using PSPGL, a graphics l..." |
No edit summary |
||
| Line 15: | Line 15: | ||
This demo is a 3D project created using PSPGL, a graphics library for the PSP that allows for OpenGL functionality. | This demo is a 3D project created using PSPGL, a graphics library for the PSP that allows for OpenGL functionality. | ||
It has a walking robot with basic movement and animation, but it is still in development and not yet textured. | |||
== Controls == | == Controls == | ||
Latest revision as of 03:12, 13 November 2024
| SG57's 3D Robot PSPGL Example | |
|---|---|
| General | |
| Author | SG57 |
| Type | Demos |
| Version | 2006 |
| License | Mixed |
| Last Updated | 2006/07/10 |
| Links | |
| Download | |
| Website | |
This demo is a 3D project created using PSPGL, a graphics library for the PSP that allows for OpenGL functionality.
It has a walking robot with basic movement and animation, but it is still in development and not yet textured.
Controls
L - Zoom out
R - Zoom in
Start - Exit
Screenshots
Known issues
- The robot's left and right arms are not moving as intended (should move back and forth like the legs).
- Z-fighting on the right arm when zooming in closely.
- The left/right arms spin in a circle due to an error in the code’s if statement.