init
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "webpackthreeprolesson", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"dev": "webpack-dev-server", | |||
"build": "webpack" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"three": "^0.138.3" | |||
}, | |||
"devDependencies": { | |||
"@types/three": "^0.138.0", | |||
"ts-loader": "^9.2.8", | |||
"typescript": "^4.6.2", | |||
"webpack": "^5.70.0", | |||
"webpack-cli": "^4.9.2", | |||
"webpack-dev-server": "^4.7.4" | |||
} | |||
} |
public/earth_atmos_2048.jpg
0 → 100644
501 KB
public/earth_normal_2048.jpg
0 → 100644
329 KB
218 KB
public/index.html
0 → 100644
public/moon_1024.jpg
0 → 100644
233 KB
src/CSS2DRender.ts
0 → 100644
src/OrbitControls.ts
0 → 100644
This diff is collapsed.
src/main.ts
0 → 100644
tsconfig.json
0 → 100644
webpack.config.js
0 → 100644