|
 |  | Features
|
Add New Scenes
|
Add new scenes using the Play list tab in the Screen Saver Settings.
|
Navigate in Scenes
|
You can navigate in 3D scenes!
Just check the box "Enable navigation" in the Cortona VRML Screen Saver properties and the navigation panel will appear in the top right-hand corner of the screen.
Now you can navigate in the scene using both mouse and keyboard.
It is also possible to disable navigation for the current scene. Just add this node to the VRML scene:
WorldInfo {
info
"cortsaver:
nonavigate"
}
|
|
Navigation Interface
|
You can customize the navigation panel by adding new skins.
|
Make the scene animated
You can easily animate any static VRML scene in your Screen Saver by adding the following node to the VRML scene:
WorldInfo {
info
"cortsaver:
autorotate
8 0 0.8 -0.6"
}
|
ICQ Support
|
Cortona VRML Screen Saver informs you about incoming ICQ messages.
|
Optimize Rendering Settings
|
You can try different renderers and advanced rendering settings to improve performance.
The renderers and renderer hints are also accessible from the VRML scene.
WorldInfo {
info [
"cortsaver:
renderername OpenGL"
"cortsaver:
rendererhints 0x0020"
]
}
|
|
|
|
|