Home | Changes | Index | Search | Go
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.6.0-dp" class="java.beans.XMLDecoder">
<object class="org.jdesktop.lg3d.wonderland.darkstar.server.setup.BasicCellGLOSetup">
<void property="cellGLOClassName">
<!--<string>org.jdesktop.lg3d.wonderland.darkstar.server.cell.AnimatedCellGLO</string>-->
<string>com.sun.labs.mpk20.phone.server.cell.PhoneCellGLO</string>
</void>
<void property="cellSetup">
<!--<object class="org.jdesktop.lg3d.wonderland.darkstar.common.setup.AnimatedCellSetup">-->
<object class="com.sun.labs.mpk20.phone.common.PhoneCellSetup">
<void property="geometryFileName">
<string>models/conference_phone.j3s.gz</string>
</void>
<void property="demoMode">
<boolean>true</boolean>
</void>
<void property="password">
<string>1234</string>
</void>
<void property="phoneNumber">
<string>1</string>
</void>
<void property="phoneLocation">
<string>tts:It is located on the demo floor</string>
</void>
<void property="zeroVolumeRadius">
<double>.2</double>
</void>
<void property="fullVolumeRadius">
<double>.1</double>
</void>
</object>
</void>
<void property="origin">
<void index="0">
<double>4.0</double>
</void>
<void index="1">
<double>0.7</double>
</void>
<void index="2">
<double>0.0</double>
</void>
</void>
</object>
</java>
|