Add comment.

This commit is contained in:
kovacsv 2022-12-14 21:40:49 +01:00
parent 3333870439
commit c622e29f0f

View File

@ -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) => {