Commit Graph

  • b6d40aebc2 Added llms.txt, llms-full.txt and llms/build.js script. (#32673) mrdoob 2026-02-08 23:47:57 -08:00
  • cc218effc4 GLTFExporter/GLTFLoader: Add Object3D.pivot support. (#32774) mrdoob 2026-02-08 21:56:33 -08:00
  • 0ac50924a1 SSRNode: Add distance-aware blur for roughness. (#32834) mrdoob 2026-02-08 21:54:44 -08:00
  • 3ebd629b96 Editor: Add Animation panel. (#32869) mrdoob 2026-02-08 21:53:43 -08:00
  • 8ff53efc4a Update devDependencies (non-major) (#32978) renovate[bot] 2026-02-09 01:26:19 +00:00
  • cccb4dbb6b Examples: Scroll sidebar to selected example (#32980) sunag 2026-02-08 20:44:02 -03:00
  • 3474fc0472 Examples: Update webgpu_parallax_uv, and webgpu_cubemap_adjustments examples using .hdr file (#32976) sunag 2026-02-08 19:20:40 -03:00
  • 30839d2161 Update actions/checkout digest to de0fac2 (#32974) renovate[bot] 2026-02-08 23:08:35 +01:00
  • 4d8b7f3592 Update github/codeql-action digest to 45cbd0c (#32975) renovate[bot] 2026-02-08 23:08:25 +01:00
  • b5d54cfb30 WebGPURenderer: Improve compatibilityMode support for MRT (#32973) sunag 2026-02-08 18:08:57 -03:00
  • 55358d6073 TSL: Fix instancedArray() bufferCount property (#32977) sunag 2026-02-08 18:08:37 -03:00
  • 8d547cdb02 Utils: Fix loading of sites without .html extension. (#32970) Michael Herzog 2026-02-08 10:53:01 +01:00
  • 585b578fb7 USDLoader: Apply UsdUVTexture scale to material colors Mr.doob 2026-02-07 07:47:53 +09:00
  • 34c4e010fd Updated builds. Mr.doob 2026-02-06 05:45:39 +09:00
  • 0ad0c008bd LineMaterial: Set needsupdate when changing worldUnits property (#32952) Brandon 2026-02-05 06:28:04 -08:00
  • 65697e0be0 Editor: Cleanup (#32965) 林炳权 2026-02-05 22:17:03 +08:00
  • 59335f4ab3 TSL: Cache camera* uniform nodes (#32938) sunag 2026-02-04 19:28:50 -03:00
  • de77d57739 Examples: Add Volumetric Lighting using TRAA (#32953) sunag 2026-02-04 15:27:55 -03:00
  • 4f40b0ab14 TextureNode: Use compareNode for Android if compareStepNode is not compatible (#32956) sunag 2026-02-04 15:19:38 -03:00
  • 08ee34e0c9 TSL: Improve retroPass and example (#32954) sunag 2026-02-04 14:44:17 -03:00
  • 4f28c50058 WebGPURenderer: Fix wireframe rendering for BatchedMesh. (#32955) Michael Herzog 2026-02-04 17:01:21 +01:00
  • e226c917c1 BatchedMesh: Add support for wireframe materials (#32948) Garrett Johnson 2026-02-05 00:11:04 +09:00
  • 65f616d29e ObjectLoader.loadAsync: wrap JSON.parse in try/catch for consistent error handling (#32947) AI-Glow 2026-02-04 01:53:15 -08:00
  • 04961bea57 WebGPURenderer: Improve checks for uniform buffer limits (#32949) sunag 2026-02-04 02:37:09 -03:00
  • 1f2fea7693 Fix typo in FileLoader JSDoc: hhttps → https (#32946) AI-Glow 2026-02-03 12:53:21 -08:00
  • b1430df4bf Anaglyph: Rename screenDistance to planeDistance. (#32943) Michael Herzog 2026-02-03 20:06:29 +01:00
  • 129c238a66 TSL: Remove ScriptableNodeResources export (#32945) Nathan Bierema 2026-02-03 14:06:12 -05:00
  • c3ea0f9eb1 HalftoneShader: Add diamond shape option. (#32942) Nate Wright 2026-02-03 12:06:32 +00:00
  • ef1a43855d Nodes: Fix PMREM cache. (#32941) Michael Herzog 2026-02-03 12:31:21 +01:00
  • f9e33fa65e AnaglyphEffect: Use frameCorners() for physically-correct stereo (#32929) Johnathon Selstad 2026-02-02 10:27:25 -08:00
  • 70f24f687d NodeMaterialObeserver: Fix detection of replaced attribute/index. (#32933) Michael Herzog 2026-02-02 10:00:04 +01:00
  • ca544b92a9 Revert "NodeMaterialObserver: track renderId per render object instead observer" (#32932) Michael Herzog 2026-02-02 09:42:17 +01:00
  • e439f1f050 Updated builds. sunag 2026-02-02 03:05:45 -03:00
  • 7b2c6839b7 TSL: Add retroPass and example (#32930) sunag 2026-02-02 02:58:20 -03:00
  • 7a98fb1bb2 NodeMaterialObserver: track renderId per render object instead observer (#32927) Aki Rodić 2026-02-02 06:57:31 +01:00
  • 843e32fcc8 Updated builds. sunag 2026-02-01 20:01:19 -03:00
  • 849d3280cc TSL: Add RenderPipeline for TSL Spec (#32928) sunag 2026-02-01 16:28:25 -03:00
  • a5a4b62e0d TSL: Introduce StackTrace (#32914) sunag 2026-02-01 16:25:49 -03:00
  • 76ff395a5a TSL: Remove scriptable node (#32925) sunag 2026-02-01 15:06:14 -03:00
  • d6dbd5dbc2 Update github/codeql-action digest to b20883b (#32923) renovate[bot] 2026-02-01 18:06:02 +01:00
  • b57ed1ee5b Update devDependencies (non-major) (#32924) renovate[bot] 2026-02-01 16:26:12 +00:00
  • d887959ff0 WebGPURenderer: Fix flipY and cache key when generateMipmap (#32922) sunag 2026-02-01 13:03:04 -03:00
  • 8780c30b96 Update Texture3DNode.js Michael Herzog 2026-02-01 14:09:09 +01:00
  • edc270bbbd Documentation: Add missing JSDoc. (#32921) Michael Herzog 2026-02-01 12:14:15 +01:00
  • 5f476ae20d Update PointLightHelper.js Michael Herzog 2026-02-01 11:03:51 +01:00
  • 314a12b55a Refine eslint config: limited exclusion and lint fixes (#32917) ycw 2026-02-01 17:48:05 +08:00
  • 6026174224 Cleanup generateMipmaps (#32915) Greggman 2026-02-01 01:07:08 -08:00
  • 37b96bc46a Updated builds. Mr.doob 2026-02-01 10:45:02 +09:00
  • ccd2e6da8d WebGPU_Display_StereoExample: Add new Anaglyph Techniques (#32905) Johnathon Selstad 2026-01-31 11:00:49 -08:00
  • 686e56ad37 NodeBuilder: Fix shared group detection. (#32913) Michael Herzog 2026-01-31 16:25:21 +01:00
  • f2beb96f5e WebGPURenderer: Make generateMipmap work in compatibility mode (#32906) Greggman 2026-01-31 07:14:17 -08:00
  • 3332b33bea Update package.json Michael Herzog 2026-01-31 16:08:30 +01:00
  • 4c280ff9c2 Update package.json Michael Herzog 2026-01-31 16:06:43 +01:00
  • 6320341999 BindGroup: Remove bindingsReference. (#32910) Michael Herzog 2026-01-31 14:06:24 +01:00
  • 3ea832dc53 Examples: Various fixes for WebGPU compatibility mode. (#32907) Greggman 2026-01-31 03:30:10 -08:00
  • 792ef3a4d6 Docs: Clarify auto update flags. (#32909) Michael Herzog 2026-01-31 11:24:18 +01:00
  • 1251d168d7 WebGPURenderer: Make wireframe update more flexible. (#32908) Michael Herzog 2026-01-31 10:39:33 +01:00
  • 0a17afda92 WebGPU: Turn off antialiasing in compat mode. (#32902) Greggman 2026-01-30 14:56:10 -08:00
  • 24ece23d12 RenderObject: Update bundle reference at correct point. (#32901) Michael Herzog 2026-01-30 23:01:39 +01:00
  • f8464f9569 KTX2Loader. Fix typo in TYPE_MAP. (#32899) Ed Preston 2026-01-30 23:10:54 +11:00
  • 7f71a050c8 Editor: fix app publishing for project using WebGPURenderer (#32897) ycw 2026-01-30 19:48:34 +08:00
  • f6185d16f4 WebGPURenderer: Fix overrideMaterial node assignments. (#32896) Michael Herzog 2026-01-30 11:46:17 +01:00
  • d167b69e3c Update webgpu_postprocessing_godrays.html Michael Herzog 2026-01-29 20:14:15 +01:00
  • 9d40465f25 Fix: WebGL viewport / scissors not working correctly with PostProcessing in WebGPURenderer (#32883) Tobias 2026-01-29 19:32:41 +01:00
  • 167f5f1aa6 Update BilateralBlurNode.js Michael Herzog 2026-01-29 17:55:34 +01:00
  • 27966f1631 WebGPURenderer: Add GodraysNode. (#32888) Michael Herzog 2026-01-29 17:52:24 +01:00
  • 26418f0692 LDrawLoader: De‑magic condition. (#32886) ycw 2026-01-29 23:53:26 +08:00
  • d516ced437 Cleanup: remove jshint remnants (#32885) ycw 2026-01-29 21:22:35 +08:00
  • b43e7641e2 Line3: Fix closest point in distanceSqToLine3(). (#32878) Michael Herzog 2026-01-28 20:37:44 +01:00
  • 819cb9b236 WebGPURenderer: Export CubeRenderTarget and use it in examples. (#32871) Michael Herzog 2026-01-28 20:21:24 +01:00
  • 270dbd96e4 TSL: Avoid side effect of getTextureLevel() in normals. (#32877) Michael Herzog 2026-01-28 20:20:36 +01:00
  • 399951cdd8 UltraHDRLoader: Add support for ISO 21496-1 gainmap metadata (#32862) mrdoob 2026-01-27 20:08:18 -08:00
  • b59b5e7dfe WebGPURenderer: Introduce initRenderTarget(). (#32867) Michael Herzog 2026-01-27 18:59:36 +01:00
  • 526100bdff Docs: Prevent translators from aggressively translating parameter names (#32868) ycw 2026-01-27 23:17:21 +08:00
  • 3ab79b8334 Editor: Deprecate ServiceWorker. Mr.doob 2026-01-27 21:54:57 +09:00
  • 84ea547e53 Editor: Retain viewport color when rendering images/videos. (#32866) Michael Herzog 2026-01-27 13:43:01 +01:00
  • 625541ebbc Editor: Fix canvas reference for video rendering. (#32864) ycw 2026-01-27 18:07:50 +08:00
  • f67c8e4c34 GLSLNodeBuilder: Fix CubeDepthTexture sampler. (#32857) Michael Herzog 2026-01-27 09:52:39 +01:00
  • cd9bc6f7bd LDrawConditionalLineNodeMaterial: fix import (#32861) Garrett Johnson 2026-01-27 17:52:28 +09:00
  • 367d779305 Updated builds. Mr.doob 2026-01-27 15:28:38 +09:00
  • 8b4ee6e869 TSL: Force flat shading for geometries without normals for normal* nodes (#32848) sunag 2026-01-26 22:23:21 -03:00
  • c58d044b00 Editor: Add morph target support. (#32844) Michael Herzog 2026-01-26 09:47:23 +01:00
  • d8af12e0a5 Update devDependencies (non-major) (#32856) renovate[bot] 2026-01-25 17:26:12 +01:00
  • d1fb579416 Update github/codeql-action digest to 19b2f06 (#32855) renovate[bot] 2026-01-25 17:25:52 +01:00
  • 433099fd42 WebGPURenderer: Fall back to default texture when texture creation fails. (#32853) ycw 2026-01-26 00:00:19 +08:00
  • a97401bca9 Editor: Clean up Viewport.Controls Mr.doob 2026-01-25 08:33:44 +09:00
  • f5b2dba19b Updated builds. sunag 2026-01-24 20:20:41 -03:00
  • 3fbedbddb0 TSL: Support switching StorageBufferAttribute when using storage() (#32847) sunag 2026-01-24 20:18:19 -03:00
  • 08e56bb0cd Editor: Fix camera move error (#32843) 林炳权 2026-01-25 06:45:18 +08:00
  • 809a2a2be5 Manual: Update WebGPU guide. (#32846) Michael Herzog 2026-01-24 19:33:45 +01:00
  • 293ed86238 Editor: Improve UI layout Mr.doob 2026-01-24 23:42:01 +09:00
  • 22afab942a ViewHelper: Add location property for positioning Mr.doob 2026-01-24 23:32:18 +09:00
  • 582ff97d1c Editor: Added WebGPURenderer support. (#32842) mrdoob 2026-01-24 04:11:32 -08:00
  • ceda42c71f Editor: Change default tone mapping to Neutral Mr.doob 2026-01-24 20:43:37 +09:00
  • 8fa6498afe TSL: Move SceneNode to TSL functions (#32838) sunag 2026-01-23 17:05:54 -03:00
  • 83b7ea53d3 StorageTextureNode: Add TSL read/write support (#32734) NateSmyth 2026-01-23 11:00:54 -05:00
  • 3ce02ccc40 Inspector: Add "Copy All" button to Console tab. (#32825) sean tai 2026-01-23 15:38:21 +01:00
  • c2b9e23766 ShadowFilterNode: Fix TSL warning in VSMShadowFilter. (#32836) Michael Herzog 2026-01-23 13:44:26 +01:00
  • d51be1a442 JSON v5: Centralize buffers and use UUID-keyed collections json5 Mr.doob 2026-01-23 21:05:28 +09:00
  • 99c4b3b744 Tests: Add JSON4 format test suite. json4-tests Mr.doob 2026-01-23 20:54:58 +09:00