Hacker News new | ask | show | jobs
by toast0 18 days ago
I'd be very surprised if player and enemy graphics are realtime 3D. Those look very much like typical sprites where you use different sprites for different angles.

The player ship rotates, but it only is 'rendered' at a handful of angles. This is a very common technique, but here they've used an art style to make it look like realtime 3d.

It's like stun runner on Lynx [1]. The Arcade stun runner was polygon based; but the Lynx doesn't have a chance, so there's just a ton of sprite options for rotation and a lot of work to make it look the part [2].

[1] https://youtu.be/4PEAzBtaStk?si=QXWf9KDUBjQRgoDh&t=204 [2] https://forums.atariage.com/topic/194231-lynx-stun-runner-3d...

1 comments

I'm sure they are 3d models and are rendered using the CPU. You can check by entering the secret Options Mode and selecting the Polygon Test, which will allow you to freely rotate your ship and the enemies, including the end of level bosses (except the final one). Screenshot: https://www.vizzed.com/vizzedboard/retro/user_screenshots/sa...

Fabien seems to be unaware of this, by the way.

This is also why the game play is so bland. The number of 3d objects and their complexity was severely constrained and did not allow for varied or more sophisticated game elements.