1 |
|
""" |
2 |
|
Author: John Ngui, john.ngui@uq.edu.au |
3 |
|
""" |
4 |
|
|
5 |
# Import the necessary modules. |
# Import the necessary modules. |
6 |
from esys.pyvisi import Scene, DataCollector, Map, Camera, Velocity, Legend |
from esys.pyvisi import Scene, DataCollector, Map, Camera, Velocity, Legend |
7 |
from esys.pyvisi import Movie, LocalPosition |
from esys.pyvisi import Movie, LocalPosition |
35 |
cam1 = Camera(scene = s, viewport = Viewport.SOUTH_WEST) |
cam1 = Camera(scene = s, viewport = Viewport.SOUTH_WEST) |
36 |
|
|
37 |
# Create a movie. |
# Create a movie. |
38 |
mov = Movie("config_temp") |
mov = Movie() |
39 |
#lst = [] |
#lst = [] |
40 |
|
|
41 |
# Read in one file one after another and render the object. |
# Read in one file one after another and render the object. |