maxzhou1980 Posted March 16, 2016 Posted March 16, 2016 is there any solution or plan ? just one thread would be okay, i want to load the models in the middle of the game without pause the rendering Quote
Timmy Posted March 16, 2016 Posted March 16, 2016 https://github.com/GarageGames/Torque3D/tree/development/Engine/source/platform/threads. Just remember the renderer is not threaded so all texture/vertex/index buffer uploads to the GPU will have to happen in the main thread and same with shader compilation. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.