More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox PSP homebrew | {{Infobox PSP homebrew | ||
| title = Yeti3D - Yeti | | title = Yeti3D - Yeti | ||
| image = https://dlhb.gamebrew.org/psphomebrew/ | | image = https://dlhb.gamebrew.org/psphomebrew/yeti3dbe2003.jpg|250px | ||
| type = Other | | type = Other | ||
| version = 0.1 (28 Apr 2007) | | version = 0.1 (28 Apr 2007) | ||
Line 7: | Line 7: | ||
| author = be2003 | | author = be2003 | ||
| website = https://be2003.wordpress.com/2007/04/28/yeti3d-port/ | | website = https://be2003.wordpress.com/2007/04/28/yeti3d-port/ | ||
| download = https://dlhb.gamebrew.org/psphomebrew/ | | download = https://dlhb.gamebrew.org/psphomebrew/yeti3dbe2003.7z | ||
| source = https://be2003.wordpress.com/2007/04/28/yeti3d-port/ | | source = https://be2003.wordpress.com/2007/04/28/yeti3d-port/ | ||
}} | }} |
Revision as of 08:16, 21 August 2021
Yeti3D - Yeti | |
General | |
---|---|
Author(s) | be2003 |
Type | Other |
Version | 0.1 (28 Apr 2007) |
Licence | Mixed |
Links | |
Download | |
Website | |
Source |
<htmlet>adsense</htmlet>
Yeti3D is a pure PSP port of Yeti3D that is not dependent on SDL, it contains the source and compiled eboot. It was later renamed to Yeti-PSP (according to developer the updated version had not been realeased).
Features
- The current viewport is 120x80 pixels, 15bit.
- All textures are 64x64 8bit.
- Textures are converted to 15bit via a pre-calculated lighting LUT.
- Polygons can be any convex shape. Only squares are currently used.
- Each vertex is described as X, Y, Z, U, V and brightness.
- The renderer uses 24:8 fixed point maths.
- Polygons are clipped in 3D space using 45 degree planes. Distance to plane calculations therefore use only additions and subtractions.
- Polygon edges are clipped using one divide and 6 multiplies.
- 4 clipping planes are used. No front plane is required. No back plane is used.
- No per-span clipping is used. Fixed point errors are hidden offscreen.
Installation
It comes with 2 versions:
- EBOOT.PBP - Regular version that runs smoothly.
- FAST_EBOOT.PBP - Essentially the same but without the restrictions of sceDisplayWaitVblankStart.
Media
Yeti3D Pro Engine (GBA/3DS/Android) (RYOGA V.S. the ARCADE MOLE!)
External links
- Author's website - https://be2003.wordpress.com/2007/04/28/yeti3d-port