ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

Qt6 QML Book/图形效果/小结

2022-01-29 16:02:48  阅读:222  来源: 互联网

标签:Qt6 used 粒子 Book QML interface 着色器 effects


Summary

小结

When creating new user interfaces effects can make a difference between a dull interface and a sparkling interface. In this chapter we've looked at particle effects and shaders.

当创建新的用户界面时,效果可以在枯燥的界面和闪亮的界面之间产生区别。在本章中,我们介绍了粒子效果和着色器。

Particles provide a powerful and fun way to express graphical phenomena like smoke. firework, random visual elements. The particles look are playful and have a great potential when used wisely to create some eye catcher in any user interface. Using too many particle effects inside a user interface will definitely lead to the impression towards a game. Creating games is also the real strength of the particles.

粒子提供了一种强大而有趣的方式来表达烟雾等图形现象。烟花,随机的视觉元素。这些粒子看起来很好玩,如果能在任何用户界面上巧妙地使用,它们都有很大的潜力。在用户界面中使用过多的粒子效果肯定会给游戏留下印象。创造游戏也是粒子的真正优势。

Shaders can be used to take the QML scene to the next level. Using vertex shaders it is possible to change the shape of elements, while fragment shaders are used to alter the texture of an element, e.g. changing the colour, or transforming the surface to produce effects such as waves.

着色器可用于将QML场景提升到下一级别。使用顶点着色器可以更改元素的形状,而片段着色器用于更改元素的纹理,例如更改颜色或变换曲面以产生波浪等效果。

In this chapter we've scratched the surface of these two topics. For the interested reader, there are many more possibities to explore.

在本章中,我们已经触及了这两个主题的表面。对于感兴趣的读者来说,还有更多的可能性可以探索。

标签:Qt6,used,粒子,Book,QML,interface,着色器,effects
来源: https://blog.csdn.net/aggs1990/article/details/122744342

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有