使用opengl生成随机彩色方块
如何在 open-gl 中生成随机彩色方块?程序的输出应该类似于图片
how would you generate random coloured square in open-gl? the output of the programme should look something like the pic
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
rand()
或者可能是 Twister:如果您正在寻找加密级伪随机数,则模数非常糟糕,但对于此应用程序来说,它应该可以正常工作。
rand()
or maybe the Twister:Modulus is pretty bad if you're looking for crypto-grade pseudo-random numbers but for this application it should work fine.