我正在使用最新的雷区和Chrome夜间构建;在正式的O3D webgl示例(即http://o3d.googlecode.com/svn/trunk/samples_webgl/o3d-webgl-samples/customcamera.html)中,我不能更改非禁用html文本框中的任何文本。在使用O3D时,我自己的页面也有同样的问题(还没有测试原始的webgl脚本,但我现在使用的是o3d eek)。这是一个问题,因为我已经到了需要为我的3D shiz提供一个覆盖界面的程度了。
有没有其他人有这个问题,调查过这个问题,或者能够提供任何关于这个错误的知识或分析?

发布于 2011-01-06 17:41:15
AHAAAAAAAAAAAAAAAAAAAAA
谷歌你* FOOLZ
在WEBGL.JS中,鼠标向下评论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;https://stackoverflow.com/questions/4529349
复制相似问题