-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBlender_LmBmmD.h
30 lines (20 loc) · 959 Bytes
/
Blender_LmBmmD.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
// BlenderDefault.h: interface for the CBlenderDefault class.
//
#if !defined(AFX_BLENDERDEFAULT_H__C12F64EE_43E7_4483_9AC3_29272E0401E7__INCLUDED_3)
#define AFX_BLENDERDEFAULT_H__C12F64EE_43E7_4483_9AC3_29272E0401E7__INCLUDED_3
#pragma once
class CBlender_LmBmmD : public IBlender
{
public:
string64 oT2_Name; // name of secondary texture
string64 oT2_xform; // xform for secondary texture
public:
virtual LPCSTR getComment() { return "LEVEL: lmap*base**detail"; }
virtual BOOL canBeLMAPped() { return TRUE; }
virtual void Save (IWriter& fs);
virtual void Load (IReader& fs, u16 version);
virtual void Compile (CBlender_Compile& C);
CBlender_LmBmmD();
virtual ~CBlender_LmBmmD();
};
#endif // !defined(AFX_BLENDERDEFAULT_H__C12F64EE_43E7_4483_9AC3_29272E0401E7__INCLUDED_3)