On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

honestly a pretty short and sweet pivot from overscope, and the intro feels very cinematic!. I think the flight physics actually feel pretty top notch, what tutorial/resource did you follow?

(+1)

Thanks for playing. No tutorial, I used this jam to tinker with one way of how it can be done. The aircraft is fixed in space it just rotates. Ocean is also a fixed plane, it uses texture offset and scaling to achieve illusion of moving. With a more complex mesh and dynamic positioning of vertices we could have a proper terrain, but I scoped it down to the ocean. Clouds (and intro aircraft) are the only thing that actually moves, relative to plane's fake velocity. I had to mess about with shaders so clouds are always drawn over ocean even if they are below its plane.