We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Disable rendering

Home Forums Puzzles Disable rendering

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #15842

    But I’m concerned about the “take snapshot” puzzle that did not create a valid image

    be sure to enable the corresponding setting in the init puzzle
    https://www.soft8soft.com/docs/manual/en/puzzles/Initialization.html

    Chief 3D Verger | LinkedIn | Twitter

    #15843
    scalare
    Customer

    “Doh!” would say Homer Simpson.

    That was it! I totally missed it. Thank you very much!!!

    #35149
    precismo
    Customer

    Bringing back this old topic to life. You can now use puzzle to disable rendering ( when moved “camera” with velocity > 0.001 start: do “enable rendering” , stop: do disable rendering )

    Or use following javascript in visual_logic:

    whenMoved('Camera', 0.01, function() { 
        enableRendering();
    }, function() {}, function() {
    
        disableRendering(false);
    });

    This will stop using GPU when not moving :good: Obviously scene has to be static, otherwise your animations will stop playing.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.