RenderCameraLens Class
(Qt3D::Render::RenderCameraLens)| Inherits: |
Public Functions
| RenderCameraLens() | |
| ~RenderCameraLens() | |
| void | cleanup() |
| QVector4D | clearColor() const |
| bool | isEnabled() const |
| QMatrix4x4 | projection() const |
| void | sceneChangeEvent(const QSceneChangePtr & e) |
| void | setClearColor() |
| void | setProjection(const QMatrix4x4 & projection) |
| void | updateFromPeer(QNode * peer) |
Member Function Documentation
RenderCameraLens::RenderCameraLens()
RenderCameraLens::~RenderCameraLens()
void RenderCameraLens::cleanup()
QVector4D RenderCameraLens::clearColor() const
See also setClearColor().
bool RenderCameraLens::isEnabled() const
QMatrix4x4 RenderCameraLens::projection() const
See also setProjection().
void RenderCameraLens::sceneChangeEvent(const QSceneChangePtr & e)
void RenderCameraLens::setClearColor()
See also clearColor().
void RenderCameraLens::setProjection(const QMatrix4x4 & projection)
See also projection().
void RenderCameraLens::updateFromPeer(QNode * peer)
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.