Mesh Obj

The Mesh Obj demo is a project that imports an OBJ file and renders it using RPR.

This standalone requires only one argument: the path to a json file that defines the scene we want to import and how we want RPR to render it.

Example: 64_mesh_obj_demo.exe ../64_mesh_obj_demo/cfg.json

  • The JSON is parsed with picojson.

  • The OBJ is parsed with tiny_obj_loader.

This demo illustrates how RPR can be integrated in a bigger project, you can play with it and import your own scenes.