How to build a movie (easy)


This tutorial needs at least white_dune version 1.642.

First a few informations to read


On some systems (e.g. Linux KDE/Gnome and SGI IRIX 4dwm), there is a program icon fuer "dune4kids", it looks something like this:


On systems like Micro$oft Windows or MacOSX there is only one (other) programm icon:


Normally, the program of this icon starts with the english full version, usually with very much icons and too much menues.


In this case, you have to switch to dune4kids.
You have to click here to switch to the right version.


What to do, if the program crashes ?

With a bit of luck, you can load the last situation, if there is a new ".dune_crash" file in the list of recent files.

Navigation

Navigation means the movment in the 3D modell.
This is important, cause it can happen very easily, that you get inside or behind your peace of work and see therefore nothing.

When you see nothing there are two way to continue, ofthen you use this ways together: Additionally there you can press together the left mouse button, the "Shift" key and the "Control" key and move the mouse (or use the icon ). This results in the movement in direction of the screen plane: up, down, left and right.

After you find the object and moved near to it, you should press again the "Examine" icon in order to continue to work normally.
You should also select the object and press the icon , so you can turn the object as usual.

Icons for changes

In Order to show, how things are changed, a box is created.


Icons, to changed whole objects: With small white boxes you can change the objects itself. With the single arrow icons you can select the direction.
For example if only the green arrow is pushed, you can move the little box


only into the direction of the green arrow.

.
In the same way as arrows grabed by the stem to move inside a plane, you can also push two arrows in one time to move a little box in one plane.

How to build a movie (easy)


VRML/X3D let you create an animation, but do not support the creation of a movie with two or more scenes.
white_dune can help here, cause if supports the creation of a movie using standard VRML/X3D scripting or X3DOM Scripting.
If the file is exported to renderman RIB files, the created movie data is also exported. You don't have to obey the following description exactly, but should (at least at the first reading) stick to the clue.
The movie will show a moving sphere, a moving cone and two different Viewpoints (aka "camera").

Moving Sphere

To create a sphere, use New -> Sphere.


Select the Transform.

Use Animation -> Create curve animation (need Transform)

Change 5 to 2 in the form amd press OK.

A animation path has been created.
Use New -> camera

Select the Transform and use Scenes > add

A VrmlCut node has been created. If you click to it's + and all other +, you can see, that all nodes have been moved into the first VrmlScene.

Moving Cone

To create a cone, use New -> Cone.


Select the Transform of the cone.

Use Animation -> Animate (need object e.g. Transform)

Change the 5 to 2 and press OK.

Use New -> camera

Select the PositionInterpolator which has only the start-value.

Select the Transform of the cone.

In the lower bar, click the red circle and click the double triangles.

Select the Transform of the cone.

Move the cone by dragging the arrows.

The new value has been recorded.
Select the Transform and use Scenes > add
When you press the blue triangle in the lower bar, the animations of the scenes loops.


If you select a VrmlScene node (located in the VrmlCut node), you can use Scenes -> manage (nend VrmlScene), to swap scenes or change the scene length (seconds).
You can use e.g. File -> Export X3DOM html to export the file into a HTML file, that can be edited with your favorite XHTML editor.
With aqsis and mencoder installed (e.g. under Ubuntu Linux) you can create the following video
rm -rf untitled*.tif && run_dune_and_aqsis.sh file.x3dv
mencoder -o movie.mp4 "mf://untitled*.tif" -nosound -of lavf -lavfopts format=mp4 -ovc x264 -x264encopts pass=1:bitrate=2000:crf=24 -mf type=tif:fps=24