Add comment.
This commit is contained in:
parent
3333870439
commit
c622e29f0f
@ -27,6 +27,7 @@
|
||||
// initialize the viewer with the parent element and some parameters
|
||||
let viewer = new OV.EmbeddedViewer (parentDiv);
|
||||
|
||||
// download the file and load it's content as an ArrayBuffer
|
||||
fetch ('../../test/testfiles/obj/hundred_cubes.obj')
|
||||
.then (response => response.arrayBuffer ())
|
||||
.then ((arrayBuffer) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user