Jump to content
3DCoat Forums

An Option to improve self-overlapped strokes


akira
 Share

Recommended Posts

  • Advanced Member

It's a known issue that when a stroke is self-overlapped, there will be a "valley" effect at the intersection area.

post-751-1237020800_thumb.jpg

But now I have a new idea to improve it.

Let me explain the valley effect more clearly with the extrude tool of voxel mode:

post-751-1237020813_thumb.jpg

You can analogize the height of the stroke in this picture to the color alpha of the stroke in the first picture.

I can 90% be sure that the current alpha operation of the intersection area might be:

pseudo code:

if overlapped do (
colorAlpha = max(previousAlpha, currentAlpha)
)

What I ask for is to add an option to have another alpha operation method

pseudo code:

if overlapped do (
colorAlpha = min(1.0, previousAlpha + currentAlpha)
)

With above operation it will be much easier to fill an area with one single stroke.

It's a little difficult to do so with current alpha operation method:

post-751-1237020828_thumb.jpg

regards,

akira.

Link to comment
Share on other sites

  • Advanced Member
Yes, really first pseudo-code is used for standerd pen. But second is also used - for airbrush pen. So adding slightly advanced spacing can solve the issue. I have already made in VS, maybe I will do it in DP also.

Thank you Andrew, really hope to see this on standard pens, the shape of the airbrush pen is a little blobby to me.

About the airbrush, after tested it in DP mode, I found out that it works only on layer 0,

if you paint on any blank area in other layers, it's not working.

regards,

akira.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...