Skip to content

Commit

Permalink
Merge branch 'main' into 6-finalize-custom-loading-screen-and-multipl…
Browse files Browse the repository at this point in the history
…e-canvases
  • Loading branch information
simonedevit committed Dec 27, 2024
2 parents eb91058 + 68cb7b5 commit 922ed47
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 72 deletions.
11 changes: 7 additions & 4 deletions packages/library/src/_generated/babylon.core.constructors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
bindMorphTargetParameters: ['abstractMesh', 'effect'],
bindSceneUniformBuffer: ['effect', 'sceneUbo'],
bindTextureMatrix: ['texture', 'uniformBuffer', 'key'],
bitArray: ['size'],
blackAndWhitePostProcess: ['name', 'options', 'camera', 'samplingMode', 'engine', 'reusable'],
bloomEffect: ['sceneOrEngine', 'bloomScale', 'bloomWeight', 'bloomKernel', 'pipelineTextureType', 'blockCompilation'],
bloomMergePostProcess: ['name', 'originalFromInput', 'blurred', 'weight', 'options', 'camera', 'samplingMode', 'engine', 'reusable', 'textureType', 'blockCompilation'],
Expand Down Expand Up @@ -192,8 +193,8 @@ const ConstructorsMap: Record<string, Array<string>> = {
resizedCopy: ['texture', 'width', 'height', 'useBilinearMode'],
ribbon: ['name', 'options', 'scene'],
ribbonVertexData: ['options'],
screenshot: ['engine', 'camera', 'size', 'successCallback', 'mimeType', 'forceDownload', 'quality'],
screenshotAsync: ['engine', 'camera', 'size', 'mimeType', 'quality'],
screenshot: ['engine', 'camera', 'size', 'successCallback', 'mimeType', 'forceDownload', 'quality', 'useFill'],
screenshotAsync: ['engine', 'camera', 'size', 'mimeType', 'quality', 'useFill'],
screenshotUsingRenderTarget: [
'engine',
'camera',
Expand Down Expand Up @@ -223,7 +224,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
'quality',
'customizeTexture',
],
screenshotWithResizeAsync: ['engine', 'camera', 'width', 'height', 'mimeType', 'quality'],
screenshotWithResizeAsync: ['engine', 'camera', 'width', 'height', 'mimeType', 'quality', 'useFill'],
segmentedBoxVertexData: ['options'],
sphere: ['name', 'options', 'scene'],
sphereVertexData: ['options'],
Expand Down Expand Up @@ -341,7 +342,8 @@ const ConstructorsMap: Record<string, Array<string>> = {
divideBlock: ['name'],
doNothingAction: ['triggerOptions', 'condition'],
dotBlock: ['name'],
dracoCompression: ['numWorkers'],
dracoCompression: ['numWorkersOrOptions'],
dracoDecoder: ['configuration'],
drawWrapper: ['engine', 'createMaterialContext'],
dualShockPad: ['id', 'index', 'gamepad'],
dynamicFloat32Array: ['itemCapacity'],
Expand Down Expand Up @@ -849,6 +851,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
octreeSceneComponent: ['scene'],
oimoJSPlugin: ['_useDeltaForWorldStep', 'iterations', 'oimoInjection'],
oneMinusBlock: ['name'],
optimizeIndices: ['indices'],
outlineRenderer: ['scene'],
pBRAnisotropicConfiguration: ['material', 'addToPluginList'],
pBRBaseMaterial: ['name', 'scene', 'forceGLSL'],
Expand Down
Loading

0 comments on commit 922ed47

Please sign in to comment.