⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
SO3Engine
All Projects
Scol
»
SO3Engine
Overview
Activity
Roadmap
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Repository
API Documentation
SO3Engine
include
SO3SceneLoader
ALCamera.h
Go to the documentation of this file.
1
#ifndef ALCAMERA_H
2
#define ALCAMERA_H
3
4
#include "
ALObject.h
"
5
6
namespace
SO3
7
{
8
13
class
ALCamera
14
{
15
public
:
19
ALCamera
();
20
24
~ALCamera
();
25
26
void
convertToScol
(
SScene
* parent);
27
};
28
};
29
30
#endif
// ALCAMERA_H
ALObject.h
SO3::ALCamera
Definition
ALCamera.h:14
SO3::ALCamera::~ALCamera
~ALCamera()
Definition
ALCamera.cpp:9
SO3::ALCamera::ALCamera
ALCamera()
Definition
ALCamera.cpp:5
SO3::ALCamera::convertToScol
void convertToScol(SScene *parent)
Definition
ALCamera.cpp:11
SO3::SScene
Definition
SO3Scene.h:125
SO3
Definition
SO3DataScol.h:38
Generated by
1.9.8
Loading...