Method createVideo
- Namespace
- vdRay
- Assembly
- vdRay.dll
createVideo(string, vdPointViews, bool)
Creates a walkthrough vdVideo using the vdRay component.
public bool createVideo(string filename, vdPointViews pointViews, bool testVideo)
Parameters
filenamestringThe filename of the vdVideo that will be created.
pointViewsvdPointViewsThe collection of objects defining position, twist and direction of the camera on every step.
testVideoboolSet true if to create a test video using OpenGL.
Returns
- bool
True if the creation of the video is completed successfully, false if it is unterrupted.
Remarks
Creation of a video can be a very time consuming procedure, use the test video to preview the result before creating a vdray video. Vdray videos have a frame rate of 25 frames per second, while test videos a frame rate of 10.