Loading js/x3dom_init.js +2 −1 Original line number Original line Diff line number Diff line Loading @@ -938,6 +938,7 @@ X3DOMObject.PointerMarker.prototype._init = function(){ this._elem = Scene.createMarker(0,0,0,"sliding_sphere"); this._elem = Scene.createMarker(0,0,0,"sliding_sphere"); this._shape = this._elem.find("shape"); this._shape = this._elem.find("shape"); this._shape.attr('isPickable',false); this._registerEvents(); this._registerEvents(); this._elem.find("switch").attr("whichChoice",-1); this._elem.find("switch").attr("whichChoice",-1); Loading Loading
js/x3dom_init.js +2 −1 Original line number Original line Diff line number Diff line Loading @@ -938,6 +938,7 @@ X3DOMObject.PointerMarker.prototype._init = function(){ this._elem = Scene.createMarker(0,0,0,"sliding_sphere"); this._elem = Scene.createMarker(0,0,0,"sliding_sphere"); this._shape = this._elem.find("shape"); this._shape = this._elem.find("shape"); this._shape.attr('isPickable',false); this._registerEvents(); this._registerEvents(); this._elem.find("switch").attr("whichChoice",-1); this._elem.find("switch").attr("whichChoice",-1); Loading