You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial implementation of the stylus sketching is a simple line strip. Each stroke is represented by a set up points, and then it is rendered by using osg::PrimitiveSet::LINE_STRIP.
Under different style of the stroke it is meant:
varying line width (brush size)
varying brush type (e.g., pencil, charcoal, brush, etc.)
varying color and transparency
The text was updated successfully, but these errors were encountered:
The initial implementation of the stylus sketching is a simple line strip. Each stroke is represented by a set up points, and then it is rendered by using
osg::PrimitiveSet::LINE_STRIP
.Under different style of the stroke it is meant:
The text was updated successfully, but these errors were encountered: