Search found 5 matches

by wharjack
Wed Aug 25, 2021 4:26 pm
Forum: Developers
Topic: 3D View with Outline or Stroke just like SketchUp
Replies: 6
Views: 6279

Re: 3D View with Outline or Stroke just like SketchUp

Hello I managed to do what he instructed in the end of thread#1472. Thank you very much to all of you for replying. Although it didn't do what I want to accomplish but I'm still thankful. This is a good reference for me. Thanks =)

drawingMode='OUTLINE' changed to drawingMode='FILL_AND_OUTLINE' in ...
by wharjack
Wed Aug 25, 2021 4:22 pm
Forum: Developers
Topic: 3D View with Outline or Stroke just like SketchUp
Replies: 6
Views: 6279

Re: 3D View with Outline or Stroke just like SketchUp

Hello I got it now and It's working using his method but it's only


this.drawingMode = DrawingMode.OUTLINE;

is there a way where I can use
this.drawingMode = DrawingMode.FILL_AND_OUTLINE; ?

here's the command line that's working for DrawingMode.OUTLINE
java -Dcom.eteks.sweethome3d.j3d ...
by wharjack
Wed Aug 25, 2021 9:31 am
Forum: Developers
Topic: 3D View with Outline or Stroke just like SketchUp
Replies: 6
Views: 6279

Re: 3D View with Outline or Stroke just like SketchUp

Hello, I'm sorry for the late reply because I can't find this post. I found it in my profile. Anyway I wanted like this just like the Thread sir hansmex has given me.

http://www.sweethome3d.com/images/forum/SweetHome3DExample3FillAndOutline.png

But the problem is it can't be added in a plugin and ...
by wharjack
Wed Aug 25, 2021 9:12 am
Forum: Wishlist
Topic: 3D View Settings with Performance - Balance - Quality
Replies: 0
Views: 5670

3D View Settings with Performance - Balance - Quality

Hello, I want to request a feature where the 3D View will get Pixelated but fast in moving when choosing performance. I can do that when using windows but I'm using linux now and the NVIDIA Control Panel doesnt work.

Here's the control panel in NVIDA where I can choose performance and the 3D View ...
by wharjack
Mon Aug 09, 2021 6:29 am
Forum: Developers
Topic: 3D View with Outline or Stroke just like SketchUp
Replies: 6
Views: 6279

3D View with Outline or Stroke just like SketchUp

Hello, I'm going to try to create a plugin. I want to have an option for 3D view to have a Stroke or Outline just like sketch up. Any ideas on this? I have a background on Programming. I just need some tips and I'll handle the rest =D thank you very much