Skip to content

Commit b4484d4

Browse files
authored
Merge pull request #291 from LinkunGao/feat/v2.0.4
Feat/v2.0.4
2 parents 452a66d + ab50742 commit b4484d4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "copper3d",
33
"description": "A 3d visualisation package base on threejs provides multiple scenes and Nrrd image load funtion.",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"main": "dist/bundle.umd.js",
66
"moudle": "dist/bundle.esm.js",
77
"types": "dist/types/index.d.ts",

src/Renderer/baseRenderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class baseRenderer {
4141
this.setClearColor();
4242
}
4343

44-
this.renderer.useLegacyLights = true;
44+
// this.renderer.useLegacyLights = true;
4545
this.renderer.outputColorSpace = THREE.SRGBColorSpace;
4646
this.gui = null;
4747
this.stats = new Stats();

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ import { IPaintImage } from "./Utils/segmentation/coreTools/coreType";
4444

4545
import "./css/style.css";
4646

47-
export const REVISION = "v2.0.3";
47+
export const REVISION = "v2.0.4";
4848

4949
console.log(
50-
"%cCopper3D Visualisation %cBeta:v2.0.3",
50+
"%cCopper3D Visualisation %cBeta:v2.0.4",
5151
"padding: 3px;color:white; background:#023047",
5252
"padding: 3px;color:white; background:#f50a25"
5353
);

0 commit comments

Comments
 (0)