Browsing index pages (2 articles)
↧
How do real time cutscenes work?
I want to code a real time cutscene editor in my engine but I couldn't find any pdf documents or websites explaining it in detail. Is the cinematic scene file loaded with instructions like Camera::Up()...
View ArticleAnswer by ratchet freak for How do real time cutscenes work?
The simplest set of steps when a in-engine cutscene triggers is:disable player controlmove the camera to where it needs to bestart playing all the required animations and sound files. These are likely...
View Article
Browsing index pages (2 articles)