2

我正在使用最新的 Minefield 和 Chrome 夜间版本;在官方 O3D webgl 示例(即http://o3d.googlecode.com/svn/trunk/samples_webgl/o3d-webgl-samples/customcamera.html)中,我无法更改非禁用 html 文本框中的任何文本. 使用 O3D 时,我自己的页面也有同样的问题(尚未测试原始 webgl 脚本,但我现在正在使用 o3d eek).. 这是一个问题,因为我已经到了需要覆盖界面的地步我的 3D 嘘

是否有其他人遇到此问题,已调查此问题,或者能够提供有关此 BUG 的任何知识或分析?

替代文字

4

1 回答 1

0

啊啊啊啊啊啊啊啊啊!!!!!!!!!

谷歌你*傻瓜

在 WEBGL.JS 中评论 ON MOUSE DOWN BS

  // This keeps the cursor from changing to an I-beam when the user clicks and
  // drags.  It's easier on the eyes.
  function returnFalse() {
    return false;
  }
  document.onselectstart = returnFalse;
  //document.onmousedown = returnFalse;
于 2011-01-06T17:41:15.073 回答