Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/camera.h
| Show First 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | public: | ||||
| PanoramaType panorama_type; | PanoramaType panorama_type; | ||||
| float fisheye_fov; | float fisheye_fov; | ||||
| float fisheye_lens; | float fisheye_lens; | ||||
| float latitude_min; | float latitude_min; | ||||
| float latitude_max; | float latitude_max; | ||||
| float longitude_min; | float longitude_min; | ||||
| float longitude_max; | float longitude_max; | ||||
| /* panorama stereo */ | |||||
| StereoEye stereo_eye; | |||||
| bool use_spherical_stereo; | |||||
| float interocular_distance; | |||||
| float convergence_distance; | |||||
| /* anamorphic lens bokeh */ | /* anamorphic lens bokeh */ | ||||
| float aperture_ratio; | float aperture_ratio; | ||||
| /* sensor */ | /* sensor */ | ||||
| float sensorwidth; | float sensorwidth; | ||||
| float sensorheight; | float sensorheight; | ||||
| /* clipping */ | /* clipping */ | ||||
| ▲ Show 20 Lines • Show All 70 Lines • Show Last 20 Lines | |||||