PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
Public Attributes | List of all members
PGENLib.Scene Class Reference

A scene read from a scene file. More...

Public Attributes

Dictionary< string, MaterialMaterials = new Dictionary<string, Material>()
 
World World = new World()
 
ICamera Camera
 
Dictionary< string, float > FloatVariables = new Dictionary<string, float>()
 
Dictionary< string, float >.KeyCollection OverriddenVariables
 

Detailed Description

A scene read from a scene file.

Member Data Documentation

◆ OverriddenVariables

Dictionary<string, float>.KeyCollection PGENLib.Scene.OverriddenVariables
Initial value:
=
new Dictionary<string, float>.KeyCollection(new Dictionary<string, float>())

The documentation for this class was generated from the following file: