Closed bha008 closed 3 years ago
That's expected. applyCommand() is typically used to execute all the commands. The draw() function is only required to execute once after all commands are processed. So you need to specifically execute the draw function (e.g., ic.drawCls.draw()) if you want to update the view.
Great, thanks!
applyCommandCls.applyCommand() does not redraw the 3d view until the window is resized.
Example)
Commands are run using applyCommand(), but nothing visually changes. The console shows the commands
After changing the window size, the colors are updated: