Western Europa
Joined: Mar 29, 2014
Post Count: 2614
Status:
Offline
Re: Sweet Home 3D 6.0
@Manu : I predict that this nextly 6.0 will be great ! .
----------------------------------------
Evil progresses when good people do nothing! --- SH3D 7.1 and nothing else - W11 64b in 4K
Joined: Feb 5, 2013
Post Count: 154
Status:
Offline
Re: Sweet Home 3D 6.0
YGYL, the fact that a polyline is displayed in the 3D view is actually stored in an elevation attribute which value can't be set in the user interface at this moment (but you can try it in the Home.xml entry), because I can't think of an application of a polyline with an elevation > 0 which would float in the air. Give me some real examples and I'll study them.
The significance of 'Polyline vertical in 3D view' is that communication is more convenient when showing to multiple people.
LED roll word screen,Sometimes it will include multiple lines of text.
However, multiple lines of text are overlapped and cannot be changed Angle or height at the same time.
France
Joined: Nov 7, 2005
Post Count: 9423
Status:
Offline
Re: Sweet Home 3D 6.0
YGYL, please preview your posts, you'll see that images don't appear in them because you use links to the page that views an image and not the link to the image that the page contains. Your first use case is interesting but handling such a polyline in 2D will be too complicated.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
Joined: Feb 5, 2013
Post Count: 154
Status:
Offline
Re: Sweet Home 3D 6.0
YGYL, please preview your posts, you'll see that images don't appear in them because you use links to the page that views an image and not the link to the image that the page contains. Your first use case is interesting but handling such a polyline in 2D will be too complicated.
The significance of 'Polyline vertical in 3D view' is that communication is more convenient when showing to multiple people.
LED roll word screen,Sometimes it will include multiple lines of text.
However, multiple lines of text are overlapped and cannot be changed Angle or height at the same time.
With multiple different heights, it is difficult to choose the one you want to change. Overlapping objects can be changed to click on the mouse to change to the lower layer.
Joined: May 28, 2015
Post Count: 607
Status:
Offline
Re: Sweet Home 3D 6.0
@Puybaret
These features are probably the last ones with user interface items that will appear in the coming version 6.0, so I can start to ask our great contributors to translate the new texts before considering a final release.
As in the Beta9 there is no item to modify the new VIDEO_SPEED property , I suppose it will only be accessible by a plug-in or a derived version of SH3D?
----------------------------------------
EnkoNyito
France
Joined: Nov 7, 2005
Post Count: 9423
Status:
Offline
Re: Sweet Home 3D 6.0
It’s good to know that some of you follow code changes too You’re right, I added a videoSpeed attribute (in m/s) to home environment this weekend and made it available in Beta 10 tonight. I also completed outline 3D drawing with a new System property com.eteks.sweethome3d.j3d.ignoreDrawingMode that can be set to false if you want Sweet Home 3D to take into accout the drawingMode attribute. As I didn’t request help for translations yet, maybe I could add some Speed and Frame rate fields below Video format in Video pane, without making it too crowded. Or wait for a future version, in particular because more development might be required to manage the localization of the speed unit for our American friends... anyway, feel free to use it in your plugin and for other users, to set the speed in the Home.xml entry.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
Joined: May 28, 2015
Post Count: 607
Status:
Offline
Re: Sweet Home 3D 6.0
It is better to be aware of source code changes to files used by a plug-in to ensure compatibility with future versions of Sweet Home 3D.
This may be due to the #IMPLIED value but the videoSpeed attribute is not visible in the Home.xml file when saving as an old file or creating a new video path with the Beta10. By adding the videoSpeed attribute in the Home.xml file with a different value from the default one, the speed of movement is slower or faster and therefore the number of images bigger or smaller which increases or decreases the duration of the rendering for a frame rate of 25.
there is no change in 3D drawing mode , probably due to unauthorized access in Java Web Start.
----------------------------------------
EnkoNyito
----------------------------------------
[Edit 1 times,
last edit by enkonyito at Sep 18, 2018, 7:13:35 PM]
France
Joined: Nov 7, 2005
Post Count: 9423
Status:
Offline
Re: Sweet Home 3D 6.0
I set videoSpeed attribute to #IMPLIED 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...
or a call to System.setProperty (if you want to try with the Beta version, you'll have to build the JAR executable version).
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
Joined: May 28, 2015
Post Count: 607
Status:
Offline
Re: Sweet Home 3D 6.0
if you want to try with the Beta version, you'll have to build the JAR executable version
I usually use a version of the available source code to build an executable JAR version from the build.xml. In the README.TXT , it is indicated that we can also download the source code with an SVN command but how to do?
----------------------------------------
EnkoNyito
Caution!! I generally make some tests before committing changes, but during development, source code may still contain some major bug fixes.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator