Added init struct (resource loading helpers)
This commit is contained in:
2
sunpy/orep/__init__.js
Normal file
2
sunpy/orep/__init__.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// Map
|
||||
import "./orep.js";
|
||||
@@ -1,13 +1,3 @@
|
||||
import { RenderNode } from "../canvas/renderer.js";
|
||||
|
||||
/*
|
||||
var onloadOld = onload || (() => {});
|
||||
onload = () => {
|
||||
onloadOld();
|
||||
init();
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
}
|
||||
*/
|
||||
import { compile } from "../canvas/gl/texture.js";
|
||||
window.compile = compile;
|
||||
|
||||
Reference in New Issue
Block a user