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
coat::scripto::CameraView Class Reference

Class for view of the 3D camera. More...

#include <SCameraView.h>

Public Types

enum  OrthoState : BYTE
 
enum  RoundPivot : BYTE
 

Public Member Functions

CameraViewSetView (const OrthoState &state)
 Set ortho state of the camera. More...
 
CameraViewRound (const RoundPivot &pivot)
 Around camera of the pivot point. More...
 

Detailed Description

Class for view of the 3D camera.

Since
4.5.35

Member Enumeration Documentation

Debug dbg;
DebugLog log = dbg.log();
log += "CameraView::OrthoState";
log += CameraView::OrthoState::Top;
CameraView view;
view.SetView(CameraView::OrthoState::Top);
camera_view_top.png
Debug dbg;
DebugLog log = dbg.log();
log += "CameraView::RoundPivot";
log += CameraView::RoundPivot::CurrentPickPoint;
CameraView view;
view.Round(CameraView::RoundPivot::CurrentPickPoint);

Member Function Documentation

CameraView& coat::scripto::CameraView::Round ( const RoundPivot pivot)
inline

Around camera of the pivot point.

CameraView & coat::scripto::CameraView::SetView ( const OrthoState state)

Set ortho state of the camera.


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