动态画笔 - GLPaint

发布于 2024-11-25 02:19:15 字数 286 浏览 0 评论 0原文

我想知道 GLPaint 中有没有动态画笔的示例代码。 我正在寻找类似于 Photoshop 的东西,例如,画笔图案会随机调整大小和旋转,以便在绘图时具有更真实的纹理。

我在下面添加了一个示例来展示没有动态和有动态的差异。 使用 GLPaint 作为基础创建这样的东西是不是很困难?

http://users.telenet.be/afshar/Untitled-4.jpg

I was wondering it there are any example codes to have dynamic brushes in GLPaint.
I'm searching for something that is similar to photoshop where for example the brush pattern gets resized and rotated randomly to have a more realistic texture when you're drawing.

I've added an example below to show the difference without dynamics and with dynamics.
Is it difficult to create something like this using GLPaint as a base?

http://users.telenet.be/afshar/Untitled-4.jpg

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

难如初 2024-12-02 02:19:15

据我所知,在 GLPaint 中,画笔是通过简单的纹理四边形应用的。所以是的,通过在四边形上应用正确的变换是可能的。

AFAIK in GLPaint the brush is applied by a simple textured quad. So yes it is possible by applying the right transformations on the quad.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文