-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodelLod.html
More file actions
executable file
·368 lines (293 loc) · 10.7 KB
/
modelLod.html
File metadata and controls
executable file
·368 lines (293 loc) · 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>IT LOD MODELS</title>
<!-- include three.js library -->
<script src='https://finalar.github.io/js/three.js' crossOrigin="anonymous"></script>
<script src='https://finalar.github.io/js/OBJLoader.js'></script>
<script src='https://finalar.github.io/js/MTLLoader.js'></script>
<!-- include jsartookit -->
<script src="jsartoolkit5/artoolkit.min.js"></script>
<script src="jsartoolkit5/artoolkit.api.js"></script>
<!-- include threex.artoolkit -->
<script src="threex/threex-artoolkitsource.js"></script>
<script src="threex/threex-artoolkitcontext.js"></script>
<script src="threex/threex-arbasecontrols.js"></script>
<script src="threex/threex-armarkercontrols.js"></script>
<link rel=stylesheet href="css/progress.css" />
<link rel=stylesheet href="css/navBar.css" />
<link rel=stylesheet href="css/popup.css" />
<script src="./js/ar-nft.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.7/dat.gui.min.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r126/three.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/gh/mrdoob/three.js@r126/examples/js/loaders/GLTFLoader.js"></script> -->
<!-- <script src="https://unpkg.com/boxicons@2.1.4/dist/boxicons.js"></script> -->
</head>
<body style='margin : 0px; overflow: hidden; font-family: Monospace;'>
<div class="progress">
<div class='bar' id="phase 1">
<div class="label" id="phase 1 label">0%</div>
</div>
</div>
<div class='progress2'>
<div class="label2">
<h3>Total Loading Duration</h3>
</div>
</div>
<div class='progress3'>
<div class='bar' id="phase 2">
<div class="label" id="phase 2 label">0ms</div>
</div>
</div>
<nav class="main-menu">
<ul>
<li>
<a href="#">
<!-- <box-icon name='signal-3'></box-icon> -->
<!-- <i class="fa fa-home nav-icon"></i> -->
<span class="nav-text">H</span>
</a>
</li>
<li>
<a href="#">
<!-- <box-icon name='signal-2' ></box-icon> -->
<!-- <i class="fa fa-image nav-icon"></i> -->
<span class="nav-text">M</span>
</a>
</li>
<li>
<a href="#">
<!-- <box-icon name='signal-1'></box-icon> -->
<!-- <i class="fa fa-pen nav-icon"></i> -->
<span class="nav-text">L</span>
</a>
</li>
</ul>
</nav>
<footer>
<div id="marker_label">Marker Not Found</div>
</footer>
<script>
var scene, camera, renderer, clock, deltaTime, totalTime;
var arToolkitSource, arToolkitContext;
var markerRoot1;
var mesh1;
let nftName = "ramen-1000px";
// Usage example for different targets
const targetInfo1 = {
// nftUrl: "https://followthedarkside.github.io/arjs-image-tracking-sample/resources/nft/" + nftName,
meshColor: 0x0000ff,
modelPath: 'https://finalar.github.io/models/Toothless/',
modelFile: 'toothless.obj',
progressPhase: 'phase 2',
mappingPath: 'https://finalar.github.io/models/Toothless/',
mappingFile: 'toothless.mtl',
positionY: 0.05,
scaleSet: 0.01
};
const targetInfo2 = {
// nftUrl: "https://followthedarkside.github.io/arjs-image-tracking-sample/resources/nft/" + nftName,
meshColor: 0xff0000,
modelPath: 'https://finalar.github.io/models/Pirate/',
modelFile: 'Pirate.obj',
progressPhase: 'phase 2',
mappingPath: 'https://finalar.github.io/models/Pirate/',
mappingFile: 'Pirate.mtl',
positionY: 0.25,
scaleSet: 0.50
};
const targetInfo3 = {
// nftUrl: "https://followthedarkside.github.io/arjs-image-tracking-sample/resources/nft/" + nftName,
meshColor: 0xff0000,
modelPath: 'https://finalar.github.io/models/Pirate/',
modelFile: 'Pirate.obj',
progressPhase: 'phase 2',
mappingPath: 'https://finalar.github.io/models/Pirate/',
mappingFile: 'Pirate.mtl',
positionY: 0.25,
scaleSet: 0.50
};
initialize(targetInfo2);
//initialize(targetInfo2);
animate();
function initialize(targetInfo) {
let width = 640;
let height = 480;
let windowWidth = window.innerWidth;
let windowHeight = window.innerHeight;
console.log("window-size:", windowWidth, windowHeight);
scene = new THREE.Scene();
let ambientLight = new THREE.AmbientLight(0xcccccc, 1.0);
scene.add(ambientLight);
camera = new THREE.Camera();
scene.add(camera);
renderer = new THREE.WebGLRenderer({
antialias: true,
alpha: true,
precision: 'mediump',
});
renderer.setPixelRatio(window.devicePixelRatio);
renderer.setClearColor(new THREE.Color('lightgrey'), 0)
renderer.setSize(640, 480);
renderer.domElement.style.position = 'absolute'
renderer.domElement.style.top = '0px'
renderer.domElement.style.left = '0px'
document.body.appendChild(renderer.domElement);
clock = new THREE.Clock();
deltaTime = 0;
totalTime = 0;
////////////////////////////////////////////////////////////
// setup arToolkitSource
////////////////////////////////////////////////////////////
arToolkitSource = new THREEx.ArToolkitSource({
sourceType: 'webcam',
// resolution of at which we initialize in the source image
sourceWidth: width,
sourceHeight: height,
});
function onResize() {
// windowHeight = window.innerHeight;
// console.log("window-size:", windowWidth, windowHeight);
// renderer.setPixelRatio(window.devicePixelRatio);
// renderer.setSize(windowWidth, windowHeight);
arToolkitSource.onResize()
arToolkitSource.copySizeTo(renderer.domElement)
if (arToolkitContext.arController !== null) {
arToolkitSource.copySizeTo(arToolkitContext.arController.canvas)
}
}
arToolkitSource.init(function onReady() {
onResize()
});
//handle resize event
window.addEventListener('resize', function () {
onResize()
});
// Listener for end loading of NFT marker
window.addEventListener('arjs-nft-loaded', function (ev) {
console.log("listener for end loading of NFT marker...");
})
////////////////////////////////////////////////////////////
// setup arToolkitContext
////////////////////////////////////////////////////////////
// create atToolkitContext
arToolkitContext = new THREEx.ArToolkitContext({
cameraParametersUrl: 'https://finalar.github.io/data/camera_para.dat',
detectionMode: 'mono',
// resolution of at which we detect pose in the source image
//canvasWidth: width,
//canvasHeight: height,
});
// copy projection matrix to camera when initialization complete
arToolkitContext.init(function onCompleted() {
// copy projection matrix to camera
console.log("copy projection matrix to camera...")
camera.projectionMatrix.copy(arToolkitContext.getProjectionMatrix());
});
////////////////////////////////////////////////////////////
// setup markerRoots
////////////////////////////////////////////////////////////
// build markerControls
markerRoot = new THREE.Group();
scene.add(markerRoot);
let markerControls = new THREEx.ArMarkerControls(arToolkitContext, camera, {
type : 'nft',
descriptorsUrl : targetInfo.nftUrl,
changeMatrixMode: 'cameraTransformMatrix'
});
let geometry = new THREE.PlaneBufferGeometry(1, 1, 4, 4);
let material = new THREE.MeshBasicMaterial({ color: targetInfo.meshColor, opacity: 0.5 });
let mesh = new THREE.Mesh(geometry, material);
mesh.rotation.x = -Math.PI / 2;
markerRoot.add(mesh);
let model = null;
var modelLoaded = false; // Flag to track if the model has been loaded
var loadingInProcess = false;
markerControls.addEventListener("markerFound", function (ev) {
console.log("markerFound...");
document.getElementById("marker_label").innerHTML = 'Marker Found';
var begin = Date.now();
var end;
if (!modelLoaded && !loadingInProcess) {
loadingInProcess = true;
console.time("Time this");
new THREE.MTLLoader()
.setPath(targetInfo.mappingPath) // Use the modelPath from targetInfo
.load(targetInfo.mappingFile, function (materials) {
materials.preload();
new THREE.OBJLoader()
.setMaterials(materials)
.setPath(targetInfo.modelPath)
.load(targetInfo.modelFile, function (group) {
mesh0 = group.children[0];
mesh0.material.side = THREE.DoubleSide;
mesh0.position.y = targetInfo.positionY;
mesh0.scale.set(targetInfo.scaleSet, targetInfo.scaleSet, targetInfo.scaleSet);
scene.add(mesh0)
markerRoot.add(mesh0);
console.log(mesh0)
console.timeEnd("Time this");
end = Date.now();
var timeSpent = (end - begin);
progressTime(targetInfo.progressPhase, timeSpent);
// Set the modelLoaded flag to true once the model is loaded
modelLoaded = true;
loadingInProcess = false;
}, onProgress, onError);
});
}
})
// It seems that this event is not registered at least in AR.js ver 3.3.1
markerControls.addEventListener("markerLost", function (ev) {
console.log("markerLost...");
document.getElementById("marker_label").innerHTML = 'Marker Lost';
})
// Load 3D models and handle progress for different targets here
// You can use targetInfo to determine which 3D models to load and how to handle progress.
function onProgress(xhr) {
console.log((xhr.loaded / xhr.total * 100) + '% loaded');
progress('phase 1', xhr.loaded / xhr.total * 100);
}
function onError(xhr) {
console.log('An error happened');
progress('phase 1', 'An error happened');
}
}
function update() {
// update artoolkit on every frame
if (arToolkitSource.ready !== false)
arToolkitContext.update(arToolkitSource.domElement);
}
function render() {
renderer.render(scene, camera);
}
function animate() {
requestAnimationFrame(animate);
deltaTime = clock.getDelta();
totalTime += deltaTime;
update();
//scene.visible =markerRoot.visible;
render();
}
//Prgress Loading Function
function progress(phase, percentage) {
var elem = document.getElementById(phase);
var width = Math.floor(window.innerWidth * percentage)
//var width = Math.floor(percentage * 100);
//if (width <= 100) {
elem.style.width = percentage + '%';
document.getElementById(phase + " label").innerHTML = Math.floor(percentage) + '%';
//}
console.log("Progress width: " + width);
console.log("Progress presentage: " + percentage);
}
//Time loading
function progressTime(phase, duration) {
var elem = document.getElementById(phase);
elem.style.width = '100%';
document.getElementById(phase + " label").innerHTML = Math.floor(duration) + 'ms' + ' -->' + Math.floor(duration / 1000) + 's';
console.log("Progress duration: " + duration);
}
</script>
</body>
</html>