krpano-自动旋转和自动场景跳转的实现

  
  
  
通过events执行停止delayedcall和开始delayedcall的动作  
  
      
  
定义跳到下一场景的动作  
      
      
        add(newsceneindex, scene[get(xml.scene)].index, 1);  
        if(newsceneindex LT scene.count, loadscene(get(scene[get(newsceneindex)].name),   
  
null, MERGE, BLEND(0.5)););  
        update_button_states();  
    

 

你可能感兴趣的:(Krpano,HTML5+CSS3,jQuery,JavaScript)