3ds Max C++ API Reference
ISunPositioner::WeatherMeasurements Struct Reference

Encapsulates weather measurements provided by a weather data file. More...

#include <ISunPositioner.h>

Public Member Functions

 WeatherMeasurements ()
 

Public Attributes

float diffuse_horizontal_illuminance
 The illuminance measurement on a horizontal plane, excluding the solar disc area. More...
 
float direct_normal_illuminance
 The illuminance measured while facing the sun directly. More...
 
float dew_point_temperature
 The dew point temperature in celsius. Only to be used if dew_point_temperature_valid is true. More...
 
float dew_point_temperature_valid
 Whether a valid dew_point_temperature was provided. More...
 

Detailed Description

Encapsulates weather measurements provided by a weather data file.

Constructor & Destructor Documentation

◆ WeatherMeasurements()

Member Data Documentation

◆ diffuse_horizontal_illuminance

float diffuse_horizontal_illuminance

The illuminance measurement on a horizontal plane, excluding the solar disc area.

◆ direct_normal_illuminance

float direct_normal_illuminance

The illuminance measured while facing the sun directly.

◆ dew_point_temperature

float dew_point_temperature

The dew point temperature in celsius. Only to be used if dew_point_temperature_valid is true.

◆ dew_point_temperature_valid

float dew_point_temperature_valid

Whether a valid dew_point_temperature was provided.