Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Are these all 3D?  Can they be transformed to 2D?

I'm sorry I don't think they are transferable as they work in a different way compared to 2D. They all are in 3D space.

You could render them in a 3D viewport, then use the texture from that

That's an overkill, don't you think?

It may seem overcooked… but it’s pretty legit way of doing 2D graphics and vfx. Heaps of games in the 90s made their graphics with 3D models baked to 2D textures. Donkey Kong Country, Command and Conquer, and many more.

In the case of Doom, they made clay models, photographed from multiple angles and cleaned up in an image editor.

Oh yes i mean using image frame sequences is 100% a legit way (I've even built a tool to do this, check: Sprite Builder), so you render the simulation/ animations somewhere else, then use the frames as you want. But doing it real-time is overkill, i.e. 3D particles/ assets are in 3D space, and you put sub viewports in your 2D game scenes to preview what's happening in that 3D space. It's not recommended.