Jump to content

[SOLVED] Making a cinematic


photo

Recommended Posts

How do I go about making a cinematic? (with minimum coding involved)

 

One way I could do it is making a scene in 3D app, animating characters, exporting them, assembling the same scene in Unigine and playing animation for every object at the same time. However, how do I have cameras and switch between them?

 

Any other ideas? Thanks.

  • Like 1
Link to comment

simple way: study the code in Heaven demo, it includes all you needed codes.

 

more complex:

  • check data/core/scripts/camera.h this is the class for animation camera path.
  • also for spline.h, it's for animated object path
  • check data/demos/heaven/grabber.h this is the class for grab a seqence of image for compositing into a avi/mov animation

Link to comment
×
×
  • Create New...