Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PBR: fix the "eho" debug mode #14910

Merged
merged 2 commits into from
Mar 26, 2024
Merged

PBR: fix the "eho" debug mode #14910

merged 2 commits into from
Mar 26, 2024

Commits on Mar 26, 2024

  1. Fixed Tensor value typing (BabylonJS#14876)

    * Fixed types of Tensor.FromArray and Tensor.FromArrayToRef
    
    * Fixed types
    
    * Fixed ThinEngine.setMatrices type
    Updated Tensor types
    
    * Removed uneeded DeepImmutable in FromArray and FromArrayToRef
    
    * Added new TensorValue
    Removed TensorValueElement and TensorElement
    Changed FlattenArray to handle recursive arrays
    Renamed TensorValue to ValueOfTensor
    
    * Added a newline
    
    * Update packages/dev/core/src/Engines/Native/nativeDataStream.ts
    
    * Update packages/dev/core/src/Engines/Native/nativeDataStream.ts
    
    ---------
    
    Co-authored-by: Raanan Weber <raananw+github@gmail.com>
    Popov72 and RaananW committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    716882a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73728b5 View commit details
    Browse the repository at this point in the history