larry babby and threejs for glsl

This commit is contained in:
Sam
2024-06-24 21:24:00 +12:00
parent 87d5dc634d
commit 907ebae4c0
6474 changed files with 1279596 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
{
"hoge": "fuga"
}

View File

@@ -0,0 +1,3 @@
module.exports = {
hoge: 'fuga',
};

View File

@@ -0,0 +1,3 @@
module.exports = {
hoge: 'fuga',
};

View File

@@ -0,0 +1,3 @@
{
"hoge": "fuga"
}

View File

@@ -0,0 +1 @@
//@ sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiIiwic291cmNlcyI6WyJmb28uanMiLCJiYXIuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O1VBQ0c7Ozs7Ozs7Ozs7Ozs7O3NCQ0RIO3NCQUNBIn0=

View File

@@ -0,0 +1,6 @@
if ((ref$ = options.map) === 'linked' || ref$ === 'debug') {
mapPath = path.basename(outputFilename) + ".map";
result.code += "\n//# sourceMappingURL=" + mapPath + "\n";
} else {
result.code += "\n//# sourceMappingURL=data:application/json;base64," + bufferFrom(result.map.toString()).toString('base64') + "\n";
}

View File

@@ -0,0 +1,2 @@
function hello(){var l="Hello",o="world";console.log(l+" "+o+"!")}hello();
//# sourceMappingURL=file://referenced-min.js.map

View File

@@ -0,0 +1,6 @@
{
"version":3,
"sources":["./referenced.js"],
"names":["hello","l","o","console","log"],
"mappings":"AAAA,SAASA,QACP,IAAIC,EAAI,QACNC,EAAI,QACNC,QAAQC,IAAIH,EAAI,IAAMC,EAAI,KAE5BF"
}

View File

@@ -0,0 +1,2 @@
function hello(){var l="Hello",o="world";console.log(l+" "+o+"!")}hello();
//# sourceMappingURL=source-root.js.map

View File

@@ -0,0 +1,7 @@
{
"version":3,
"sourceRoot": "../",
"sources":["./source.js"],
"names":["hello","l","o","console","log"],
"mappings":"AAAA,SAASA,QACP,IAAIC,EAAI,QACNC,EAAI,QACNC,QAAQC,IAAIH,EAAI,IAAMC,EAAI,KAE5BF"
}