summaryrefslogtreecommitdiffstats
path: root/apps/samples/vrml/viewer.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/samples/vrml/viewer.html')
-rw-r--r--apps/samples/vrml/viewer.html21
1 files changed, 18 insertions, 3 deletions
diff --git a/apps/samples/vrml/viewer.html b/apps/samples/vrml/viewer.html
index 9838c33..6e139e7 100644
--- a/apps/samples/vrml/viewer.html
+++ b/apps/samples/vrml/viewer.html
@@ -22,7 +22,22 @@
height:200px;
padding:7px;
}
- </style>
+ .tundra .dijitTooltipContainer {
+ background-color:rgba(200,200,200,0.5);
+ background:rgba(200,200,200,0.5);
+ }
+/* .removeThumb {
+ background-image: url(img/close.png);
+ background-repeat: no-repeat;
+ background-size: 100%;
+ text-align: center;
+ border: 0px;
+ width: 20px;
+ height: 20px;
+ vertical-align: top;
+ margin: -3px 0px 0px -8px;
+ }
+*/ </style>
<script type="text/javascript">
// dojoConfig = {
@@ -51,8 +66,8 @@
"height" : 400,
"autorotate" : false
},
- "serverURL": "http://smartvortex.tbm.tudelft.nl:8090/vrml",
- "imageURL": "http://smartvortex.tbm.tudelft.nl:8090/vrml/hook/HARD_MP_VAL_005.png"
+// "serverURL": "http://smartvortex.tbm.tudelft.nl:8090/vrml",
+// "imageURL": "http://smartvortex.tbm.tudelft.nl:8090/vrml/hook/HARD_MP_VAL_005.png"
});
var viewer2 = new VRMLViewer("scene2");
// var annotations = new Annotations("annotations1", { 'viewer': viewer });