コード例 #1
0
function setup() {
  scene.setup();
  remote.connect(onMessage);
  // launchIdleAnimation();
}
コード例 #2
0
function update() {
  if (isActive) {
    updateId = window.requestAnimationFrame(update);
  }
  scene.render();
}