@@ -80,6 +80,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
8080 bindMorphTargetParameters : [ 'abstractMesh' , 'effect' ] ,
8181 bindSceneUniformBuffer : [ 'effect' , 'sceneUbo' ] ,
8282 bindTextureMatrix : [ 'texture' , 'uniformBuffer' , 'key' ] ,
83+ bitArray : [ 'size' ] ,
8384 blackAndWhitePostProcess : [ 'name' , 'options' , 'camera' , 'samplingMode' , 'engine' , 'reusable' ] ,
8485 bloomEffect : [ 'sceneOrEngine' , 'bloomScale' , 'bloomWeight' , 'bloomKernel' , 'pipelineTextureType' , 'blockCompilation' ] ,
8586 bloomMergePostProcess : [ 'name' , 'originalFromInput' , 'blurred' , 'weight' , 'options' , 'camera' , 'samplingMode' , 'engine' , 'reusable' , 'textureType' , 'blockCompilation' ] ,
@@ -192,8 +193,8 @@ const ConstructorsMap: Record<string, Array<string>> = {
192193 resizedCopy : [ 'texture' , 'width' , 'height' , 'useBilinearMode' ] ,
193194 ribbon : [ 'name' , 'options' , 'scene' ] ,
194195 ribbonVertexData : [ 'options' ] ,
195- screenshot : [ 'engine' , 'camera' , 'size' , 'successCallback' , 'mimeType' , 'forceDownload' , 'quality' ] ,
196- screenshotAsync : [ 'engine' , 'camera' , 'size' , 'mimeType' , 'quality' ] ,
196+ screenshot : [ 'engine' , 'camera' , 'size' , 'successCallback' , 'mimeType' , 'forceDownload' , 'quality' , 'useFill' ] ,
197+ screenshotAsync : [ 'engine' , 'camera' , 'size' , 'mimeType' , 'quality' , 'useFill' ] ,
197198 screenshotUsingRenderTarget : [
198199 'engine' ,
199200 'camera' ,
@@ -223,7 +224,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
223224 'quality' ,
224225 'customizeTexture' ,
225226 ] ,
226- screenshotWithResizeAsync : [ 'engine' , 'camera' , 'width' , 'height' , 'mimeType' , 'quality' ] ,
227+ screenshotWithResizeAsync : [ 'engine' , 'camera' , 'width' , 'height' , 'mimeType' , 'quality' , 'useFill' ] ,
227228 segmentedBoxVertexData : [ 'options' ] ,
228229 sphere : [ 'name' , 'options' , 'scene' ] ,
229230 sphereVertexData : [ 'options' ] ,
@@ -341,7 +342,8 @@ const ConstructorsMap: Record<string, Array<string>> = {
341342 divideBlock : [ 'name' ] ,
342343 doNothingAction : [ 'triggerOptions' , 'condition' ] ,
343344 dotBlock : [ 'name' ] ,
344- dracoCompression : [ 'numWorkers' ] ,
345+ dracoCompression : [ 'numWorkersOrOptions' ] ,
346+ dracoDecoder : [ 'configuration' ] ,
345347 drawWrapper : [ 'engine' , 'createMaterialContext' ] ,
346348 dualShockPad : [ 'id' , 'index' , 'gamepad' ] ,
347349 dynamicFloat32Array : [ 'itemCapacity' ] ,
@@ -849,6 +851,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
849851 octreeSceneComponent : [ 'scene' ] ,
850852 oimoJSPlugin : [ '_useDeltaForWorldStep' , 'iterations' , 'oimoInjection' ] ,
851853 oneMinusBlock : [ 'name' ] ,
854+ optimizeIndices : [ 'indices' ] ,
852855 outlineRenderer : [ 'scene' ] ,
853856 pBRAnisotropicConfiguration : [ 'material' , 'addToPluginList' ] ,
854857 pBRBaseMaterial : [ 'name' , 'scene' , 'forceGLSL' ] ,
0 commit comments