Revision 126,
744 bytes
checked in by barsi, 19 years ago
(diff) |
Added a folder remotely
|
Line | |
---|
1 | #include "Ogre.h"
|
---|
2 | #include "OgreEffectWrapper.h"
|
---|
3 | #include "managedogrerendertexturepass.h"
|
---|
4 | #include "FEMEnvironmentMapPass.h"
|
---|
5 |
|
---|
6 | FEMEnvironmentMapPass::FEMEnvironmentMapPass(Root* mRoot,unsigned int width,unsigned int height)
|
---|
7 | :ManagedOgreRenderTexturePass(mRoot,"EnvMapCubeTexture",width,height,TEX_TYPE_CUBE_MAP,PF_FLOAT16_RGBA)
|
---|
8 | {
|
---|
9 | //setMaterialName("EnvMap/ImpostorMaterial");
|
---|
10 | }
|
---|
11 |
|
---|
12 | FEMEnvironmentMapPass::~FEMEnvironmentMapPass(void){
|
---|
13 |
|
---|
14 | }
|
---|
15 |
|
---|
16 | void FEMEnvironmentMapPass::entityMaterialSetup(){
|
---|
17 |
|
---|
18 | }
|
---|
19 |
|
---|
20 | void FEMEnvironmentMapPass::entityMaterialCleanup(){
|
---|
21 |
|
---|
22 | }
|
---|
23 |
|
---|
24 | void FEMEnvironmentMapPass::onRenderStart(NameValuePairList* namedParams){
|
---|
25 |
|
---|
26 | }
|
---|
27 |
|
---|
28 | void FEMEnvironmentMapPass::onRenderEnd(NameValuePairList* namedParams){
|
---|
29 |
|
---|
30 | }
|
---|
31 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.