forked from alpet83/Xray-Research
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blender_Model_EbB.h
31 lines (21 loc) · 985 Bytes
/
Blender_Model_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
// BlenderDefault.h: interface for the CBlenderDefault class.
//
#if !defined(AFX_BLENDERDEFAULT_H__C12F64EE_43E7_4483_9AC3_29272E0401E7__INCLUDED_21)
#define AFX_BLENDERDEFAULT_H__C12F64EE_43E7_4483_9AC3_29272E0401E7__INCLUDED_21
#pragma once
class CBlender_Model_EbB : public IBlender
{
public:
string64 oT2_Name; // name of secondary texture
string64 oT2_xform; // xform for secondary texture
xrP_BOOL oBlend;
public:
virtual LPCSTR getComment() { return "MODEL: env^base"; }
virtual BOOL canBeLMAPped() { return FALSE; }
virtual void Save (IWriter& fs);
virtual void Load (IReader& fs, u16 version);
virtual void Compile (CBlender_Compile& C);
CBlender_Model_EbB();
virtual ~CBlender_Model_EbB();
};
#endif // !defined(AFX_BLENDERDEFAULT_H__C12F64EE_43E7_4483_9AC3_29272E0401E7__INCLUDED_2)