3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gltf::gCamera Class Reference

Class of the camera object. More...

#include <gltf.h>

Public Member Functions

void SetPerspectiveCamera (const PerspectiveCamera &camera)
 Sets the perspective camera property. More...
 
void SetOrthographicCamera (const OrthographicCamera &camera)
 Sets the orthographic camera property. More...
 

Detailed Description

Class of the camera object.

+ Inheritance diagram for gltf::gCamera:

Member Function Documentation

void gltf::gCamera::SetOrthographicCamera ( const OrthographicCamera &  camera)
inline

Sets the orthographic camera property.

Parameters
cameracamera settings

Referenced by gltf::gltfExporter::writeCameras().

void gltf::gCamera::SetPerspectiveCamera ( const PerspectiveCamera &  camera)
inline

Sets the perspective camera property.

Parameters
cameracamera settings

Referenced by gltf::gltfExporter::writeCameras().


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