libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
moEffectTemplate.h
Ir a la documentación de este archivo.
1
/*******************************************************************************
2
3
moEffectTemplate.h
4
5
****************************************************************************
6
* *
7
* This source is free software; you can redistribute it and/or modify *
8
* it under the terms of the GNU General Public License as published by *
9
* the Free Software Foundation; either version 2 of the License, or *
10
* (at your option) any later version. *
11
* *
12
* This code is distributed in the hope that it will be useful, but *
13
* WITHOUT ANY WARRANTY; without even the implied warranty of *
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
15
* General Public License for more details. *
16
* *
17
* A copy of the GNU General Public License is available on the World *
18
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
19
* obtain it by writing to the Free Software Foundation, *
20
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
21
* *
22
****************************************************************************
23
24
Copyright(C) 2006 Fabricio Costa
25
26
Authors:
27
Fabricio Costa
28
29
*******************************************************************************/
30
31
// Clase modelo de efecto //
32
33
#ifndef __MO_EFFECT_TEMPLATE_H__
34
#define __MO_EFFECT_TEMPLATE_H__
35
36
#include "
moEffect.h
"
37
38
#ifndef MO_RED
39
#define MO_RED 0
40
#define MO_GREEN 1
41
#define MO_BLUE 2
42
#define MO_ALPHA 3
43
#endif
44
45
class
LIBMOLDEO_API
moEffectTemplate
:
public
moEffect
46
{
47
public
:
48
MOint
color
;
49
MOint
transx, transy,
transz
;
50
MOint
rotatx, rotaty,
rotatz
;
51
MOint
scalex, scaley,
scalez
;
52
53
moEffectTemplate
();
54
~
moEffectTemplate
();
55
56
MOboolean
Init
();
57
void
Draw
(
moTempo
*,
moEffectState
* parentstate=NULL);
58
MOboolean
Finish
();
59
};
60
61
#endif
moEffectTemplate::color
MOint color
Definition:
moEffectTemplate.h:48
moTempo
Tempo, beat, ritmo.
Definition:
moTempo.h:44
MOboolean
#define MOboolean
Definition:
moTypes.h:385
moEffectTemplate::transz
MOint transz
Definition:
moEffectTemplate.h:49
moEffect.h
LIBMOLDEO_API
#define LIBMOLDEO_API
Definition:
moTypes.h:180
moEffectState
Definition:
moEffectState.h:44
MOint
#define MOint
Definition:
moTypes.h:388
moEffect::Init
virtual MOboolean Init()=0
moEffectTemplate
Definition:
moEffectTemplate.h:45
moEffect
clase base para objetos dibujables
Definition:
moEffect.h:82
moEffect::Draw
virtual void Draw(moTempo *, moEffectState *parentstate=NULL)=0
moEffect::Finish
virtual MOboolean Finish()=0
moEffectTemplate::rotatz
MOint rotatz
Definition:
moEffectTemplate.h:50
moEffectTemplate::scalez
MOint scalez
Definition:
moEffectTemplate.h:51
libmoldeo
moEffectTemplate.h
Generado el Martes, 10 de Septiembre de 2019 21:27:07 para libmoldeo (Moldeo 1.0 Core) por
1.8.13