Rigs of Rods 2023.09
Soft-body Physics Simulation
Loading...
Searching...
No Matches
OgreParticleCustomParam.h
Go to the documentation of this file.
1#pragma once
2#ifndef __OGRE_PARTICLE_CUSTOM_PARAM_H__
3#define __OGRE_PARTICLE_CUSTOM_PARAM_H__
4
5#include <OgreParticle.h>
6
7namespace Ogre {
8
11
14
16class ParticleCustomParam : public ParticleVisualData
17{
18public:
20 {
21 }
22
24 {
25 }
26
27 Vector4 paramValue;
28};
29
32
33} // namespace Ogre
34
35#endif // __OGRE_PARTICLE_CUSTOM_PARAM_H__
custom visual data for shader renderer