增加bartex的style

This commit is contained in:
ymk
2025-08-11 10:38:30 +08:00
parent a293f985f5
commit 4a8e375ad0
21 changed files with 634 additions and 384 deletions

View File

@@ -97,6 +97,8 @@ export function resize(
console.log("resize to width = " + width + " height = " + height);
camera.aspect = width / height;
camera.updateProjectionMatrix();
// camera = new THREE.OrthographicCamera(
// clientWidth / -2,
// clientWidth / 2,
@@ -105,6 +107,7 @@ export function resize(
// 0.1,
// 1000
// );
renderer.setSize(width, height, false);
}