Skip to content

Commit 3ca7c7b

Browse files
committed
Pull request #693: Switched the transformation description in share links from trackball parameters to camera parameters used in BCF files. Fixed a bug in using node.js script.
Merge in STRUC/icn3d from release3.45.0 to master * commit 'f1e51c972519dab1ed910ed0f3bc6197a026afa1': Switched the transformation description in share links from trackball parameters to camera parameters used in BCF files. Fixed a bug in using node.js script.
2 parents 8b21ec5 + f1e51c9 commit 3ca7c7b

30 files changed

+1267
-780
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Change Log
2+
[icn3d-3.45.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.45.0.zip) was release on July 10, 2025. Switched the transformation description in share links from trackball parameters to camera parameters used in BCF files. Fixed a bug in using node.js script.
3+
24
[icn3d-3.44.2](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.44.2.zip) was release on June 30, 2025. Enabled to drag and drop to open mmCIF, PDB, PNG, and BCF files.
35

46
[icn3d-3.44.1](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.44.1.zip) was release on June 26, 2025. Output BCF viewpoint file via the menu "File > Save File > BCF Viewpoint".

build/icn3d.js

Lines changed: 247 additions & 151 deletions
Large diffs are not rendered by default.

build/icn3d.min.js

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

build/icn3d.module.js

Lines changed: 247 additions & 151 deletions
Large diffs are not rendered by default.

dist/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Change Log
2+
[icn3d-3.45.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.45.0.zip) was release on July 10, 2025. Switched the transformation description in share links from trackball parameters to camera parameters used in BCF files. Fixed a bug in using node.js script.
3+
24
[icn3d-3.44.2](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.44.2.zip) was release on June 30, 2025. Enabled to drag and drop to open mmCIF, PDB, PNG, and BCF files.
35

46
[icn3d-3.44.1](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.44.1.zip) was release on June 26, 2025. Output BCF viewpoint file via the menu "File > Save File > BCF Viewpoint".

dist/full.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<div id="div0"></div>
3333

3434
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
35-
<link rel="stylesheet" href="icn3d_3.44.2.css">
35+
<link rel="stylesheet" href="icn3d_3.45.0.css">
3636
<script src="lib/jquery-3.5.0.min.js"></script>
3737
<script src="lib/jquery-ui-1.13.2.min.js"></script>
3838
<!---script src="lib/three_0.151.0.min.js"></script-->
39-
<script src="icn3d_3.44.2.min.js"></script>
39+
<script src="icn3d_3.45.0.min.js"></script>
4040

4141
<script type="text/javascript">
4242

@@ -54,7 +54,7 @@
5454
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
5555
}
5656
else {
57-
//$.getScript('icn3d_3.44.2.min.js', function() {
57+
//$.getScript('icn3d_3.45.0.min.js', function() {
5858
var version = 3;
5959
await launchIcn3d(version); //await
6060
//});

dist/full2.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
<div id="div1" style="float:left;"></div>
3434

3535
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
36-
<link rel="stylesheet" href="icn3d_3.44.2.css">
36+
<link rel="stylesheet" href="icn3d_3.45.0.css">
3737
<script src="lib/jquery-3.5.0.min.js"></script>
3838
<script src="lib/jquery-ui-1.13.2.min.js"></script>
3939
<!---script src="lib/three_0.151.0.min.js"></script-->
40-
<script src="icn3d_3.44.2.min.js"></script>
40+
<script src="icn3d_3.45.0.min.js"></script>
4141

4242
<script type="text/javascript">
4343
$( document ).ready(async function() {
@@ -54,7 +54,7 @@
5454
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
5555
}
5656
else {
57-
//$.getScript('icn3d_3.44.2.min.js', function() {
57+
//$.getScript('icn3d_3.45.0.min.js', function() {
5858
var version = 3;
5959
await launchIcn3d(version);
6060
//});
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
<div id="div1" style="float:left;"></div>
3434

3535
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
36-
<link rel="stylesheet" href="icn3d_3.44.2.css">
36+
<link rel="stylesheet" href="icn3d_3.45.0.css">
3737
<script src="lib/jquery-3.5.0.min.js"></script>
3838
<script src="lib/jquery-ui-1.13.2.min.js"></script>
3939
<!---script src="lib/three_0.151.0.min.js"></script-->
40-
<script src="icn3d_3.44.2.min.js"></script>
40+
<script src="icn3d_3.45.0.min.js"></script>
4141

4242
<script type="text/javascript">
4343
$( document ).ready(async function() {
@@ -54,7 +54,7 @@
5454
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
5555
}
5656
else {
57-
//$.getScript('icn3d_3.44.2.min.js', function() {
57+
//$.getScript('icn3d_3.45.0.min.js', function() {
5858
var version = 3;
5959
await launchIcn3d(version);
6060
//});
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<div id="div0"></div>
3333

3434
<link rel="stylesheet" href="lib/jquery-ui-1.13.2.min.css">
35-
<link rel="stylesheet" href="icn3d_3.44.2.css">
35+
<link rel="stylesheet" href="icn3d_3.45.0.css">
3636
<script src="lib/jquery-3.5.0.min.js"></script>
3737
<script src="lib/jquery-ui-1.13.2.min.js"></script>
3838
<!---script src="lib/three_0.151.0.min.js"></script-->
39-
<script src="icn3d_3.44.2.min.js"></script>
39+
<script src="icn3d_3.45.0.min.js"></script>
4040

4141
<script type="text/javascript">
4242

@@ -54,7 +54,7 @@
5454
alert("IE does NOT work with the current iCn3D version 3. The old iCn3D version 2 is used instead.");
5555
}
5656
else {
57-
//$.getScript('icn3d_3.44.2.min.js', function() {
57+
//$.getScript('icn3d_3.45.0.min.js', function() {
5858
var version = 3;
5959
await launchIcn3d(version); //await
6060
//});

0 commit comments

Comments
 (0)