-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcyclops.h
More file actions
25 lines (21 loc) · 767 Bytes
/
cyclops.h
File metadata and controls
25 lines (21 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef __CYCLOPS__
#define __CYCLOPS__
#include <cyclops/cyclops/cyclopsConfig.h>
#include <cyclops/cyclops/Entity.h>
#include <cyclops/cyclops/LineSet.h>
#include <cyclops/cyclops/LightingLayer.h>
#include <cyclops/cyclops/ModelGeometry.h>
#include <cyclops/cyclops/SceneManager.h>
#include <cyclops/cyclops/SceneLoader.h>
#include <cyclops/cyclops/AnimatedObject.h>
#include <cyclops/cyclops/SceneLayer.h>
#include <cyclops/cyclops/ShaderManager.h>
#include <cyclops/cyclops/Shapes.h>
#include <cyclops/cyclops/Skybox.h>
#include <cyclops/cyclops/StaticObject.h>
#include <cyclops/cyclops/Text3D.h>
#include <cyclops/cyclops/Movie.h>
#include <cyclops/cyclops/Volume.h>
#include <cyclops/cyclops/CameraManipulator.h>
void CY_API cyclopsPythonApiInit();
#endif