SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ RotationMode

enum class SRL::VDP2::RotationMode
strong

setting for RBG0,1 rotation constraints

Note
more axis require more VRAM resources
Enumerator
OneAxis 

2d rotation with only roll and zoom

Note
No additional VRAM requirements
TwoAxis 

3d rotation with pitch and yaw, but no roll (modified per line)

Note
Requires 0x2000-0x18000 bytes in arbitrary VRAM Bank (No cycles)
ThreeAxis 

Full 3d rotation with pitch, yaw and roll (modified per pixel)

Note
Requires 0x2000-0x18000 bytes in Reserved VRAM bank (8 cycles)