MobileRT  1.0
A multi platform C++ CPU progressive Ray Tracer.
Scenes.hpp File Reference
Include dependency graph for Scenes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

::MobileRT::Scene cornellBox_Scene (::MobileRT::Scene scene)
 
::std::unique_ptr<::MobileRT::CameracornellBox_Cam (float ratio)
 
::MobileRT::Scene cornellBox2_Scene (::MobileRT::Scene scene)
 
::std::unique_ptr<::MobileRT::CameracornellBox2_Cam (float ratio)
 
::MobileRT::Scene spheres_Scene (::MobileRT::Scene scene)
 
::std::unique_ptr<::MobileRT::Cameraspheres_Cam (float ratio)
 
::MobileRT::Scene spheres2_Scene (::MobileRT::Scene scene)
 
::std::unique_ptr<::MobileRT::Cameraspheres2_Cam (float ratio)
 

Function Documentation

◆ cornellBox2_Cam()

::std::unique_ptr<::MobileRT::Camera> cornellBox2_Cam ( float  ratio)

◆ cornellBox2_Scene()

::MobileRT::Scene cornellBox2_Scene ( ::MobileRT::Scene  scene)

◆ cornellBox_Cam()

::std::unique_ptr<::MobileRT::Camera> cornellBox_Cam ( float  ratio)
Here is the caller graph for this function:

◆ cornellBox_Scene()

::MobileRT::Scene cornellBox_Scene ( ::MobileRT::Scene  scene)

◆ spheres2_Cam()

::std::unique_ptr<::MobileRT::Camera> spheres2_Cam ( float  ratio)
Here is the caller graph for this function:

◆ spheres2_Scene()

::MobileRT::Scene spheres2_Scene ( ::MobileRT::Scene  scene)

◆ spheres_Cam()

::std::unique_ptr<::MobileRT::Camera> spheres_Cam ( float  ratio)
Here is the caller graph for this function:

◆ spheres_Scene()

::MobileRT::Scene spheres_Scene ( ::MobileRT::Scene  scene)