Socket
Book a DemoInstallSign in
Socket

@babylonjs/serializers

Package Overview
Dependencies
Maintainers
1
Versions
648
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babylonjs/serializers - npm Package Versions

1245
65

8.15.0

Diff
b
babylonjs
published 8.15.0 •

Changelog

Source

8.15.0

Playground

  • Inspector v2: Handle scene explorer mutations + some bug fixes - by ryantrem (#16841)
b
babylonjs
published 8.14.2 •

Changelog

Source

8.14.2

Core

Node Editor

  • Node Editors: Add name input field - by alexchuber (#16838)

Viewer

b
babylonjs
published 8.14.1 •

Changelog

Source

8.14.1

Core

Node Editor

  • Add QuaternionPropertyLine; route checkboxLineComponent to switch - [New Feature] by georginahalpern (#16818)

Serializers

b
babylonjs
published 8.14.0 •

Changelog

Source

8.14.0

b
babylonjs
published 8.13.1 •

Changelog

Source

8.13.1

Core

Loaders

Playground

  • Add support for DebugPane and Settings pane for Inspector v2 - by deltakosh (#16792)

Serializers

  • USDZ Exporter: Cancel root transform and and ignore disabled clearcoat - by alexchuber (#16808)
b
babylonjs
published 8.13.0 •

Changelog

Source

8.13.0

Core

  • Various fixes for glTF interactivity - by bghgary (#16768)
  • Load dominant direction from .env - by MiiBond (#16765)
  • Add new utility function to set a camera FOV based on focal length - [New Feature] by deltakosh (#16763)
  • Fixing issue when cloning LineMesh with CreationOptions - [Bug Fix] by VicenteCartas (#16762)
  • Allow user to globally set the numMaxInfluencers - [New Feature] by deltakosh (#16761)
  • Inspector v2: Stub out stats pane - by ryantrem (#16755)
  • Add new Quaternion nodes to flow graph and glTF interactivity - by bghgary (#16739)
  • Add option for HalfFloat in vertexAnimationBaker's textureFromBakedVertexData - by knervous (#16750)
  • NME: Add SmartFilterFragmentOutputBlock - by alexchuber (#16751)
  • Add faster synchronous method for VAT baking on vertexAnimationBaker - by knervous (#16749)

GUI

  • Fix global viewport calculations in AdvancedDynamicTexture - by RaananW (#16757)

Inspector

  • Introduce new fluent shared components; conditionally load them from existing shared components if useFluent context is true - [New Feature] by georginahalpern (#16709)

Loaders

  • Various fixes for glTF interactivity - by bghgary (#16768)
  • Add new Quaternion nodes to flow graph and glTF interactivity - by bghgary (#16739)

Node Editor

  • Add buttonLine, switchPropertyLine; Introduce noCopy mode for tools - [New Feature] by georginahalpern (#16766)
  • Introduce new fluent shared components; conditionally load them from existing shared components if useFluent context is true - [New Feature] by georginahalpern (#16709)
  • NME: Add SmartFilterFragmentOutputBlock - by alexchuber (#16751)

Playground

  • Inspector v2: Playground integration fixes - [Bug Fix] by ryantrem (#16753)
  • Add faster synchronous method for VAT baking on vertexAnimationBaker - by knervous (#16749)
b
babylonjs
published 8.12.1 •

Changelog

Source

8.12.1

Core

  • Restrict inspector inputs to particle system when node based - by deltakosh (#16745)
  • Introducting the Node Particle Editor! - by deltakosh (#16718)
  • fix missing morphtarget color attribute - by kmatzen (#16738)
  • Add support for zoomOn with ArcRotateCamera in Orthographic mode - by amirt-ms (#16737)
  • FrameGraph: better support for autoCalcDepthBounds in cascaded shadow generator task - by Popov72 (#16734)
  • NME: Bubble up build errors - by alexchuber (#16731)
  • Fix adding dominant direction to env - by MiiBond (#16733)
  • Introduce interpolation support in NGE texture fetching - [New Feature] by deltakosh (#16729)
  • Fix native pbr shader compilation - by sebavan (#16726)
  • Expose the default render material for GPUPicker - [New Feature] by deltakosh (#16724)
  • Add new features to load EXR without creating a texture - [New Feature] by deltakosh (#16722)
  • NodeMaterial: Allow gathering defines without mesh - by alexchuber (#16725)
  • Fixed area light specular calculation - [Bug Fix] by SergioRZMasson (#16723)

Inspector

  • Restrict inspector inputs to particle system when node based - by deltakosh (#16745)

Node Editor

Playground

Serializers

b
babylonjs
published 8.11.0 •

Changelog

Source

8.11.0

Core

  • SmartFilterTextureBlock: Uniform metadata and multiple block instance handling - by alexchuber (#16714)
  • Add dominant direction to env file - by MiiBond (#16703)
  • WebGPU: Fix wrong display in fast snapshot mode - [Bug Fix] by Popov72 (#16715)

Node Editor

  • SmartFilterTextureBlock: Uniform metadata and multiple block instance handling - by alexchuber (#16714)
  • NME SFE: Update block list exclusions - by alexchuber (#16716)

Serializers

  • glTF Exporter: Fixes and clean-up for camera rotations - by alexchuber (#16708)
b
babylonjs
published 8.10.1 •

Changelog

Source

8.10.1

Core

  • ThinTexture now respects wrapU/V/R previously applied to the InternalTexture it wraps - by AmoebaChant (#16713)
  • Frame Graph: Add support for autoCalcDepthBounds when frameGraph is defined at scene level - [Bug Fix] by Popov72 (#16710)
  • Viewer: Switch from ShadowOnlyMaterial to BackgroundMaterial - by ryantrem (#16707)
  • glTF interactivity extension updates - by bghgary (#16706)
  • Add AudioEngineV2 sound clone method - [New Feature] by docEdub (#16704)
  • Add IReadonlyObservable (interface for receiver side of Observable) - by ryantrem (#16702)
  • Optimization for NME: teleports will do nothing if the input node is … - [New Feature] by deltakosh (#16700)
  • RH camera fixes - [Bug Fix] by bghgary (#16691)
  • Fix incorrect rotation in billboard mode RH - [Bug Fix] by deltakosh (#16694)
  • NME: Consolidate SFE mode logic into SmartFilterTextureBlock - by alexchuber (#16695)
  • Fix compile error for WebGPU and animated meshes - by MiiBond (#16687)
  • Add functions to clear IBL shadow casters - by MiiBond (#16686)

Inspector

  • Fix inspector bugs where animation target name gets cut off and clicking on it does not link to target - [Bug Fix] by georginahalpern (#16705)

Loaders

Node Editor

  • NME: Consolidate SFE mode logic into SmartFilterTextureBlock - by alexchuber (#16695)

Viewer

  • Viewer: Add missing element event for shadows config - [Bug Fix] by ryantrem (#16712)
  • Viewer Configurator: Add shadows to Viewer Configurator - [New Feature] by ryantrem (#16711)
  • Viewer: Switch from ShadowOnlyMaterial to BackgroundMaterial - by ryantrem (#16707)
  • Viewer IBL shadow fixes - by MiiBond (#16696)
  • Fix compile error for WebGPU and animated meshes - by MiiBond (#16687)
b
babylonjs
published 8.10.0 •

Changelog

Source

8.10.0

Core

GUI

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.