|
@@ -1,7 +1,7 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<html lang="en">
|
|
<head>
|
|
<head>
|
|
- <title>three.js webgl - gltf exporter</title>
|
|
|
|
|
|
+ <title>three.js webgl - exporter - gltf</title>
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
|
<style>
|
|
<style>
|
|
@@ -22,14 +22,14 @@
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<div id="info">
|
|
<div id="info">
|
|
- GLTF Exporter<br/>
|
|
|
|
|
|
+ <a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - exporter - gltf<br/><br/>
|
|
<button id="export_scene">Export Scene1</button>
|
|
<button id="export_scene">Export Scene1</button>
|
|
<button id="export_scenes">Export Scene1 and Scene 2</button>
|
|
<button id="export_scenes">Export Scene1 and Scene 2</button>
|
|
<button id="export_object">Export Sphere</button>
|
|
<button id="export_object">Export Sphere</button>
|
|
<button id="export_obj">Export WaltHead</button>
|
|
<button id="export_obj">Export WaltHead</button>
|
|
<button id="export_objects">Export Sphere and Grid</button>
|
|
<button id="export_objects">Export Sphere and Grid</button>
|
|
<button id="export_scene_object">Export Scene1 and Sphere</button>
|
|
<button id="export_scene_object">Export Scene1 and Sphere</button>
|
|
- <br/>
|
|
|
|
|
|
+ <br/><br/>
|
|
<label><input id="option_trs" name="trs" type="checkbox"/>TRS</label>
|
|
<label><input id="option_trs" name="trs" type="checkbox"/>TRS</label>
|
|
<label><input id="option_visible" name="visible" type="checkbox" checked="checked"/>Only Visible</label>
|
|
<label><input id="option_visible" name="visible" type="checkbox" checked="checked"/>Only Visible</label>
|
|
<label><input id="option_drawrange" name="visible" type="checkbox" checked="checked"/>Truncate drawRange</label>
|
|
<label><input id="option_drawrange" name="visible" type="checkbox" checked="checked"/>Truncate drawRange</label>
|