Skip to content

Commit 6818bb3

Browse files
committed
Upgrade threejs renderer to r126
1 parent 886539f commit 6818bb3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Display/WebGl/threejs_renderer.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from OCC.Extend.TopologyUtils import is_edge, is_wire, discretize_edge, discretize_wire
2929
from OCC.Display.WebGl.simple_server import start_server
3030

31-
THREEJS_RELEASE = "r113"
31+
THREEJS_RELEASE = "r126"
3232

3333
def spinning_cursor():
3434
while True:
@@ -89,7 +89,7 @@ def export_edgedata_to_json(edge_hash, point_set):
8989
position: absolute;
9090
left: 1%;
9191
bottom: 2%;
92-
height: 38px;
92+
height: 19px;
9393
width: 280px;
9494
border-radius: 5px;
9595
border: 2px solid #f7941e;
@@ -131,8 +131,6 @@ def export_edgedata_to_json(edge_hash, point_set):
131131
<div id="container"></div>
132132
<div id="pythonocc_rocks">
133133
pythonocc-@VERSION@ <a href="https://github.com/mrdoob/three.js" target="_blank">three.js %s</a> renderer
134-
<br>Check our blog at
135-
<a href=http://www.pythonocc.org>http://www.pythonocc.org</a>
136134
</div>
137135
<div id="commands">
138136
<b>t</b> view/hide shape<br>

0 commit comments

Comments
 (0)