Initial project import

This commit is contained in:
drjones
2026-06-13 17:36:44 -07:00
commit ad2a18cc8d
18471 changed files with 4497570 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"version":3,"file":"ReflectorRTT.cjs","sources":["../../src/objects/ReflectorRTT.ts"],"sourcesContent":["import { BufferGeometry } from 'three'\nimport { Reflector, ReflectorOptions } from '../objects/Reflector'\n\nclass ReflectorRTT extends Reflector {\n constructor(geometry?: BufferGeometry, options?: ReflectorOptions) {\n super(geometry, options)\n this.geometry.setDrawRange(0, 0)\n }\n}\n\nexport { ReflectorRTT }\n"],"names":["Reflector"],"mappings":";;;AAGA,MAAM,qBAAqBA,UAAAA,UAAU;AAAA,EACnC,YAAY,UAA2B,SAA4B;AACjE,UAAM,UAAU,OAAO;AAClB,SAAA,SAAS,aAAa,GAAG,CAAC;AAAA,EACjC;AACF;;"}