three-low-poly 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -1
- package/dist/index.cjs.js +16 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +435 -403
- package/dist/index.es.js.map +1 -1
- package/dist/index.iife.js +16 -2
- package/dist/index.iife.js.map +1 -1
- package/dist/index.umd.js +16 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,32 @@
|
|
|
1
1
|
# Three.js Low Poly
|
|
2
2
|
|
|
3
|
-
Collection of low poly assets for Three.js.
|
|
3
|
+
Collection of procedurally generated low poly assets for Three.js.
|
|
4
4
|
|
|
5
5
|
Example Graveyard Scene:
|
|
6
6
|
|
|
7
7
|

|
|
8
|
+
|
|
9
|
+
## Getting Started
|
|
10
|
+
|
|
11
|
+
To install, execute:
|
|
12
|
+
|
|
13
|
+
```shell
|
|
14
|
+
npm i lunarphase-js
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Then, import into a project and use as:
|
|
18
|
+
|
|
19
|
+
```js
|
|
20
|
+
import { MossyRocks } from "three-low-poly";
|
|
21
|
+
|
|
22
|
+
const rocks = new MossyRocks();
|
|
23
|
+
scene.add(rocks);
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
See the examples folder for more information.
|
|
27
|
+
|
|
28
|
+
## Usage
|
|
29
|
+
|
|
30
|
+
Assets are procedurally generated and can be customized with parameters, generally featuring a base geometry that can be implemented as a mesh with material.
|
|
31
|
+
|
|
32
|
+
In addition to geometries are prefabricated models, either mesh or group that may be directly added to the scene with default materials.
|
package/dist/index.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("three"),S=require("three/addons/utils/BufferGeometryUtils.js");class q extends e.Group{constructor(){super();const t=[],o=20,s=new e.SphereGeometry(.1,6,6),n=new e.MeshStandardMaterial({color:16777215,transparent:!0,opacity:.6,roughness:.3,metalness:.3});for(let
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("three"),S=require("three/addons/utils/BufferGeometryUtils.js");class q extends e.Group{constructor(){super();const t=[],o=20,s=new e.SphereGeometry(.1,6,6),n=new e.MeshStandardMaterial({color:16777215,transparent:!0,opacity:.6,roughness:.3,metalness:.3});for(let c=0;c<o;c++){const l=new e.Mesh(s,n);l.position.set((Math.random()-.5)*1.5,Math.random()*3,(Math.random()-.5)*1.5),t.push(l),this.add(l)}function r(){t.forEach(c=>{c.position.y+=.02,c.position.y>3&&(c.position.y=0,c.position.x=(Math.random()-.5)*1.5,c.position.z=(Math.random()-.5)*1.5)})}function a(){requestAnimationFrame(a),r()}a()}}class z extends e.BufferGeometry{constructor(t=2,o=.3,s=.6,n=5,r=5,a=Math.PI/4){super();const c=[],l=[];for(let G=0;G<n;G++){const d=G*o,f=d+o,y=G*s,p=y+s;c.push(-t/2,d,y,t/2,d,y,t/2,f,y,-t/2,f,y,-t/2,f,y,t/2,f,y,t/2,f,p,-t/2,f,p);const w=G*8;l.push(w,w+1,w+2,w,w+2,w+3),l.push(w+4,w+5,w+6,w+4,w+6,w+7)}const i=n*o,m=n*s,M=t*2;c.push(-M/2,i,m,M/2,i,m,M/2,i,m+s,-M/2,i,m+s);const u=n*8;l.push(u,u+1,u+2,u,u+2,u+3);for(let G=0;G<2;G++){const d=G===0?1:-1;for(let f=0;f<r;f++){const y=i+f*o,p=y+o,w=d*(M/4),b=m+s,P=f*s*Math.cos(a),F=f*s*Math.sin(a),B=w+d*P-t/2*Math.cos(a),v=w+d*P+t/2*Math.cos(a),g=b+F,L=B+d*s*Math.cos(a),A=v+d*s*Math.cos(a),I=g+s*Math.sin(a);c.push(B,y,g,v,y,g,v,p,g,B,p,g,B,p,g,v,p,g,A,p,I,L,p,I);const x=u+4+G*r*8+f*8;l.push(x,x+1,x+2,x,x+2,x+3),l.push(x+4,x+5,x+6,x+4,x+6,x+7)}}this.setIndex(l),this.setAttribute("position",new e.Float32BufferAttribute(c,3)),this.computeVertexNormals()}}class R extends e.BufferGeometry{constructor(t=5,o=3,s=5,n=.2){super();const r=[-t/2,0,-s/2,t/2,0,-s/2,t/2,0,s/2,-t/2,0,s/2,-t/2,0,-s/2,t/2,0,-s/2,t/2,o,-s/2,-t/2,o,-s/2,-t/2,0,-s/2,-t/2,0,s/2,-t/2,o,s/2,-t/2,o,-s/2],a=[0,1,2,0,2,3,4,5,6,4,6,7,8,9,10,8,10,11];this.setIndex(a),this.setAttribute("position",new e.Float32BufferAttribute(r,3)),this.computeVertexNormals()}}class N extends e.BufferGeometry{constructor(t=2,o=.3,s=.5,n=5,r=2){super();const a=[],c=[];for(let M=0;M<n;M++){const u=M*o,G=u+o,d=M*s,f=d+s;a.push(-t/2,u,d,t/2,u,d,t/2,G,d,-t/2,G,d,-t/2,G,d,t/2,G,d,t/2,G,f,-t/2,G,f);const y=M*8;c.push(y,y+1,y+2,y,y+2,y+3),c.push(y+4,y+5,y+6,y+4,y+6,y+7)}const l=n*o,i=n*s;a.push(-t/2,l,i,t/2,l,i,t/2,l,i+r,-t/2,l,i+r);const m=n*8;c.push(m,m+1,m+2,m,m+2,m+3);for(let M=0;M<n;M++){const u=l+M*o,G=u+o,d=-t/2-M*s,f=d-s;a.push(d,u,i+r,d,u,i+r-t,d,G,i+r-t,d,G,i+r,d,G,i+r,d,G,i+r-t,f,G,i+r-t,f,G,i+r);const y=m+4+M*8;c.push(y,y+1,y+2,y,y+2,y+3),c.push(y+4,y+5,y+6,y+4,y+6,y+7)}this.setIndex(c),this.setAttribute("position",new e.Float32BufferAttribute(a,3)),this.computeVertexNormals()}}class E extends e.BufferGeometry{constructor(t=1,o=.4,s=.2,n=20,r=2,a=Math.PI/8){super();const c=[],l=[];let i=0;for(let m=0;m<n;m++){const M=r*Math.cos(i),u=r*Math.sin(i),G=m*s,d=G+s;c.push(M-t/2*Math.cos(i),G,u-t/2*Math.sin(i),M+t/2*Math.cos(i),G,u+t/2*Math.sin(i),M+t/2*Math.cos(i),d,u+t/2*Math.sin(i),M-t/2*Math.cos(i),d,u-t/2*Math.sin(i)),c.push(M-t/2*Math.cos(i),d,u-t/2*Math.sin(i),M+t/2*Math.cos(i),d,u+t/2*Math.sin(i),M+t/2*Math.cos(i)-o*Math.sin(i),d,u+t/2*Math.sin(i)+o*Math.cos(i),M-t/2*Math.cos(i)-o*Math.sin(i),d,u-t/2*Math.sin(i)+o*Math.cos(i));const f=m*8;l.push(f,f+1,f+2,f,f+2,f+3),l.push(f+4,f+5,f+6,f+4,f+6,f+7),i+=a}this.setIndex(l),this.setAttribute("position",new e.Float32BufferAttribute(c,3)),this.computeVertexNormals()}}class U extends e.BufferGeometry{constructor(t=2,o=.3,s=.5,n=10){super();const r=[],a=[];for(let c=0;c<n;c++){const l=c*o,i=l+o,m=c*s,M=m+s;r.push(-t/2,l,m,t/2,l,m,t/2,i,m,-t/2,i,m,-t/2,i,m,t/2,i,m,t/2,i,M,-t/2,i,M);const u=c*8;a.push(u,u+1,u+2,u,u+2,u+3),a.push(u+4,u+6,u+5,u+4,u+7,u+6)}this.setIndex(a),this.setAttribute("position",new e.Float32BufferAttribute(r,3)),this.computeVertexNormals()}}class _ extends e.BufferGeometry{constructor(t=.4,o=1.2,s=.2){super();const n=o*.6,r=new e.BoxGeometry(t/2,n,s);r.translate(0,n/2,0);const a=t*1.5,c=new e.BoxGeometry(a,t/4,s);c.translate(0,n*.75,0),this.copy(S.mergeGeometries([r,c],!0))}}class j extends e.BufferGeometry{constructor(t=1.75,o=.75){super();const s=t*.05,n=t*.15,r=t*.15,a=t*.75;let c=0;const l=new e.BoxGeometry(o,s,o);l.translate(0,c+s/2,0),c+=s;const i=new e.BoxGeometry(o*.8,n,o*.8);i.translate(0,c+n/2,0),c+=n;const m=new e.BoxGeometry(o*.6,r,o*.6);m.translate(0,c+r/2,0),c+=r;const M=new e.BoxGeometry(o*.4,a,o*.4);M.translate(0,c+a/2,0),c+=a;const u=new e.ConeGeometry(o*.4/Math.sqrt(2),.1,4,1,!1,Math.PI/4);u.translate(0,c+.1/2,0),this.copy(S.mergeGeometries([l,i,m,M,u],!0))}}class O extends e.BufferGeometry{constructor(t=.6,o=1,s=.2){super();const n=o*.7,r=new e.BoxGeometry(t,n,s);r.translate(0,n/2,0);const a=o-n,c=new e.CylinderGeometry(t/2,t/2,s,16,1,!1,0,Math.PI);c.rotateY(Math.PI/2),c.rotateX(Math.PI/2),c.translate(0,n+a/2-s/2-.05,0),this.copy(S.mergeGeometries([r,c],!0))}}class Y extends e.BufferGeometry{constructor(t=.5,o=.8,s=.15){super();const n=new e.BoxGeometry(t,o,s);n.translate(0,o/2,0),this.copy(n)}}class Z extends e.BufferGeometry{constructor(t=2.25){super();const o=new e.BoxGeometry(1.2,.5,1.2);o.translate(0,.25,0);const s=new e.BoxGeometry(1,t,1);s.translate(0,.5+t/2,0);const n=new e.BoxGeometry(1.4,.3,1.4);n.translate(0,.5+t+.15,0),this.copy(S.mergeGeometries([o,s,n],!0))}}class X extends e.BufferGeometry{constructor(t=2,o=.05,s=.3){super();const n=new e.CylinderGeometry(o,o,t,8);n.translate(0,t/2,0);const r=new e.ConeGeometry(o*1.5,s,8);r.translate(0,t+s/2,0),this.copy(S.mergeGeometries([n,r],!0))}}class H extends e.BufferGeometry{constructor(t=.1){super();const o=[],s=[],n=[[0,1],[.5,.75],[.75,.25],[.5,-.5],[0,-1],[-.5,-.5],[-.75,.25],[-.5,.75]];for(let a=0;a<n.length;a++){const[c,l]=n[a];o.push(c*t,l*t,0)}for(let a=1;a<n.length-1;a++)s.push(0,a,a+1);s.push(0,n.length-1,1);const r=new e.Float32BufferAttribute(o,3);this.setAttribute("position",r),this.setIndex(s),this.computeVertexNormals()}}class J extends e.BufferGeometry{constructor(t=.1,o=.1,s=.4,n=8){super();const r=new e.CylinderGeometry(t*.6,o*.6,s,n);r.translate(0,0,0);const a=new e.SphereGeometry(t,n,n),c=a.clone(),l=a.clone(),i=a.clone(),m=a.clone();c.translate(0,s/2+t*.6,-t*.6),l.translate(0,s/2+t*.6,t*.6),i.translate(0,-s/2-o*.6,-o*.6),m.translate(0,-s/2-o*.6,o*.6),this.copy(S.mergeGeometries([r,c,l,i,m],!0))}}class C extends e.BufferGeometry{constructor(){super();const t=new e.SphereGeometry(1,16,16),o=new e.CylinderGeometry(.2,.2,2,16,1,!0);o.translate(0,1.5,0),o.rotateX(Math.PI/2),this.copy(S.mergeGeometries([t,o],!0))}}class T extends e.BufferGeometry{constructor(){super();const t=[new e.Vector2(1,0),new e.Vector2(1.2,.5),new e.Vector2(1.4,1.5),new e.Vector2(1.3,1.8),new e.Vector2(.8,1.8)],o=new e.LatheGeometry(t,12),s=new e.CircleGeometry(1,12);s.rotateX(-Math.PI/2),s.translate(0,0,0),this.copy(S.mergeGeometries([o,s],!0))}}class k extends e.BufferGeometry{constructor(t=.2,o=.2,s=3,n=32,r=!0){super();const a=new e.CylinderGeometry(t,o,s,n,1,r),c=new e.SphereGeometry(o,n,n/2,0,Math.PI*2,Math.PI/2,Math.PI/2);c.translate(0,-(s/2),0),this.copy(S.mergeGeometries([a,c],!0))}}class V extends e.BufferGeometry{constructor({radius:t=.5,neckRadius:o=.2,height:s=3,neckHeight:n=1,segments:r=16}={}){super();const a=s-n,c=new e.CylinderGeometry(t,t,a,r);c.translate(0,a/2,0);const l=.3,i=new e.CylinderGeometry(o,t,l,r);i.translate(0,a+l/2,0);const m=new e.CylinderGeometry(o,o,n,r);m.translate(0,a+l+n/2,0),this.copy(S.mergeGeometries([c,i,m],!0))}}class K extends e.Group{constructor(){super();const t=new e.SphereGeometry(5,32,32),o=new e.ShaderMaterial({uniforms:{time:{value:0}},vertexShader:`
|
|
2
2
|
varying vec3 vNormal;
|
|
3
3
|
varying vec3 vPosition;
|
|
4
4
|
void main() {
|
|
@@ -35,5 +35,19 @@
|
|
|
35
35
|
color *= 0.8 + 0.2 * n; // Modulate color by noise
|
|
36
36
|
gl_FragColor = vec4(color, 1.0);
|
|
37
37
|
}
|
|
38
|
-
`}),s=new e.Mesh(t,o);this.add(s)}}class Q extends e.Group{constructor(){super();const t=new e.BoxGeometry(5,1,5),o=new e.MeshStandardMaterial({color:8421504,flatShading:!0}),s=new e.Mesh(t,o);s.position.set(0,.5,0),this.add(s);const n=new e.BoxGeometry(4,3,4),c=new e.MeshStandardMaterial({color:6908265,flatShading:!0}),r=new e.Mesh(n,c);r.position.set(0,2.5,0),this.add(r);const a=new e.ConeGeometry(3.5,2,4),l=new e.MeshStandardMaterial({color:5263440,flatShading:!0}),i=new e.Mesh(a,l);i.rotation.y=Math.PI/4,i.position.set(0,5,0),this.add(i);const m=new e.CylinderGeometry(.2,.2,3.5,16),u=new e.MeshStandardMaterial({color:6908265,flatShading:!0});[[-1.8,2.3,-2.2],[1.8,2.3,-2.2],[-1.8,2.3,2.2],[1.8,2.3,2.2]].forEach(w=>{const B=new e.Mesh(m,u);B.position.set(...w),this.add(B)});const d=new e.Shape;d.moveTo(-1,0),d.lineTo(-1,2),d.absarc(0,2,1,Math.PI,0,!0),d.lineTo(1,0);const y={depth:.5,bevelEnabled:!1},G=new e.ExtrudeGeometry(d,y),h=new e.MeshStandardMaterial({color:4210752,flatShading:!0}),p=new e.Mesh(G,h);p.position.set(0,.5,1.7),this.add(p)}}class $ extends e.Group{constructor(){super();const t=new e.BoxGeometry(5,.3,3),o=new e.MeshStandardMaterial({color:9132587}),s=new e.Mesh(t,o);s.position.set(0,3.15,0);const n=[];n.push(new e.Vector2(.2,0)),n.push(new e.Vector2(.25,.5)),n.push(new e.Vector2(.15,1.5)),n.push(new e.Vector2(.3,3));const c=new e.LatheGeometry(n,32),r=new e.MeshStandardMaterial({color:4929057});[[2.2,0,1.2],[-2.2,0,1.2],[2.2,0,-1.2],[-2.2,0,-1.2]].forEach(l=>{const i=new e.Mesh(c,r);i.position.set(...l),this.add(i)}),this.add(s)}}class D extends e.Group{constructor(t=1,o=.2){super(),this.height=t,this.radius=o,this.createCandle(),this.animateFlicker()}createCandle(){const t=new e.CylinderGeometry(this.radius,this.radius,this.height,32),o=new e.MeshStandardMaterial({color:16777215});this.candle=new e.Mesh(t,o),this.candle.position.set(0,this.height/2,0),this.add(this.candle);const s=new e.SphereGeometry(.05,16,16),n=new e.MeshBasicMaterial({color:16753920});this.flame=new e.Mesh(s,n),this.flame.position.set(0,this.height+.05,0),this.add(this.flame),this.candleLight=new e.PointLight(16753920,1,5),this.candleLight.position.set(0,this.height+.05,0),this.candleLight.castShadow=!0,this.add(this.candleLight)}animateFlicker(){const t=()=>{this.candleLight.intensity=1+(Math.random()*.4-.2),this.candleLight.position.x=Math.random()*.02-.01,this.candleLight.position.z=Math.random()*.02-.01,requestAnimationFrame(t)};t()}}class W extends e.Group{constructor(t=1.3,o=.5){super();const s=new e.CylinderGeometry(o,o,.2,16),n=new e.MeshStandardMaterial({color:9127187,flatShading:!0}),c=new e.Mesh(s,n);c.position.set(0,0,0),this.add(c);const r=new e.CylinderGeometry(o*.9,o*.9,t),a=new e.MeshStandardMaterial({color:16766720,flatShading:!0,transparent:!0,opacity:.6}),l=new e.Mesh(r,a);l.position.set(0,t/2+.1,0),this.add(l);const i=new e.ConeGeometry(o*1.1,.5,8),m=new e.MeshStandardMaterial({color:9127187,flatShading:!0}),u=new e.Mesh(i,m);u.position.set(0,t+.35,0),this.add(u);const M=new e.TorusGeometry(o*.8,.05,8,16),d=new e.MeshStandardMaterial({color:9127187,flatShading:!0}),y=new e.Mesh(M,d);y.position.set(0,t+.85,0),this.add(y);const G=new e.PointLight(16755200,1.5,15);G.position.set(0,t/2+.1,0),G.castShadow=!0,this.add(G)}}class ee extends e.Group{constructor(){super();const t=new e.DodecahedronGeometry(1,0),o=new e.MeshStandardMaterial({color:8421504,flatShading:!0}),s=new e.MeshStandardMaterial({color:4950843,flatShading:!0,opacity:.8,transparent:!0});for(let n=0;n<5;n++){const c=new e.Mesh(t,o);c.scale.set(.8+Math.random()*.4,.8+Math.random()*.4,.8+Math.random()*.4),c.rotation.set(Math.random()*Math.PI,Math.random()*Math.PI,Math.random()*Math.PI),c.position.set((Math.random()-.5)*4,0,(Math.random()-.5)*4),this.add(c);const r=new e.Mesh(t,s);r.scale.set(c.scale.x*.9,c.scale.y*.5,c.scale.z*.9),r.rotation.copy(c.rotation),r.position.copy(c.position),r.position.y+=.3,this.add(r)}}}class te extends e.Group{constructor(){super();const t=new e.DodecahedronGeometry(1,0),o=new e.MeshStandardMaterial({color:8421504,flatShading:!0});for(let s=0;s<5;s++){const n=new e.Mesh(t,o);n.scale.set(.8+Math.random()*.4,.8+Math.random()*.4,.8+Math.random()*.4),n.rotation.set(Math.random()*Math.PI,Math.random()*Math.PI,Math.random()*Math.PI),n.position.set((Math.random()-.5)*4,0,(Math.random()-.5)*4),this.add(n)}}}class oe extends e.Group{constructor(){super();const t=new C,o=new e.MeshPhysicalMaterial({color:8965375,transparent:!0,opacity:.4,roughness:.1,metalness:.1,reflectivity:.8,transmission:.9,side:e.DoubleSide}),s=new e.Mesh(t,o);s.rotation.x=-Math.PI/2,this.add(s)}}class se extends e.Group{constructor(){super();const t=new e.BoxGeometry(1.6,.05,2.1),o=new e.MeshStandardMaterial({color:9109504}),s=new e.Mesh(t,o),n=new e.Mesh(t,o);s.position.set(0,.125,0),n.position.set(0,-.125,0);const c=new e.BoxGeometry(1.55,.2,2),r=new e.MeshStandardMaterial({color:16777215}),a=new e.Mesh(c,r);a.position.set(-.025,0,0);const l=new e.BoxGeometry(.05,.25,2.1),i=new e.MeshStandardMaterial({color:4915200}),m=new e.Mesh(l,i);m.position.set(-.8,0,0),this.add(s),this.add(n),this.add(a),this.add(m)}}class ne extends e.Group{constructor(){super();const t=[new e.Vector2(0,0),new e.Vector2(.8,0),new e.Vector2(1,1.5),new e.Vector2(.5,2.2),new e.Vector2(.6,2.5)],o=new e.LatheGeometry(t,10),s=new e.CylinderGeometry(.3,.4,.2,8),n=new e.MeshStandardMaterial({color:8965375,transparent:!0,opacity:.5,roughness:.1,metalness:.3}),c=new e.MeshStandardMaterial({color:16724838,transparent:!0,opacity:.6}),r=new e.MeshStandardMaterial({color:9127187,roughness:1}),a=new e.Mesh(o,n),l=new e.Mesh(o,c),i=new e.Mesh(s,r);l.scale.set(.8,.8,.8),l.position.y=.1,i.position.y=2.5;const m=new e.Group;m.add(a,l,i),this.add(m)}}class re extends e.Group{constructor(){super();const t=new e.CylinderGeometry(.3,.4,.1,16),o=new e.MeshStandardMaterial({color:3355443,roughness:.6,metalness:.3}),s=new e.Mesh(t,o);s.position.y=.05;const n=new e.CylinderGeometry(.1,.1,.7,16),c=new e.MeshStandardMaterial({color:5592405,roughness:.5,metalness:.4}),r=new e.Mesh(n,c);r.position.y=.4;const a=new e.ConeGeometry(.075,.2,16),l=new e.MeshStandardMaterial({color:16733440,emissive:16733440,emissiveIntensity:.6,transparent:!0,opacity:.8}),i=new e.Mesh(a,l);i.position.y=.8,this.add(s,r,i)}}class ae extends e.Group{constructor(){super();const t=new e.BoxGeometry(3,4,.1),o=new e.MeshStandardMaterial({color:3026478,roughness:.8,metalness:.6}),s=new e.BoxGeometry(.2,.5,.2),n=new e.MeshStandardMaterial({color:11184810,roughness:.5,metalness:.7}),c=new e.CylinderGeometry(.3,.3,.1,16),r=new e.MeshStandardMaterial({color:5592405,roughness:.7,metalness:.5}),a=new e.Mesh(t,o);for(let h=-1;h<=1;h++){const p=new e.Mesh(s,n);p.position.set(h,1.5,.1),a.add(p)}const l=new e.Mesh(c,r);l.rotation.x=Math.PI/2,l.position.set(0,.5,.15),a.add(l);const i=new e.SphereGeometry(.15,8,8),m=new e.MeshStandardMaterial({color:16711680,emissive:16711680,emissiveIntensity:.5}),u=new e.Mesh(i,m);u.position.set(0,-1,.1),a.add(u),this.add(a);let M=.015,d=.8,y=.2;function G(){requestAnimationFrame(G);const h=y+Math.abs(Math.sin(Date.now()*M))*(d-y);u.material.emissiveIntensity=h}G()}}class ce extends e.Group{constructor(){super();const t=[new e.Vector2(0,0),new e.Vector2(1.2,0),new e.Vector2(1.5,1.5),new e.Vector2(1,3),new e.Vector2(.6,3.5)],o=new e.LatheGeometry(t,12),s=new e.CylinderGeometry(.6,.7,.3,8),n=new e.MeshStandardMaterial({color:8965290,transparent:!0,opacity:.4,roughness:.1,metalness:.5}),c=new e.MeshStandardMaterial({color:9127187,roughness:1}),r=new e.Mesh(o,n),a=new e.Mesh(s,c);a.position.y=3.5,this.add(r,a)}}class ie extends e.Group{constructor(){super();const t=new e.BoxGeometry(2,3,.1),o=new e.MeshStandardMaterial({color:3355443,roughness:.8,metalness:.5}),s=new e.Mesh(t,o),n=new e.CylinderGeometry(.1,.1,.2,8),c=new e.CylinderGeometry(.05,.05,1,8),r=new e.MeshStandardMaterial({color:11184810,roughness:.5,metalness:.7});for(let a=-.5;a<=.5;a+=.5){const l=new e.Mesh(n,r);l.position.set(a,1,.1);const i=new e.Mesh(c,r);i.position.y=.5,l.add(i),this.add(l)}this.add(s)}}class le extends e.Group{constructor(){super();const t=new e.BoxGeometry(1,.2,.5),o=new e.MeshStandardMaterial({color:4473924,roughness:.6,metalness:.3}),s=new e.Mesh(t,o);s.position.y=.1;const n=new e.BoxGeometry(.2,1,.2),c=new e.Mesh(n,o);c.position.set(0,.6,-.2);const r=new e.CylinderGeometry(.1,.1,.4,8),a=new e.MeshStandardMaterial({color:3355443,roughness:.5,metalness:.6}),l=new e.Mesh(r,a);l.position.set(0,1.1,-.35),l.rotation.x=-Math.PI/4;const i=new e.BoxGeometry(.6,.1,.6),m=new e.MeshStandardMaterial({color:5592405,roughness:.8,metalness:.2}),u=new e.Mesh(i,m);u.position.set(0,.6,0),this.add(s,c,l,u)}}class me extends e.Group{constructor(){super();const t=new V,o=new e.CylinderGeometry(.2,.3,1.5,8);o.translate(0,.75,0);const s=new e.MeshStandardMaterial({color:6045747,roughness:1,metalness:0,side:e.DoubleSide}),n=new e.MeshStandardMaterial({color:9132587,roughness:.8,metalness:.1}),c=new e.Mesh(t,s),r=new e.Mesh(o,n);r.position.set(.3,1.3,0),r.rotation.z=Math.PI/4,this.add(c,r)}}class Me extends e.Group{constructor(){super();const t=100,o=.05,s=new e.CatmullRomCurve3(Array.from({length:t},(i,m)=>{const u=m*.2;return new e.Vector3(Math.cos(u)*.4,m*o,Math.sin(u)*.4)})),n=new e.TubeGeometry(s,200,.1,8,!1),c=new e.MeshStandardMaterial({color:8965375,transparent:!0,opacity:.3,roughness:.1,metalness:.2,emissive:8965375}),r=new e.Mesh(n,c);this.add(r);function a(){c.emissiveIntensity=.2+Math.sin(Date.now()*.005)*.1}function l(){requestAnimationFrame(l),a()}l()}}class ue extends e.Group{constructor(){super();const t=new e.TorusGeometry(.3,.03,8,16),o=new e.MeshStandardMaterial({color:8947848,roughness:.7,metalness:.3}),s=new e.Mesh(t,o);s.rotation.x=Math.PI/2,s.position.y=.4;const n=new e.CylinderGeometry(.02,.02,.4,8),c=new e.MeshStandardMaterial({color:6710886,roughness:.8,metalness:.3}),r=[];for(let a=0;a<3;a++){const l=a/3*Math.PI*2,i=new e.Mesh(n,c);i.position.set(Math.cos(l)*.25,.2,Math.sin(l)*.25),r.push(i)}this.add(s,...r)}}class he extends e.Group{constructor(){super();const t=new e.CylinderGeometry(.5,.6,.3,16),o=new e.MeshStandardMaterial({color:3355443,roughness:.6,metalness:.5}),s=new e.Mesh(t,o);s.position.y=.15;const n=new e.CylinderGeometry(.15,.15,2,12,1,!0),c=new e.MeshStandardMaterial({color:16737792,roughness:.5,metalness:.8,side:e.DoubleSide}),r=new e.Mesh(n,c);r.position.y=1.3;const a=new e.SphereGeometry(.3,16,16),l=new e.Mesh(a,c);l.position.y=2.4,this.add(s,r,l);const i=[];for(let M=0;M<5;M++){const d=new e.LineBasicMaterial({color:10079487}),y=[new e.Vector3(0,2.4,0),new e.Vector3((Math.random()-.5)*1.5,Math.random()*2.4,(Math.random()-.5)*1.5)],G=new e.BufferGeometry().setFromPoints(y),h=new e.Line(G,d);this.add(h),i.push(h)}function m(){i.forEach(M=>{const d=[new e.Vector3(0,2.4,0),new e.Vector3((Math.random()-.5)*1.5,Math.random()*2.4,(Math.random()-.5)*1.5)];M.geometry.setFromPoints(d)})}function u(){requestAnimationFrame(u),m()}u()}}class ye extends e.Group{constructor(t=.2,o=.2,s=3,n=32){super();const c=new k(t,o,s,n),r=new e.MeshPhysicalMaterial({color:8965375,transparent:!0,opacity:.4,roughness:.1,metalness:.1,reflectivity:.8,transmission:.9,side:e.DoubleSide}),a=new e.Mesh(c,r);this.add(a)}}class de extends e.Group{constructor(t=3,o=[65450,16711850,11141375]){super();const s=new e.BoxGeometry(3,.2,1),n=new e.MeshStandardMaterial({color:9127187,roughness:.7,metalness:.3}),c=new e.Mesh(s,n);c.position.y=.5;const r=new k(.1,.1,1,16),a=new e.MeshStandardMaterial({color:11184810,transparent:!0,opacity:.4,roughness:.1,metalness:.5,side:e.DoubleSide});for(let l=0;l<t;l++){const i=new e.Mesh(r,a),m=(l-(t-1)/2)*.8;i.position.set(m,1,0);const u=new k(.099,.099,.5,16,!1),M=o[l%o.length],d=new e.MeshStandardMaterial({color:M,emissive:M,emissiveIntensity:.5,transparent:!0,opacity:.6}),y=new e.Mesh(u,d);y.position.set(0,-.25,0),i.add(y),c.add(i)}this.add(c)}}class Ge extends e.Mesh{constructor(){super();const t=new T,o=new e.MeshPhysicalMaterial({color:5597999,roughness:.1,transmission:.9,thickness:.2,metalness:0,clearcoat:1,clearcoatRoughness:.1});this.geometry=t,this.material=o}}exports.Beaker=oe;exports.BeakerGeometry=C;exports.BifurcatedStaircaseGeometry=A;exports.BoneGeometry=J;exports.Book=se;exports.Bottle=ne;exports.Bubbling=q;exports.BunsenBurner=re;exports.Candle=D;exports.CrossHeadstoneGeometry=Y;exports.Desk=$;exports.DioramaGeometry=N;exports.ElectricPanel=ae;exports.FenceColumn=X;exports.Flask=ce;exports.LShapedStaircaseGeometry=E;exports.Lantern=W;exports.LeverPanel=ie;exports.Mausoleum=Q;exports.Microscope=le;exports.Moon=K;exports.MortarAndPestle=me;exports.MortarGeometry=V;exports.MossyRocks=ee;exports.ObeliskHeadstoneGeometry=j;exports.Rocks=te;exports.RoundedHeadstoneGeometry=Z;exports.SimpleLeafGeometry=U;exports.SpiralStaircaseGeometry=R;exports.SpiralTube=Me;exports.SquareHeadstoneGeometry=_;exports.StaircaseGeometry=O;exports.Stand=ue;exports.TeslaCoil=he;exports.TestTube=ye;exports.TestTubeGeometry=k;exports.TestTubeRack=de;exports.WineBottle=Ge;exports.WineBottleGeometry=T;exports.WroughtIronBarGeometry=H;
|
|
38
|
+
`}),s=new e.Mesh(t,o);this.add(s)}}class Q extends e.Group{constructor(){super();const t=new e.BoxGeometry(5,1,5),o=new e.MeshStandardMaterial({color:8421504,flatShading:!0}),s=new e.Mesh(t,o);s.position.set(0,.5,0),this.add(s);const n=new e.BoxGeometry(4,3,4),r=new e.MeshStandardMaterial({color:6908265,flatShading:!0}),a=new e.Mesh(n,r);a.position.set(0,2.5,0),this.add(a);const c=new e.ConeGeometry(3.5,2,4),l=new e.MeshStandardMaterial({color:5263440,flatShading:!0}),i=new e.Mesh(c,l);i.rotation.y=Math.PI/4,i.position.set(0,5,0),this.add(i);const m=new e.CylinderGeometry(.2,.2,3.5,16),M=new e.MeshStandardMaterial({color:6908265,flatShading:!0});[[-1.8,2.3,-2.2],[1.8,2.3,-2.2],[-1.8,2.3,2.2],[1.8,2.3,2.2]].forEach(w=>{const b=new e.Mesh(m,M);b.position.set(...w),this.add(b)});const G=new e.Shape;G.moveTo(-1,0),G.lineTo(-1,2),G.absarc(0,2,1,Math.PI,0,!0),G.lineTo(1,0);const d={depth:.5,bevelEnabled:!1},f=new e.ExtrudeGeometry(G,d),y=new e.MeshStandardMaterial({color:4210752,flatShading:!0}),p=new e.Mesh(f,y);p.position.set(0,.5,1.7),this.add(p)}}class $ extends e.Group{constructor(){super();const t=new e.BoxGeometry(5,.3,3),o=new e.MeshStandardMaterial({color:9132587}),s=new e.Mesh(t,o);s.position.set(0,3.15,0);const n=[];n.push(new e.Vector2(.2,0)),n.push(new e.Vector2(.25,.5)),n.push(new e.Vector2(.15,1.5)),n.push(new e.Vector2(.3,3));const r=new e.LatheGeometry(n,32),a=new e.MeshStandardMaterial({color:4929057});[[2.2,0,1.2],[-2.2,0,1.2],[2.2,0,-1.2],[-2.2,0,-1.2]].forEach(l=>{const i=new e.Mesh(r,a);i.position.set(...l),this.add(i)}),this.add(s)}}class D extends e.Group{constructor(t=1,o=.2){super(),this.height=t,this.radius=o,this.createCandle(),this.animateFlicker()}createCandle(){const t=new e.CylinderGeometry(this.radius,this.radius,this.height,32),o=new e.MeshStandardMaterial({color:16777215});this.candle=new e.Mesh(t,o),this.candle.position.set(0,this.height/2,0),this.add(this.candle);const s=new e.SphereGeometry(.05,16,16),n=new e.MeshBasicMaterial({color:16753920});this.flame=new e.Mesh(s,n),this.flame.position.set(0,this.height+.05,0),this.add(this.flame),this.candleLight=new e.PointLight(16753920,1,5),this.candleLight.position.set(0,this.height+.05,0),this.candleLight.castShadow=!0,this.add(this.candleLight)}animateFlicker(){const t=()=>{this.candleLight.intensity=1+(Math.random()*.4-.2),this.candleLight.position.x=Math.random()*.02-.01,this.candleLight.position.z=Math.random()*.02-.01,requestAnimationFrame(t)};t()}}class W extends e.Group{constructor(t=1.3,o=.5){super();const s=new e.CylinderGeometry(o,o,.2,16),n=new e.MeshStandardMaterial({color:9127187,flatShading:!0}),r=new e.Mesh(s,n);r.position.set(0,0,0),this.add(r);const a=new e.CylinderGeometry(o*.9,o*.9,t),c=new e.MeshStandardMaterial({color:16766720,flatShading:!0,transparent:!0,opacity:.6}),l=new e.Mesh(a,c);l.position.set(0,t/2+.1,0),this.add(l);const i=new e.ConeGeometry(o*1.1,.5,8),m=new e.MeshStandardMaterial({color:9127187,flatShading:!0}),M=new e.Mesh(i,m);M.position.set(0,t+.35,0),this.add(M);const u=new e.TorusGeometry(o*.8,.05,8,16),G=new e.MeshStandardMaterial({color:9127187,flatShading:!0}),d=new e.Mesh(u,G);d.position.set(0,t+.85,0),this.add(d);const f=new e.PointLight(16755200,1.5,15);f.position.set(0,t/2+.1,0),f.castShadow=!0,this.add(f)}}class ee extends e.Group{constructor(){super();const t=new e.DodecahedronGeometry(1,0),o=new e.MeshStandardMaterial({color:8421504,flatShading:!0}),s=new e.MeshStandardMaterial({color:4950843,flatShading:!0,opacity:.8,transparent:!0});for(let n=0;n<5;n++){const r=new e.Mesh(t,o);r.scale.set(.8+Math.random()*.4,.8+Math.random()*.4,.8+Math.random()*.4),r.rotation.set(Math.random()*Math.PI,Math.random()*Math.PI,Math.random()*Math.PI),r.position.set((Math.random()-.5)*4,0,(Math.random()-.5)*4),this.add(r);const a=new e.Mesh(t,s);a.scale.set(r.scale.x*.9,r.scale.y*.5,r.scale.z*.9),a.rotation.copy(r.rotation),a.position.copy(r.position),a.position.y+=.3,this.add(a)}}}class te extends e.Group{constructor(){super();const t=new e.DodecahedronGeometry(1,0),o=new e.MeshStandardMaterial({color:8421504,flatShading:!0});for(let s=0;s<5;s++){const n=new e.Mesh(t,o);n.scale.set(.8+Math.random()*.4,.8+Math.random()*.4,.8+Math.random()*.4),n.rotation.set(Math.random()*Math.PI,Math.random()*Math.PI,Math.random()*Math.PI),n.position.set((Math.random()-.5)*4,0,(Math.random()-.5)*4),this.add(n)}}}class oe extends e.Group{constructor(){super();const t=new C,o=new e.MeshPhysicalMaterial({color:8965375,transparent:!0,opacity:.4,roughness:.1,metalness:.1,reflectivity:.8,transmission:.9,side:e.DoubleSide}),s=new e.Mesh(t,o);s.rotation.x=-Math.PI/2,this.add(s)}}class se extends e.Group{constructor(){super();const t=new e.BoxGeometry(1.6,.05,2.1),o=new e.MeshStandardMaterial({color:9109504}),s=new e.Mesh(t,o),n=new e.Mesh(t,o);s.position.set(0,.125,0),n.position.set(0,-.125,0);const r=new e.BoxGeometry(1.55,.2,2),a=new e.MeshStandardMaterial({color:16777215}),c=new e.Mesh(r,a);c.position.set(-.025,0,0);const l=new e.BoxGeometry(.05,.25,2.1),i=new e.MeshStandardMaterial({color:4915200}),m=new e.Mesh(l,i);m.position.set(-.8,0,0),this.add(s),this.add(n),this.add(c),this.add(m)}}class ne extends e.Group{constructor(){super();const t=[new e.Vector2(0,0),new e.Vector2(.8,0),new e.Vector2(1,1.5),new e.Vector2(.5,2.2),new e.Vector2(.6,2.5)],o=new e.LatheGeometry(t,10),s=new e.CylinderGeometry(.3,.4,.2,8),n=new e.MeshStandardMaterial({color:8965375,transparent:!0,opacity:.5,roughness:.1,metalness:.3}),r=new e.MeshStandardMaterial({color:16724838,transparent:!0,opacity:.6}),a=new e.MeshStandardMaterial({color:9127187,roughness:1}),c=new e.Mesh(o,n),l=new e.Mesh(o,r),i=new e.Mesh(s,a);l.scale.set(.8,.8,.8),l.position.y=.1,i.position.y=2.5;const m=new e.Group;m.add(c,l,i),this.add(m)}}class re extends e.Group{constructor(){super();const t=new e.CylinderGeometry(.3,.4,.1,16),o=new e.MeshStandardMaterial({color:3355443,roughness:.6,metalness:.3}),s=new e.Mesh(t,o);s.position.y=.05;const n=new e.CylinderGeometry(.1,.1,.7,16),r=new e.MeshStandardMaterial({color:5592405,roughness:.5,metalness:.4}),a=new e.Mesh(n,r);a.position.y=.4;const c=new e.ConeGeometry(.075,.2,16),l=new e.MeshStandardMaterial({color:16733440,emissive:16733440,emissiveIntensity:.6,transparent:!0,opacity:.8}),i=new e.Mesh(c,l);i.position.y=.8,this.add(s,a,i)}}class ae extends e.Group{constructor(){super();const t=new e.BoxGeometry(3,4,.1),o=new e.MeshStandardMaterial({color:3026478,roughness:.8,metalness:.6}),s=new e.BoxGeometry(.2,.5,.2),n=new e.MeshStandardMaterial({color:11184810,roughness:.5,metalness:.7}),r=new e.CylinderGeometry(.3,.3,.1,16),a=new e.MeshStandardMaterial({color:5592405,roughness:.7,metalness:.5}),c=new e.Mesh(t,o);for(let y=-1;y<=1;y++){const p=new e.Mesh(s,n);p.position.set(y,1.5,.1),c.add(p)}const l=new e.Mesh(r,a);l.rotation.x=Math.PI/2,l.position.set(0,.5,.15),c.add(l);const i=new e.SphereGeometry(.15,8,8),m=new e.MeshStandardMaterial({color:16711680,emissive:16711680,emissiveIntensity:.5}),M=new e.Mesh(i,m);M.position.set(0,-1,.1),c.add(M),this.add(c);let u=.015,G=.8,d=.2;function f(){requestAnimationFrame(f);const y=d+Math.abs(Math.sin(Date.now()*u))*(G-d);M.material.emissiveIntensity=y}f()}}class ce extends e.Group{constructor(){super();const t=[new e.Vector2(0,0),new e.Vector2(1.2,0),new e.Vector2(1.5,1.5),new e.Vector2(1,3),new e.Vector2(.6,3.5)],o=new e.LatheGeometry(t,12),s=new e.CylinderGeometry(.6,.7,.3,8),n=new e.MeshStandardMaterial({color:8965290,transparent:!0,opacity:.4,roughness:.1,metalness:.5}),r=new e.MeshStandardMaterial({color:9127187,roughness:1}),a=new e.Mesh(o,n),c=new e.Mesh(s,r);c.position.y=3.5,this.add(a,c)}}class ie extends e.Group{constructor(){super();const t=new e.BoxGeometry(2,3,.1),o=new e.MeshStandardMaterial({color:3355443,roughness:.8,metalness:.5}),s=new e.Mesh(t,o),n=new e.CylinderGeometry(.1,.1,.2,8),r=new e.CylinderGeometry(.05,.05,1,8),a=new e.MeshStandardMaterial({color:11184810,roughness:.5,metalness:.7});for(let c=-.5;c<=.5;c+=.5){const l=new e.Mesh(n,a);l.position.set(c,1,.1);const i=new e.Mesh(r,a);i.position.y=.5,l.add(i),this.add(l)}this.add(s)}}class le extends e.Group{constructor(){super();const t=new e.BoxGeometry(1,.2,.5),o=new e.MeshStandardMaterial({color:4473924,roughness:.6,metalness:.3}),s=new e.Mesh(t,o);s.position.y=.1;const n=new e.BoxGeometry(.2,1,.2),r=new e.Mesh(n,o);r.position.set(0,.6,-.2);const a=new e.CylinderGeometry(.1,.1,.4,8),c=new e.MeshStandardMaterial({color:3355443,roughness:.5,metalness:.6}),l=new e.Mesh(a,c);l.position.set(0,1.1,-.35),l.rotation.x=-Math.PI/4;const i=new e.BoxGeometry(.6,.1,.6),m=new e.MeshStandardMaterial({color:5592405,roughness:.8,metalness:.2}),M=new e.Mesh(i,m);M.position.set(0,.6,0),this.add(s,r,l,M)}}class me extends e.Group{constructor(){super();const t=new T,o=new e.CylinderGeometry(.2,.3,1.5,8);o.translate(0,.75,0);const s=new e.MeshStandardMaterial({color:6045747,roughness:1,metalness:0,side:e.DoubleSide}),n=new e.MeshStandardMaterial({color:9132587,roughness:.8,metalness:.1}),r=new e.Mesh(t,s),a=new e.Mesh(o,n);a.position.set(.3,1.3,0),a.rotation.z=Math.PI/4,this.add(r,a)}}class ue extends e.Group{constructor(){super();const t=100,o=.05,s=new e.CatmullRomCurve3(Array.from({length:t},(i,m)=>{const M=m*.2;return new e.Vector3(Math.cos(M)*.4,m*o,Math.sin(M)*.4)})),n=new e.TubeGeometry(s,200,.1,8,!1),r=new e.MeshStandardMaterial({color:8965375,transparent:!0,opacity:.3,roughness:.1,metalness:.2,emissive:8965375}),a=new e.Mesh(n,r);this.add(a);function c(){r.emissiveIntensity=.2+Math.sin(Date.now()*.005)*.1}function l(){requestAnimationFrame(l),c()}l()}}class Me extends e.Group{constructor(){super();const t=new e.TorusGeometry(.3,.03,8,16),o=new e.MeshStandardMaterial({color:8947848,roughness:.7,metalness:.3}),s=new e.Mesh(t,o);s.rotation.x=Math.PI/2,s.position.y=.4;const n=new e.CylinderGeometry(.02,.02,.4,8),r=new e.MeshStandardMaterial({color:6710886,roughness:.8,metalness:.3}),a=[];for(let c=0;c<3;c++){const l=c/3*Math.PI*2,i=new e.Mesh(n,r);i.position.set(Math.cos(l)*.25,.2,Math.sin(l)*.25),a.push(i)}this.add(s,...a)}}class he extends e.Group{constructor(){super();const t=new e.CylinderGeometry(.5,.6,.3,16),o=new e.MeshStandardMaterial({color:3355443,roughness:.6,metalness:.5}),s=new e.Mesh(t,o);s.position.y=.15;const n=new e.CylinderGeometry(.15,.15,2,12,1,!0),r=new e.MeshStandardMaterial({color:16737792,roughness:.5,metalness:.8,side:e.DoubleSide}),a=new e.Mesh(n,r);a.position.y=1.3;const c=new e.SphereGeometry(.3,16,16),l=new e.Mesh(c,r);l.position.y=2.4,this.add(s,a,l);const i=[];for(let u=0;u<5;u++){const G=new e.LineBasicMaterial({color:10079487}),d=[new e.Vector3(0,2.4,0),new e.Vector3((Math.random()-.5)*1.5,Math.random()*2.4,(Math.random()-.5)*1.5)],f=new e.BufferGeometry().setFromPoints(d),y=new e.Line(f,G);this.add(y),i.push(y)}function m(){i.forEach(u=>{const G=[new e.Vector3(0,2.4,0),new e.Vector3((Math.random()-.5)*1.5,Math.random()*2.4,(Math.random()-.5)*1.5)];u.geometry.setFromPoints(G)})}function M(){requestAnimationFrame(M),m()}M()}}class ye extends e.Group{constructor(t=.2,o=.2,s=3,n=32){super();const r=new k(t,o,s,n),a=new e.MeshPhysicalMaterial({color:8965375,transparent:!0,opacity:.4,roughness:.1,metalness:.1,reflectivity:.8,transmission:.9,side:e.DoubleSide}),c=new e.Mesh(r,a);this.add(c)}}class de extends e.Group{constructor(t=3,o=[65450,16711850,11141375]){super();const s=new e.BoxGeometry(3,.2,1),n=new e.MeshStandardMaterial({color:9127187,roughness:.7,metalness:.3}),r=new e.Mesh(s,n);r.position.y=.5;const a=new k(.1,.1,1,16),c=new e.MeshStandardMaterial({color:11184810,transparent:!0,opacity:.4,roughness:.1,metalness:.5,side:e.DoubleSide});for(let l=0;l<t;l++){const i=new e.Mesh(a,c),m=(l-(t-1)/2)*.8;i.position.set(m,1,0);const M=new k(.099,.099,.5,16,!1),u=o[l%o.length],G=new e.MeshStandardMaterial({color:u,emissive:u,emissiveIntensity:.5,transparent:!0,opacity:.6}),d=new e.Mesh(M,G);d.position.set(0,-.25,0),i.add(d),r.add(i)}this.add(r)}}class Ge extends e.Mesh{constructor(){super();const t=new V,o=new e.MeshPhysicalMaterial({color:5597999,roughness:.1,transmission:.9,thickness:.2,metalness:0,clearcoat:1,clearcoatRoughness:.1});this.geometry=t,this.material=o}}const fe={uniforms:{tDiffuse:{value:null},opacity:{value:1}},vertexShader:`
|
|
39
|
+
varying vec2 vUv;
|
|
40
|
+
void main() {
|
|
41
|
+
vUv = uv;
|
|
42
|
+
gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);
|
|
43
|
+
}
|
|
44
|
+
`,fragmentShader:`
|
|
45
|
+
uniform float opacity;
|
|
46
|
+
uniform sampler2D tDiffuse;
|
|
47
|
+
varying vec2 vUv;
|
|
48
|
+
void main() {
|
|
49
|
+
vec4 texel = texture2D(tDiffuse, vUv);
|
|
50
|
+
gl_FragColor = opacity * texel;
|
|
51
|
+
}
|
|
52
|
+
`},we=h=>{const t=new Uint8Array(4*h*h);for(let s=0;s<h*h;s++){const n=s*4,r=(s%h^Math.floor(s/h))&1?255:0;t[n]=r,t[n+1]=r,t[n+2]=r,t[n+3]=255}const o=new e.DataTexture(t,h,h,e.RGBAFormat,e.UnsignedByteType);return o.wrapS=e.RepeatWrapping,o.wrapT=e.RepeatWrapping,o.minFilter=e.NearestFilter,o.needsUpdate=!0,o};exports.Beaker=oe;exports.BeakerGeometry=C;exports.BifurcatedStaircaseGeometry=z;exports.BoneGeometry=J;exports.Book=se;exports.Bottle=ne;exports.Bubbling=q;exports.BunsenBurner=re;exports.Candle=D;exports.CrossHeadstoneGeometry=_;exports.Desk=$;exports.DioramaGeometry=R;exports.ElectricPanel=ae;exports.FenceColumn=Z;exports.Flask=ce;exports.LShapedStaircaseGeometry=N;exports.Lantern=W;exports.LeverPanel=ie;exports.Mausoleum=Q;exports.Microscope=le;exports.Moon=K;exports.MortarAndPestle=me;exports.MortarGeometry=T;exports.MossyRocks=ee;exports.ObeliskHeadstoneGeometry=j;exports.Rocks=te;exports.RoundedHeadstoneGeometry=O;exports.SimpleLeafGeometry=H;exports.SpiralStaircaseGeometry=E;exports.SpiralTube=ue;exports.SquareHeadstoneGeometry=Y;exports.StaircaseGeometry=U;exports.Stand=Me;exports.TeslaCoil=he;exports.TestTube=ye;exports.TestTubeGeometry=k;exports.TestTubeRack=de;exports.WineBottle=Ge;exports.WineBottleGeometry=V;exports.WroughtIronBarGeometry=X;exports.checkerboardTexture=we;exports.fadeShader=fe;
|
|
39
53
|
//# sourceMappingURL=index.cjs.js.map
|