Skip to content

Commit

Permalink
fix issue with gltf example
Browse files Browse the repository at this point in the history
- correct matrix
- minor improves
  • Loading branch information
kalwalt committed Oct 25, 2024
1 parent f7b1f83 commit c3ed1fd
Show file tree
Hide file tree
Showing 5 changed files with 6,119 additions and 30 deletions.
9 changes: 2 additions & 7 deletions examples/ARToolkitNFT_ES6_gltf_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@
<meta charset="utf-8">
<title>ARToolkitNFT_ES6 example</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=1">
<!--
"three": "./js/third_party/three.js/three.module.min.js",
"three": "https://cdn.jsdelivr.net/npm/[email protected]/build/three.module.js",
"three/addons/": "./js/third_party/three.js/"
"three/addons/": "https://cdn.jsdelivr.net/npm/[email protected]/examples/jsm/"-->
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@v0.169.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@v0.169.0/examples/jsm/"
"three": "./js/third_party/three.js/three.module.min.js",
"three/addons/": "./js/third_party/three.js/"
}
}
</script>
Expand Down
Loading

0 comments on commit c3ed1fd

Please sign in to comment.