Jump to content

Best way to refresh page with this same Scene


hw3web
 Share

Recommended Posts

What is the best way to empty memory from reloading this same scene to not double memory slot.
 
I realize that each time I refresh page consumption of memory just adding. I try:
 
var engine = null;
var scene = null;
 
or 
 
if (scene) {
    scene.dispose();
    scene = null;
}

 

 

is there any other, best way to dump from memory scene and engine  before start again this same or just remove any other so they not use memory and CPU!?

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...