diff --git a/mainlib.js b/mainlib.js index f157426..80fea1f 100644 --- a/mainlib.js +++ b/mainlib.js @@ -358,6 +358,7 @@ // Expose functions to the global scope window.MyLibrary = { + camera, createCube, newUI, setTxtField, @@ -370,4 +371,4 @@ makeElementDraggable, syncSliderAndTextField }; -})(); \ No newline at end of file +})();