Skip to content

Commit 009d0c9

Browse files
committed
Upgrade three.js r180 -> 183
1 parent 607fc28 commit 009d0c9

7 files changed

Lines changed: 5122 additions & 2695 deletions

File tree

changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
1. Remove support for deprectaed `TH1K` class
2525
1. Introduce `settings.ServerTimeout` global timeout for THttpServer operations
2626
1. Let set custom color palette with `setColorPalette` function
27+
1. Upgrade three.js r180 -> r183
2728
1. Fix - paint frame border mode/size from TCanvas
2829
1. Fix - add TLeafG support to TTree #397
2930
1. Fix - interactivity for TH3 palette drawing #398

libs/three.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

libs/three/Three_jsroot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export { Raycaster } from './core/Raycaster.js';
103103
export { Layers } from './core/Layers.js';
104104
export { EventDispatcher } from './core/EventDispatcher.js';
105105
export { Clock } from './core/Clock.js';
106+
export { Timer } from './core/Timer.js';
106107
// export { QuaternionLinearInterpolant } from './math/interpolants/QuaternionLinearInterpolant.js';
107108
export { LinearInterpolant } from './math/interpolants/LinearInterpolant.js';
108109
export { DiscreteInterpolant } from './math/interpolants/DiscreteInterpolant.js';

libs/three/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "three_jsroot",
3-
"version": "0.180.0",
3+
"version": "0.183.0",
44
"type": "module",
55
"description": "JavaScript 3D library",
66
"main": "Three_jsroot.js",

libs/three_addons.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)