summaryrefslogtreecommitdiffstats
path: root/rwsdk/include/d3d8/rtmipk.h
blob: c06a387925e125efde79762386ae31507c4b2929 (plain) (blame)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/**
 * Mipmap K toolkit
 */

/***************************************************************************
 *                                                                         *
 * Module  : rtmipk.h                                                      *
 *                                                                         *
 * Purpose : To calculate mipmap K values for Sky                          *
 *                                                                         *
 **************************************************************************/

#ifndef RTMIPK_H
#define RTMIPK_H

/**
 * \defgroup rtmipk RtMipmapK
 * \ingroup rttool
 *
 * Ps2/Mipmap K Value Toolkit for RenderWare.
 */

/****************************************************************************
 Includes
 */

#include "rwcore.h"
#include "rpworld.h"

/* RWPUBLIC */

/****************************************************************************
 Defines
 */

/****************************************************************************
 Global Types
 */

/****************************************************************************
 Function prototypes
 */

#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */

extern void RtMipKWorldCalculateKValues(RpWorld *world, RwCamera *camera);
extern void RtMipKClumpCalculateKValues(RpClump *clump, RwCamera *camera);

#ifdef __cplusplus
}
#endif  /* __cplusplus */

/* RWPUBLICEND */

#endif /* RTMIPK_H */