Changes between Version 8 and Version 9 of Examples/Brain


Ignore:
Timestamp:
04/11/17 13:33:21 (7 years ago)
Author:
Herwig Zilken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/Brain

    v8 v9  
    192192[[Image(image_0000.png, 640px)]]
    193193
    194 === Camera Animation: Path-based
     194=== Camera Animation: Path-based (Orbit)
    195195To orbit around the data (rotate the data), the camera can be animated in 'Path-based' mode. The !CameraTrack and the !AnimationScene are used in conjunction with two keyframes to render 100 images. Please note that in 'Path-based' mode the location of ALL camera positions on the track are stored in !PositionPathPoints of the first keyframe.
    196196{{{
     
    230230  animationScene.GoToNext()
    231231}}}
     232
     233Resulting movie sniplet:
     234[raw-attachment:orbit.wmv Camera Orbit]
    232235
    233236=== Camera Animation: Interpolate Camera
     
    275278  animationScene.GoToNext()
    276279}}}
     280Resulting movie sniplet:
     281[raw-attachment:camera_flight.wmv Camera Flight]