Skip to content

dreamworksanimation/example-scenes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Example Scenes in RDL2 format.

Here we provide several scenes that can be used for testing with MoonRay.

About these scenes

These scenes were originally acquired in PBRT format from Benedikt Bitterli's Rendering Resources page and converted to MoonRay's RDL2 format using a custom PBRTv3 --> RDL2 converter.

Rendering the scenes

Each RDL2 scene has been split into ascii and binary parts (RDLA/RDLB) where the bulk of the scene description is in the ascii file for easy editing and the large geometry attributes in the separate binary file. Both the scene.rdla and scene.rdlb files are required for rendering. See the rdl2_convert utility for converting between formats. Refer to the moonray and moonray_gui command-line tools pages for more information.

It is also worth noting that any file paths referenced in the scenes are relative paths (e.g. "./textures/some_texture.tx"). The implication of this is that you'll want launch the render from the directory where the scene files are.

For example, to render the bedroom scene:

# Make sure current directory is the location of the scene
cd /path/to/example_scenes/bitterli/bedroom

# include both .rdla and .rdlb files in your command
moonray_gui -in scene.rdla -in scene.rdlb -out scene.exr

About

Example scenes for MoonRay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors