| 16 | export {} |
| 17 | |
| 18 | interface ThreeJSXElements { |
| 19 | // Containers |
| 20 | group: any |
| 21 | scene: any |
| 22 | // Geometries |
| 23 | boxGeometry: any |
| 24 | planeGeometry: any |
| 25 | circleGeometry: any |
| 26 | cylinderGeometry: any |
| 27 | sphereGeometry: any |
| 28 | extrudeGeometry: any |
| 29 | shapeGeometry: any |
| 30 | bufferGeometry: any |
| 31 | edgesGeometry: any |
| 32 | ringGeometry: any |
| 33 | // Meshes & lines |
| 34 | mesh: any |
| 35 | instancedMesh: any |
| 36 | line: any |
| 37 | lineSegments: any |
| 38 | lineLoop: any |
| 39 | points: any |
| 40 | // Materials |
| 41 | meshStandardMaterial: any |
| 42 | meshBasicMaterial: any |
| 43 | meshPhongMaterial: any |
| 44 | meshLambertMaterial: any |
| 45 | meshPhysicalMaterial: any |
| 46 | meshNormalMaterial: any |
| 47 | shadowMaterial: any |
| 48 | lineBasicMaterial: any |
| 49 | lineDashedMaterial: any |
| 50 | pointsMaterial: any |
| 51 | shaderMaterial: any |
| 52 | rawShaderMaterial: any |
| 53 | spriteMaterial: any |
| 54 | // Lights |
| 55 | ambientLight: any |
| 56 | directionalLight: any |
| 57 | pointLight: any |
| 58 | spotLight: any |
| 59 | hemisphereLight: any |
| 60 | rectAreaLight: any |
| 61 | // Cameras |
| 62 | perspectiveCamera: any |
| 63 | orthographicCamera: any |
| 64 | // Helpers |
| 65 | gridHelper: any |
| 66 | axesHelper: any |
| 67 | arrowHelper: any |
| 68 | // Misc |
| 69 | sprite: any |
| 70 | lOD: any |
| 71 | fog: any |
| 72 | color: any |
| 73 | // Buffer attribute |
| 74 | bufferAttribute: any |
| 75 | instancedBufferAttribute: any |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…