I set [font=courier new]videoSpeed[/font] attribute to [font=courier new]#IMPLIED[/font] because the default speed is 2.4 km/h, i.e. 2/3 or the long 0.66666666666666... value.
But maybe I could simplify as 0.667...
By adding the system property
Code: Select all
<property name='com.eteks.sweethome3d.j3d.ignoreDrawingMode' value='false'/>
[...]
By System property, I meant the java option:
Code: Select all
-Dcom.eteks.sweethome3d.j3d.ignoreDrawingMode=false
or a call to [font=courier new]System.setProperty[/font]
(if you want to try with the Beta version, you'll have to build the JAR executable version).