forked from alpet83/Xray-Research
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blender_Lm(EbB).h
35 lines (24 loc) · 1.11 KB
/
Blender_Lm(EbB).h
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
// BlenderDefault.h: interface for the CBlenderDefault class.
//
#if !defined(AFX_BLENDERDEFAULT_H__C12F64EE_43E7_4483_9AC3_29272E0401E7__INCLUDED_2)
#define AFX_BLENDERDEFAULT_H__C12F64EE_43E7_4483_9AC3_29272E0401E7__INCLUDED_2
#pragma once
class CBlender_LmEbB : public IBlender
{
public:
string64 oT2_Name; // name of secondary texture
string64 oT2_xform; // xform for secondary texture
xrP_BOOL oBlend;
void compile_2 (CBlender_Compile& C);
void compile_3 (CBlender_Compile& C);
void compile_L (CBlender_Compile& C);
public:
virtual LPCSTR getComment() { return "LEVEL: lmap*(env^base)"; }
virtual BOOL canBeLMAPped() { return TRUE; }
virtual void Save (IWriter& fs);
virtual void Load (IReader& fs, u16 version);
virtual void Compile (CBlender_Compile& C);
CBlender_LmEbB();
virtual ~CBlender_LmEbB();
};
#endif // !defined(AFX_BLENDERDEFAULT_H__C12F64EE_43E7_4483_9AC3_29272E0401E7__INCLUDED_2)