Revision 126,
408 bytes
checked in by barsi, 19 years ago
(diff) |
Added a folder remotely
|
Rev | Line | |
---|
[126] | 1 | // author: Barnabas Aszodi (BME-IIT)
|
---|
| 2 |
|
---|
| 3 | #include "Ogre.h"
|
---|
| 4 | #include "OgreEffectWrapper.h"
|
---|
| 5 | #include "ManagedOgreRenderTexturePass.h"
|
---|
| 6 | #include "PreComputingRun.h"
|
---|
| 7 |
|
---|
| 8 | #include "VRMRun.h"
|
---|
| 9 |
|
---|
| 10 | VRMRun::VRMRun(Entity* entity, unsigned int width, unsigned int height)
|
---|
| 11 | {
|
---|
| 12 | this->entity = entity;
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | void VRMRun::update()
|
---|
| 16 | {
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | const String& VRMRun::getResultTextureName()
|
---|
| 20 | {
|
---|
| 21 | return "VRMRenderingTexture";
|
---|
| 22 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.