Here we provide several scenes that can be used for testing with MoonRay.
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.
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