Namespace f3d
Classes
- f3d::camera
- f3d::camera_state_t
- f3d::color_t
- f3d::colormap_t
- f3d::context
- f3d::direction_t
- f3d::double_array_t
- f3d::engine
- f3d::exception
- f3d::image
- f3d::interaction_bind_t
- f3d::interactor
- f3d::light_state_t
- f3d::log
- f3d::mesh_t
- f3d::options
- f3d::point3_t
- f3d::ratio_t
- f3d::scene
- f3d::transform2d_t
- f3d::type_access_exception
- f3d::type_construction_exception
- f3d::utils
- f3d::vector3_t
- f3d::window
Typedefs
Typedef option_variant_t
using f3d::option_variant_t =
std::variant<bool, int, double, std::string, std::vector<double>, std::vector<int>>
Return type: std::variant< bool, int, double, std::string, std::vector< double >, std::vector< int > >
Typedef angle_deg_t
using f3d::angle_deg_t = double
Describe an angle in degrees.
Return type: double
Variables
Variable light_type
enum F3D_EXPORT f3d::light_type
Type: enum F3D_EXPORT
Variable CAMERA_LIGHT
enum F3D_EXPORT f3d::CAMERA_LIGHT = 2
Type: enum F3D_EXPORT
Variable SCENE_LIGHT
enum F3D_EXPORT f3d::SCENE_LIGHT = 3
Type: enum F3D_EXPORT