Index  | Recent Threads  | List Attachments  | Search
 Welcome Guest  |  Register  |  Login
Login Name  Password
 

Sweet Home 3D Forum



No member browsing this thread
Thread Status: Active
Total posts in this thread: 109
Posts: 109   Pages: 11   [ Previous Page | 2 3 4 5 6 7 8 9 10 11 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 231543 times and has 108 replies Next Thread
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9426
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3d View suddenly impossibly slow

Try an older version like 4.6 which used another version of Java and Java 3D. If you see no difference, it's probably not an issue in Sweet Home 3D.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Jul 30, 2019, 1:24:02 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
coldcomfort
Member




Joined: Nov 1, 2011
Post Count: 47
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3d View suddenly impossibly slow

I tried it. Works a little better, but still much slower than i remember. All the more complex elements were blacked out though, on account of missing functionality between the versions i suppose. The newer version is just bearable with all that "fluff "made invisible. It seems there's a very fine margin between somewhat slow and impossible slow, at my end. I tried some for the solutions mentioned through the topic, but so far no luck. Perhaps it's a sign i need a newer PC, but seeing other people suffering the same is intriguing.
[Jul 30, 2019, 2:04:17 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
xyzzy
Newbie



USA
Joined: Oct 5, 2019
Post Count: 2
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3d View suddenly impossibly slow

I had this issue in Windows 10 64 bit and two things seemed to improve it. I switched to the app store version of the program and performance improved slightly. I increased my computer memory (DRAM) from 8gb to 32gb and that vastly improved things. I noticed the issue was more pronounced with textures (specifically floor, and likely ceiling and wall although my file doesn't have those). Disabling textures improved performance. I think increasing DRAM must have helped load the textures.
[Oct 6, 2019, 4:34:00 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
DonnaNCarolina
Newbie



USA
Joined: Oct 12, 2019
Post Count: 1
Status: Offline
Reply to this Post  Reply with Quote 
applause Re: 3d View suddenly impossibly slow

YAY!!! This finally fixed it ... from the developer in post on Aug 6, 2017 4:09:07 PM ... run in cmd line:

"C:\Program Files (x86)\Java\jre1.8.0_221\bin\javaws.exe" -J-d64 http://www.sweethome3d.com/SweetHome3D.jnlp

Thank you, thank you, thank you!!!!
[Oct 12, 2019, 8:30:29 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
vij974
Newbie



France
Joined: Oct 19, 2019
Post Count: 2
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3d View suddenly impossibly slow

Hello,

The issue has been fixed on my side by installing the plugins "AdvancedSettings_PhotoRendering-1.3.1.sh3p" and "PhotoVideoRendering-1.8.zip". You can find them here: "http://www.sweethome3d.com/plugins.jsp".

Good luck :)
[Oct 19, 2019, 9:16:41 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9426
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3d View suddenly impossibly slow

Vij974, I’m happy you like this plugin but it doesn’t act on the 3D view, just on the rendering process. Could there have been an update in your system that speeds up Sweet Home 3D?
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
[Oct 19, 2019, 9:38:30 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
vij974
Newbie



France
Joined: Oct 19, 2019
Post Count: 2
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3d View suddenly impossibly slow

Emmanuel, I did not made any update on my computer. In fact the 2D object rendering and also the 3D rendering where very slow since a while.
I discovered then the plugins so I wanted to test them (not to resolve the issue but just to test the plugin), so without any other change but after installing them the rendering gone well by miracle. I don't know what really happened but that's what I experienced and that's why I put this comment.
I understand that there is maybe no link between the plugin and the 3D view but that what resolved the issue on my side.
Good luck to everyone.
[Oct 20, 2019, 6:48:14 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
ntimmy
Newbie



Россия
Joined: Oct 20, 2019
Post Count: 1
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3d View suddenly impossibly slow

Hi there! I have a some trubles with sweethome3d.
if sweethome3d.sh is looked like this? I have a super slow 2d screen.
All menus is working perfectI cat to see all itema and command.

#!/bin/sh
#
#
BASEPATH=/usr/share/sweethome3d
JAVA_ARGS="-Djava.library.path=/usr/lib/jni \
-Dcom.eteks.sweethome3d.applicationFolders=$HOME/.eteks/sweethome3d:/usr/share/sweethome3d \
-Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false \
-Dsun.java2d.opengl=false"

. /usr/lib/java-wrappers/java-wrappers.sh

find_java_runtime java7

find_jars j3dcore j3dutils vecmath batik
find_jars sunflow itext janino freehep-util freehep-io freehep-xml
find_jars freehep-graphics2d freehep-graphicsio freehep-graphicsio-svg
find_jars /usr/share/sweethome3d/sweethome3d.jar
find_jars /usr/share/icedtea-web/netx.jar

cd $BASEPATH
run_java com.eteks.sweethome3d.SweetHome3D -open "$@"

If I have used this version sweethome3d.sh I have not to see menu items, clear screen.
#!/bin/sh
#
#
BASEPATH=/usr/share/sweethome3d
JAVA_ARGS="-Djava.library.path=/usr/lib/jni \
-Dcom.eteks.sweethome3d.applicationFolders=$HOME/.eteks/sweethome3d:/usr/share/sweethome3d \
-Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false \
-Dsun.java2d.opengl=true"

. /usr/lib/java-wrappers/java-wrappers.sh

find_java_runtime java7

find_jars j3dcore j3dutils vecmath batik
find_jars sunflow itext janino freehep-util freehep-io freehep-xml
find_jars freehep-graphics2d freehep-graphicsio freehep-graphicsio-svg
find_jars /usr/share/sweethome3d/sweethome3d.jar
find_jars /usr/share/icedtea-web/netx.jar

cd $BASEPATH
run_java com.eteks.sweethome3d.SweetHome3D -open "$@"
[Oct 20, 2019, 8:02:50 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
CasualDesigner
Newbie



US
Joined: Jul 15, 2018
Post Count: 7
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3d View suddenly impossibly slow

This is now happening to me. I've been away from the program for a while, so I updated when prompted. Now it's so very slow. Same laptop, same specs as before. Use the Java Web Start fixes it, but then I can't use the 'copy as new furniture' plug-in.

Was it ever figured out how to fix this without the Java? I tried the cmd line mentioned and it didn't change anything.
[Jan 1, 2020, 8:48:50 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
CasualDesigner
Newbie



US
Joined: Jul 15, 2018
Post Count: 7
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3d View suddenly impossibly slow

ETA: I'm a doofus, i was installing the wrong version. I forgot that this laptop is 64 bit for some odd reason. Seems to be working fine now.
[Jan 2, 2020, 12:04:54 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Posts: 109   Pages: 11   [ Previous Page | 2 3 4 5 6 7 8 9 10 11 | Next Page ]
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread

  Get Sweet Home 3D at SourceForge.net. Fast, secure and Free Open Source software downloads  
© Copyright 2024 Space Mushrooms - All rights reserved