Created with Ramses Composer Version 1.3.0
Direct links:
Go to bin/RelWithDebInfo, start RamsesComposer.exe on Windows, RamsesComposer.sh on Linux.
Open the G05 project file (G05_main.rca) via File->Open.
Uncollapse the root
node in the Scene Graph
tab and select the SceneControls
script:
In the Property Browser
tab you will see a list of inputs you can set/modify:
- To change the car paint, use the numeric CarPaint_ID property
- There are 7 different paints with different surface attributes and colors which can be applied to the model
- To change the camera perspective, use the numeric CameraPerspective_ID property
- There are 6 different, pre-defined camera perspectives for viewing the car
- All doors can be opened or closed individually
- To set the door opening angles, use these properties:
- Door_F_L_OpeningValue (front left)
- Door_F_R_OpeningValue (front right)
- Door_B_L_OpeningValue (rear left)
- Door_B_R_OpeningValue (rear right)
- The door, for values of its respective property, is closed at 0.0 and fully open at 1.0. For values in between 0 and 1, the door angle is interpolated proportionally to the value (e.g. 0.5 is half-open)
- To set the tailgate opening angle, use the Tailgate_OpeningValue property
- Analogous to the doors, the tailgate can also be opened or closed
- The tailgate is closed at 0.0 and fully open at 1.0. For values in between 0 and 1, the tailgate angle is interpolated proportionally to the value (e.g. 0.5 is half-open)
You can find more detailed documentation of the input values by looking into the actual control script (SceneControls.lua)
which you can open from the pencil button right next to the URI
field in the Property Browser.
To learn how to modify the scene in more complex ways, or simply understand how it works, please refer to the Ramses Composer tutorials which explain the various features of the Composer with interactive examples.
By default, the Ramses Preview window in Ramses Composer shows you the unvarnished truth about every pixel. In order to get an impression of what the car would look like in a target environment with antialiasing enabled, switch the drop down box above the render view from Nearest filtering to Linear filtering
This project uses external references extensively (see the official documentation on external references). It contains external references to the following reusable projects (make sure they remain in the same relative paths):
The G05 OSS is based on a PoC project. Thus, it was created with limited time, resources, and manpower. We know that the project is not perfect and would likely look differently after a few rounds of optimization.
However, we still believe that the G05 is a worthwhile demo for the capabilities of the Ramses Composer, as it displays a great deal of features of the software. It has quite realistic graphics and a complex setup which is modeled after industry-related use-cases.
Over time, we want to maintain and improve the demo and enrich it with new and upcoming features of Ramses, so stay tuned for that.