virtual-world-framework / vwf

Virtual World Framework
https://virtual.wf
Other
142 stars 53 forks source link

Delays rendering the scene until initialize #465

Closed scottnc27603 closed 9 years ago

scottnc27603 commented 9 years ago

It was possible for the rendering to occur prior to the scene being completely setup. This change delays the first rendering until the scene is initialized.

allisoncorey commented 9 years ago

:+1:

This makes other apps look better on load, too as you don't see them come in piecemeal.