为什么Win 10 MS Edge和Mozilla Firefox中的X3D不稳定?

问题描述

我已经从x3dom.org启动了示例。 Sphere正常运行,但是在Edge中被炸掉了。 粘贴框的基本代码时,它不会显示

<!DOCTYPE html>
<html>
<head>
    <Meta charset="utf-8">
    <title>Touchsensor in x3dom</title>

    <link href="http://www.x3dom.org/download/x3dom.css" rel="stylesheet" />
    <style>
    #myDiv {
        color: blue;
        margin: 20px 0;
    }
    x3d {
        display: block;
        width: 600px;
        height: 400px;
        background: #EEEEEE;
        border: none;
    }
    </style>
</head>
<body>


    <div id="myDiv">
        Click the sphere to hide this div
    </div>

    <x3d>
        <Scene>
<shape> 
        <appearance> 
        <material diffuseColor='1 0 0'></material> 
        </appearance> 
        <Box></Box> 
    </shape>         </Scene>
    </x3d>

Firefox早期有一些关于GL耗尽和三角形的警告。这是什么,为什么这个示例不起作用?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)