Commit 911453a7 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

marker transparency from 0.0 to 0.3

parent 46163d47
......@@ -532,7 +532,7 @@ X3DOMObject.prototype.createMarker = function(x,y,z,id){
' <transform translation="'+x+' '+y+' '+z+'" rotation="0 0 0 0">',
' <shape class="shapemarker">',
' <appearance>',
' <material diffuseColor="'+color+'" transparency="0.0" myColor="'+color+'"></material>',
' <material diffuseColor="'+color+'" transparency="0.3" myColor="'+color+'"></material>',
' </appearance>',
' <Sphere DEF="sphere" radius="'+size+'" />',
' </shape>',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment