mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
Added FIXME comment to preRender
This commit is contained in:
parent
8f03ead74e
commit
b88d7c2e05
1 changed files with 2 additions and 0 deletions
|
@ -3307,6 +3307,8 @@ namespace render {
|
||||||
|
|
||||||
void Application::displaySide(RenderArgs* renderArgs, Camera& theCamera, bool selfAvatarOnly, bool billboard) {
|
void Application::displaySide(RenderArgs* renderArgs, Camera& theCamera, bool selfAvatarOnly, bool billboard) {
|
||||||
|
|
||||||
|
// FIXME: This preRender call is temporary until we create a separate render::scene for the mirror rendering.
|
||||||
|
// Then we can move this logic into the Avatar::simulate call.
|
||||||
_myAvatar->preRender(renderArgs);
|
_myAvatar->preRender(renderArgs);
|
||||||
|
|
||||||
activeRenderingThread = QThread::currentThread();
|
activeRenderingThread = QThread::currentThread();
|
||||||
|
|
Loading…
Reference in a new issue