#include <lugre_beam.h>

Public Member Functions | |
| cBeamPoint () | |
| cBeamPoint (const Ogre::Vector3 &pos, const float h1, const float h2, const float u1, const float u2, const float v1, const float v2, const Ogre::ColourValue &col1=Ogre::ColourValue::White, const Ogre::ColourValue &col2=Ogre::ColourValue::White) | |
Public Attributes | |
| Ogre::Vector3 | pos |
| ray center | |
| float | h1 |
| float | h2 |
| height distance from ray center | |
| float | u1 |
| float | u2 |
| texcoord1 | |
| float | v1 |
| float | v2 |
| texcoord2 | |
| Ogre::ColourValue | col1 |
| Ogre::ColourValue | col2 |
| vertexcolour | |
Definition at line 48 of file lugre_beam.h.
| Lugre::cBeamPoint::cBeamPoint | ( | ) | [inline] |
Definition at line 54 of file lugre_beam.h.
| Lugre::cBeamPoint::cBeamPoint | ( | const Ogre::Vector3 & | pos, | |
| const float | h1, | |||
| const float | h2, | |||
| const float | u1, | |||
| const float | u2, | |||
| const float | v1, | |||
| const float | v2, | |||
| const Ogre::ColourValue & | col1 = Ogre::ColourValue::White, |
|||
| const Ogre::ColourValue & | col2 = Ogre::ColourValue::White | |||
| ) | [inline] |
Definition at line 55 of file lugre_beam.h.
| Ogre::Vector3 Lugre::cBeamPoint::pos |
| float Lugre::cBeamPoint::h1 |
| float Lugre::cBeamPoint::h2 |
height distance from ray center
Definition at line 50 of file lugre_beam.h.
Referenced by Lugre::cBeam::Draw().
| float Lugre::cBeamPoint::u1 |
| float Lugre::cBeamPoint::u2 |
| float Lugre::cBeamPoint::v1 |
| float Lugre::cBeamPoint::v2 |
| Ogre::ColourValue Lugre::cBeamPoint::col1 |
| Ogre::ColourValue Lugre::cBeamPoint::col2 |
1.5.6