1 Star 0 Fork 0

ing10010/verge3d-code-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
blank.html 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
margin: 30px 20px;
color: #555;
font-family: sans-serif;
font-size: 15px;
line-height: 20px;
tab-size: 4;
overflow: auto;
}
h1 {
color: #333;
font-size: 25px;
font-weight: normal;
margin-top: 10px;
}
</style>
</head>
<body>
<h1>Welcome to Verge3D Code Examples</h1>
<p>
On this page you can find 300+ ready-to-use WebGL examples ported to the Verge3D framework from Three.js.
Among them:
<ul>
<li>Procedural and keyframe-based animation.</li>
<li>Impressive shading techniques.</li>
<li>CPU and GPU-based physics simulation.</li>
<li>Procedural geometry.</li>
<li>Advanced materials.</li>
<li>Complex postprocessing effects.</li>
<li>OBJ, COLLADA, FBX, 3MF, AMF, STL and PLY loaders</li>
<li>Canvas2D and CSS3 examples.</li>
</ul>
</p>
<img src="files/industrial-robot-gallery.jpg" style="width:100%" >
<p>
These applications are based on <a href="https://threejs.org/examples/" target="_blank">three.js code examples</a> and distributed under the MIT license. All copyrights belong to the respective owners.
</p>
<p>
Please also note that some assets (models, textures) from these examples are distributed on the non-commercial basis. Contact the corresponging authors to receive commercial usage rights.
</p>
<h2>How to integrate these examples in your own Verge3D project</h2>
<p>
These examples are mostly intended for programmers and require basic knowledge of JavaScript and undestanding Verge3D application structure and API. Please refer to the <a href="https://www.soft8soft.com/docs/manual/en/introduction/Using-JavaScript.html" target="_blank">Verge3D User Manual</a> for more info.
</p>
<p>
Use <strong>View Source</strong> button to display an example's sources then locate and copy the code you need.
</p>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/ing/verge3d-code-examples.git
git@gitee.com:ing/verge3d-code-examples.git
ing
verge3d-code-examples
verge3d-code-examples
master

搜索帮助