Taking the first steps in a new software can be a daunting task, especially if it is one that is as feature-rich as Ventuz. This How To will guide you from the very first steps of installing the application to creating a simple Ventuz scene.
Ventuz comes in a number of optional Features which vary in price and functionality. Detailed information can be found under Ventuz License Features.
For this How To, we'll assume that you haven't purchased a license yet and simply requested a PLE license key as described on the Getting Started page.
Scenes created with the Professional Learners Edition cannot be loaded in any other Ventuz version even if you buy a license key later on. Therefore it is not possible to use the PLE version to build a scene and then just buy a license last minute to run the show!
The only difference between the Features is the available license, they all use the same installer.
All installers can be found on the Ventuz Download page. Get the latest one as it will contain all bugfixes and features available at that point.
Once it has finished downloading, double click on the installer. You will be presented with the End-User License Agreement which you have to read and accept in order to proceed. Choose the type of installation and location and you're ready to go. Hit Install and after a few minutes you will have your very own installation of Ventuz.
If you haven't purchased a License the License Manager Dialog opens and you can request a Professional Learner Edition license and than start the Ventuz Designer.
The first thing you'll see after the Ventuz Designer has finished launching is the Project Browser. A project is a collection of presentations (called scenes) that use common resources (Assets) such as images, movie clips and so on. Since you don't have one yet, choose "New Project". Once you have created and used some projects, they will be listed in the "Recent" section of the browser for quick access.
A project stores global information about the project like Project name, Folder , Project Dimension and so forth. Fill out the fields and press Ok to create the project.
Once you're done, the project will be created, opened and you'll see the Ventuz User Interface which consists of multiple dockable windows. Ventuz automatically has created a new empty scene and since there is nothing in there yet, the render output is black. Let's change that. Hit SPACEto open the Toolbox which hosts all the Nodes that are available in Ventuz or open the Toolbox Window with SHIFT+F6 or just use the Add Layer button in the Layer Editor to add some layer Nodes.
Ventuz also provides different Workspaces that allow you to view and hide certain editors for certain approaches.
Nodes are the building blocks for constructing a Ventuz scene. Each node has a name, an icon and some function it fulfills. There is, for example, a node to create a 2D Image Layer. Click on the Layer tab inside the Toolbox and locate the icon next to the label saying "Image Layer". Left-click on the icon and hold the mouse button. Continue to hold the button and move the mouse cursor straight up to the Layers Editor on top of it. Release the mouse button and you should see a checker image in the render output. You have added your very first node to a scene.
To change the image you can just on the image thumbnail that opens a Fileopen Dialog.
Add a 3D Layer to your scene and press the Edit button. Also switch the Workspace to 'Logic.
Again press SPACE to open the Toolbox go to the Geometry categorie and add a Cube node to the Hierarchy Editor
The area you dropped the node in is called the Layer Editor, you can consider it to be a layer-based compositing environment inside Ventuz. Every layer now allows you to change the position and size of a Layer inside the Layout section and can be composited with certain Blendings and Effects.
If you are working with 3D Layer and you press the Edit button in the Layer Editor you see an area that is called the Hierarchy Editor. The Hierarchy of a scene is a tree of nodes that define the 3D world. This can be geometry, Axis to position elements, material assignments, and much, much more. You may have noticed in the Toolbox that there are nodes that have brackets to the left and right of the icon and others with brackets at the top and bottom. The former ones are Hierarchy Nodes which belong to the Hierarchy, the latter are content nodes which belong to the Content of a scene. As you can see in the Content Editor (right next to the Hierarchy Editor), the cube belongs both to the Hierarchy and the Content. This is true for all Layer and Hierarchy Nodes.
In contrast, Content Nodes only exist in the Content Editor. They provide or process information but do not directly interact with the way the scene is rendered. For example, the Windows Mouse node can be used to track the current mouse position which in itself does not change the render output. Go to the I/O tab and drag a mouse node to the Content Editor. Did you note that the Mouse icon had multiple lines around its icon? This is because there are multiple nodes listed under that icon. When releasing the mouse button after dragging to the Content Editor, Ventuz will ask which of the nodes in the list you want to insert. Choose Windows Mouse.
You may have noticed the dock window on the right with the label "Properties". This is the Property Editor which shows attributes of whatever node is currently selected. To select a node, click on it in the Layer, Hierarchy or Content Editor. The selected node is marked with an orange rectangle. The Layer Editor makes an excuse in that sense that it shows it's properties when you uncollapse it with the
Click on the Cube and you will see a table with multiple rows. Locate the one saying "X" and double click on the number right next to it. Enter another value - let's say 5 - to change the cubes size in X direction. Notice how the white square in the render output gets larger. The input properties of a node influence how a node performs its function. Now click on the "Outputs" button in the Property Editor. As you can see, there is nothing here.
Select the WinMouse node. Unlike the Cube, this node actually generates output values. To check what the current values are, click on the small magnifying glass icon on the top right of the Property Editor (Monitor Values). Now click into the renderer window and as you move the mouse, see how the values change. So what can we do with this? Actually, quite a lot. We can actually use the outputs of one node to feed the inputs of another.
Select the Cube again and switch the Property Editor back to inputs. Again, locate the row with the label "X" but now drag the name on to the mouse node. When you release the mouse button over the node, Ventuz will pop up a list of all outputs on the mouse node that are compatible with the input you dragged. Let's say we choose "ClippedX". A black arrow is created between the two nodes in the Content Editor to show the binding. Now move the mouse cursor inside the renderer window and see what happens. The farther the mouse goes to the right boundary, the bigger the cube gets!
Okay, this may be a silly example, let's delete it. click on the arrow between the two nodes and click on the little cross to delete the binding. Let's try something else:
We've got a rotating cube! Do you get how it works? The mover takes 5 seconds to go from 0 to 360. It puts its current value into the output property which than feeds the rotation around the Y-axis in the Axis node. But wait, the mover moves from 0 to 360 and back. Let's change that... but we're not going to tell you how. Move the mouse over the Mover node and press F1. This will open the user manual description for this node where you find all the properties described. See if you can find out yourself what you have to change so it continues to rotate into one direction...
Well, we hope you had fun. We barely scratched the surface in this How To! There are tons of nodes, each offering its own functionality. But every single one of them is documented in the user manual and each one has a help scene that shows how it works. To access a help scene, go to the node of interest, press F1 and choose "Example Scene". Another way to approach Ventuz is to just open the user manual (also via F1) and start reading. You'll find lots of stuff to explore in there...