![]() |
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.
|
Class tools for working with the 3DCoat's camera. More...
#include <SCameraTools.h>
Public Member Functions | |
| int | GetLastActiveCamShortcut () const |
| Gets the index of the last active short cut. More... | |
| CameraShortcut | GetActiveCamShortcut () const |
| Gets the last active camera short cut. More... | |
| CameraShortcut | GetCamShortcutByIndex (int index) const |
| Gets the last camera short cut by index. More... | |
| int | CountCamShortCut () const |
| Count of camera short cuts. More... | |
| CameraTools & | ActivateCamShortcut (int idx, bool Relative) |
| Activate the camera short cut by index relative of the last activate index. More... | |
| int | AddCamShortcut () const |
| Add the new camera short cut. More... | |
| CameraTools & | DelCamShortcut (int idx) |
| Delete the camera short cut by index. More... | |
| CameraTools & | DelActiveCamShortcut () |
| Delete the active camera short cut. More... | |
| CameraTools & | SetPrevCamShortcut () |
| Set the previouse camera short cut. More... | |
| CameraTools & | SetNextCamShortcut () |
| Set the next camera short cut. More... | |
| void | SaveCam () const |
| Save the camera short cut in the file. More... | |
| void | LoadCam () const |
| Load the camera short cut from the file. More... | |
Class tools for working with the 3DCoat's camera.
| CameraTools & coat::scripto::CameraTools::ActivateCamShortcut | ( | int | idx, |
| bool | Relative | ||
| ) |
Activate the camera short cut by index relative of the last activate index.
Referenced by SetNextCamShortcut(), and SetPrevCamShortcut().
| int coat::scripto::CameraTools::AddCamShortcut | ( | ) | const |
Add the new camera short cut.
|
inline |
Count of camera short cuts.
Referenced by GetActiveCamShortcut(), and GetCamShortcutByIndex().
|
inline |
Delete the active camera short cut.
References DelCamShortcut().
| CameraTools & coat::scripto::CameraTools::DelCamShortcut | ( | int | idx | ) |
Delete the camera short cut by index.
Referenced by DelActiveCamShortcut().
| CameraShortcut coat::scripto::CameraTools::GetActiveCamShortcut | ( | ) | const |
Gets the last active camera short cut.
References CountCamShortCut(), and GetLastActiveCamShortcut().
| CameraShortcut coat::scripto::CameraTools::GetCamShortcutByIndex | ( | int | index | ) | const |
Gets the last camera short cut by index.
References CountCamShortCut().
| int coat::scripto::CameraTools::GetLastActiveCamShortcut | ( | ) | const |
Gets the index of the last active short cut.
Referenced by GetActiveCamShortcut().
| void coat::scripto::CameraTools::LoadCam | ( | ) | const |
Load the camera short cut from the file.
| void coat::scripto::CameraTools::SaveCam | ( | ) | const |
Save the camera short cut in the file.
|
inline |
Set the next camera short cut.
References ActivateCamShortcut().
|
inline |
Set the previouse camera short cut.
References ActivateCamShortcut().