@@ -98,81 +98,81 @@ export type InstancedBufferGeometryProps = BufferGeometryNode<
98
98
typeof THREE . InstancedBufferGeometry
99
99
>
100
100
export type BufferGeometryProps = BufferGeometryNode < THREE . BufferGeometry , typeof THREE . BufferGeometry >
101
- // @ts -ignore
101
+ /** @ts -ignore */
102
102
export type BoxBufferGeometryProps = BufferGeometryNode < THREE . BoxBufferGeometry , typeof THREE . BoxBufferGeometry >
103
103
export type CircleBufferGeometryProps = BufferGeometryNode <
104
- // @ts -ignore
104
+ /** @ts -ignore */
105
105
THREE . CircleBufferGeometry ,
106
- // @ts -ignore
106
+ /** @ts -ignore */
107
107
typeof THREE . CircleBufferGeometry
108
108
>
109
- // @ts -ignore
109
+ /** @ts -ignore */
110
110
export type ConeBufferGeometryProps = BufferGeometryNode < THREE . ConeBufferGeometry , typeof THREE . ConeBufferGeometry >
111
111
export type CylinderBufferGeometryProps = BufferGeometryNode <
112
- // @ts -ignore
112
+ /** @ts -ignore */
113
113
THREE . CylinderBufferGeometry ,
114
- // @ts -ignore
114
+ /** @ts -ignore */
115
115
typeof THREE . CylinderBufferGeometry
116
116
>
117
117
export type DodecahedronBufferGeometryProps = BufferGeometryNode <
118
- // @ts -ignore
118
+ /** @ts -ignore */
119
119
THREE . DodecahedronBufferGeometry ,
120
- // @ts -ignore
120
+ /** @ts -ignore */
121
121
typeof THREE . DodecahedronBufferGeometry
122
122
>
123
123
export type ExtrudeBufferGeometryProps = BufferGeometryNode <
124
- // @ts -ignore
124
+ /** @ts -ignore */
125
125
THREE . ExtrudeBufferGeometry ,
126
- // @ts -ignore
126
+ /** @ts -ignore */
127
127
typeof THREE . ExtrudeBufferGeometry
128
128
>
129
129
export type IcosahedronBufferGeometryProps = BufferGeometryNode <
130
- // @ts -ignore
130
+ /** @ts -ignore */
131
131
THREE . IcosahedronBufferGeometry ,
132
- // @ts -ignore
132
+ /** @ts -ignore */
133
133
typeof THREE . IcosahedronBufferGeometry
134
134
>
135
- // @ts -ignore
135
+ /** @ts -ignore */
136
136
export type LatheBufferGeometryProps = BufferGeometryNode < THREE . LatheBufferGeometry , typeof THREE . LatheBufferGeometry >
137
137
export type OctahedronBufferGeometryProps = BufferGeometryNode <
138
- // @ts -ignore
138
+ /** @ts -ignore */
139
139
THREE . OctahedronBufferGeometry ,
140
- // @ts -ignore
140
+ /** @ts -ignore */
141
141
typeof THREE . OctahedronBufferGeometry
142
142
>
143
- // @ts -ignore
143
+ /** @ts -ignore */
144
144
export type PlaneBufferGeometryProps = BufferGeometryNode < THREE . PlaneBufferGeometry , typeof THREE . PlaneBufferGeometry >
145
145
export type PolyhedronBufferGeometryProps = BufferGeometryNode <
146
- // @ts -ignore
146
+ /** @ts -ignore */
147
147
THREE . PolyhedronBufferGeometry ,
148
- // @ts -ignore
148
+ /** @ts -ignore */
149
149
typeof THREE . PolyhedronBufferGeometry
150
150
>
151
- // @ts -ignore
151
+ /** @ts -ignore */
152
152
export type RingBufferGeometryProps = BufferGeometryNode < THREE . RingBufferGeometry , typeof THREE . RingBufferGeometry >
153
- // @ts -ignore
153
+ /** @ts -ignore */
154
154
export type ShapeBufferGeometryProps = BufferGeometryNode < THREE . ShapeBufferGeometry , typeof THREE . ShapeBufferGeometry >
155
155
export type SphereBufferGeometryProps = BufferGeometryNode <
156
- // @ts -ignore
156
+ /** @ts -ignore */
157
157
THREE . SphereBufferGeometry ,
158
- // @ts -ignore
158
+ /** @ts -ignore */
159
159
typeof THREE . SphereBufferGeometry
160
160
>
161
161
export type TetrahedronBufferGeometryProps = BufferGeometryNode <
162
- // @ts -ignore
162
+ /** @ts -ignore */
163
163
THREE . TetrahedronBufferGeometry ,
164
- // @ts -ignore
164
+ /** @ts -ignore */
165
165
typeof THREE . TetrahedronBufferGeometry
166
166
>
167
- // @ts -ignore
167
+ /** @ts -ignore */
168
168
export type TorusBufferGeometryProps = BufferGeometryNode < THREE . TorusBufferGeometry , typeof THREE . TorusBufferGeometry >
169
169
export type TorusKnotBufferGeometryProps = BufferGeometryNode <
170
- // @ts -ignore
170
+ /** @ts -ignore */
171
171
THREE . TorusKnotBufferGeometry ,
172
- // @ts -ignore
172
+ /** @ts -ignore */
173
173
typeof THREE . TorusKnotBufferGeometry
174
174
>
175
- // @ts -ignore
175
+ /** @ts -ignore */
176
176
export type TubeBufferGeometryProps = BufferGeometryNode < THREE . TubeBufferGeometry , typeof THREE . TubeBufferGeometry >
177
177
export type WireframeGeometryProps = BufferGeometryNode < THREE . WireframeGeometry , typeof THREE . WireframeGeometry >
178
178
export type TetrahedronGeometryProps = BufferGeometryNode < THREE . TetrahedronGeometry , typeof THREE . TetrahedronGeometry >
@@ -230,9 +230,9 @@ export type DirectionalLightShadowProps = Node<THREE.DirectionalLightShadow, typ
230
230
export type DirectionalLightProps = LightNode < THREE . DirectionalLight , typeof THREE . DirectionalLight >
231
231
export type AmbientLightProps = LightNode < THREE . AmbientLight , typeof THREE . AmbientLight >
232
232
export type LightShadowProps = Node < THREE . LightShadow , typeof THREE . LightShadow >
233
- // @ts -ignore
233
+ /** @ts -ignore */
234
234
export type AmbientLightProbeProps = LightNode < THREE . AmbientLightProbe , typeof THREE . AmbientLightProbe >
235
- // @ts -ignore
235
+ /** @ts -ignore */
236
236
export type HemisphereLightProbeProps = LightNode < THREE . HemisphereLightProbe , typeof THREE . HemisphereLightProbe >
237
237
export type LightProbeProps = LightNode < THREE . LightProbe , typeof THREE . LightProbe >
238
238
@@ -256,7 +256,7 @@ export type AxesHelperProps = Object3DNode<THREE.AxesHelper, typeof THREE.AxesHe
256
256
export type TextureProps = Node < THREE . Texture , typeof THREE . Texture >
257
257
export type VideoTextureProps = Node < THREE . VideoTexture , typeof THREE . VideoTexture >
258
258
export type DataTextureProps = Node < THREE . DataTexture , typeof THREE . DataTexture >
259
- // @ts -ignore
259
+ /** @ts -ignore */
260
260
export type DataTexture3DProps = Node < THREE . DataTexture3D , typeof THREE . DataTexture3D >
261
261
export type CompressedTextureProps = Node < THREE . CompressedTexture , typeof THREE . CompressedTexture >
262
262
export type CubeTextureProps = Node < THREE . CubeTexture , typeof THREE . CubeTexture >
0 commit comments