Hi… while learning to apply materials, I realized that “render mode” suddenly became veeeery slow… sluggish… then by chance I “minimize” to the right the materials right panel and suddenly the speed was recovered… (please look at the GPU usage un the screenshots I made while paning and rotating the view… with the materials panel opend in the right panel it was only 1% in the NVIDIA GPU and without the right panel, the NVIDIA GPU was actually used)
(nevermind… it suddenly works again…)
Hi @mutarq,
Rhino uses a passive frame buffering mechanism. That is, if you’re not doing anything, then Rhino is not doing anything. Thus, applications that try to gauge what the GPU is doing cannot get enough information from just a single frame render.
To get stats on the GPU usage you have poll the GPU usage periodically. That just doesn’t work for apps applications Rhino.
If you run something like TurnTable
, then GPU polling will work and you should see TaskManager
show constant GPU usage.
If you think something else is up, then run Rhino’s SystemInfo
command and post the results in a reply.
Thanks,
– Dale
Hi Dale… thank you for answering… (both screenshots were done “while manipulating” the model)… But as mentioned before… it suddenly works again… I still think it is was a bug but I’m not able to replicate error. Thank you.