I reckon the consistency and quality of work could be narrowed down to experience with a large project. I will explain to you in full detail how you could break down this project into a working system to speed up production while increasing quality. It's up to you whether you want to benefit from this information, and…
//AUTHOR : Jayant bhatt. //works with maya 2017 and 2018 //special thanks to autosk and polycount forum //for materials thanks to Bodizz //PP if ( `window -exists "nameWindow"` ) { deleteUI "nameWindow"; } // create a window with a menu bar window -title "3DGhost" -menuBar true -w 220 -h 200 "nameWindow"; // two frame…
While this thread is quite old now I just want to give my findings on physics like Wipeout just in case anyone else in the future wants a place to start. This all comes from my experience with developing my own Wipeout game (AGR2280) and implies you already have a game engine to work from (Unity, UE4, etc) and a bit of…