Panta Rhei (game engine)


Panta Rhei, is a video game engine developed by Capcom, for use with 8th generation consoles: PlayStation 4, Xbox One; as a replacement for its previous MT Framework engine.

Background and history

Following years of Capcom using their proprietary MT Framework engine for video game development during the seventh generation of hardware, it was decided that to maximize productivity in the following generation of hardware it would be necessary to create a new development engine, now titled "Panta Rhei". This was intended for home consoles while games for Smartphones, PlayStation Vita and Nintendo 3DS still use the MT Framework Mobile & Lite engines.
Specific design aims for the new engine included increases in workflow efficiency by reducing iteration time for modifications to gameplay and game design. Additionally, the engine introduced improved physical modeling of fluids and emphasis on global illumination rendering. Development of a new engine began in summer 2011. Features of the new development engine included: in-engine management of shader programs; an engine virtual machine allowing game scripting to be written initially in C#; changes in organization of the workflow/content meant that backwards compatibility with the MT Framework engine was lost. The engine corresponds to DirectX 11 level of technology.
The initial game to be developed with Panta Rhei was Deep Down, whose team provided feedback on the engine development; development of the game and engine were carried out in parallel. A trailer for Deep Down and the Panta Rhei engine were publicly demonstrated by Yoshinori Ono at the PlayStation 4 unveiling event in February 2013., the Deep Down technology demo used ~3GB of textures, with 30 shaders, running at approximately 30 frames per second. Graphics techniques used in the Deep Down demo included tessellation ; with deferred rendering implementing dynamic lightsources; and surfaces rendered including diffuse and specular light reflections with surface roughness implemented by the Oren–Nayar reflectance model; global illumination calculations were estimated using the 'voxel cone tracing' method ; moving light sources including flames were modeled using a 64x64x64 voxel implemented as 3D textures stored in a Mipmap like structure.
Further technology demos showcasing fluid simulations of fire and smoke in the Panta Rhei engine were released in August 2013. The tech demo demonstrated the engine's use of volume-based simulations of fire, as opposed to less functional 2D "billboarded" based depictions. The demos used a volume based physical simulation of the fluid, with fixed voxel size. The simulation of fluid flow used a semi-Lagrangian method for approximations to the solution of the advection equation - specifically vorticity confinement simulations with the MacCormack method used to obtain solutions. The voxel representation of the fluid required a 'ray marching' graphics rendering process ; self-shadowing of fluids, and scattering were also implemented in the engine demos.
Further details of the game engine were discussed at a talk at CEDEC 2014 given by Hitoshi Mishima and Haruna Akuzawa. In common with other PS4/Xbox One generation rendering engines the Panta Rhei engine used physically based rendering methods for calculating lighting reflectance; demonstrations based around the Deep Down Panta Rhei development videogame used an Oren-Nayar model for diffuse reflectance, Cook-Torrance model for specular highlights. Demonstrations used tile-based deferred rendering generally, with forward rendering also applied for simulations of translucent skin effects, and other transparent objects. Indirect lighting was demonstrated again, using a 128x128x128 voxel grid representing local light intensity, and voxel cone tracing along 12 directions. Specific demonstrations at CEDEC were a pre-integrated skin shader for simulation of light through skin effects, and a 'liquid' shader; surface reflections were modelled using a screen space reflection technique originally developed by Crytek, utilising parallax-corrected environmental maps; a hair modelling effect using runtime compute shader generation of hair positions, in conjunction with tessellation.
In November 2014 at AMD's "Future of Compute" Singapore conference Masaru Ijuin of Capcom announced that AMD's Mantle API technology was being incorporated into the game engine.
As of 2019, no new updates of the engine were made, with Capcom still using MT Framework for eight generation consoles and RE Engine for and Devil May Cry 5.