We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f0dce commit 41dd82dCopy full SHA for 41dd82d
ogre2/src/Ogre2GpuRays.cc
@@ -173,8 +173,8 @@ class ignition::rendering::Ogre2GpuRaysPrivate
173
/// emitter region
174
public: std::unique_ptr<Ogre2ParticleNoiseListener> particleNoiseListener[6];
175
176
- /// \brief Actual near clip plane
177
- public: float nearClipCube= 0.0;
+ /// \brief Near clip plane for cube camera
+ public: float nearClipCube = 0.0;
178
};
179
180
using namespace ignition;
0 commit comments