开发者

How to draw Sphere with OPENGL library?

开发者 https://www.devze.com 2023-02-18 10:00 出处:网络
Can somebody give full source code of draw开发者_如何学JAVAing a sphere with OPENGL?gluSphere(quadric,radius,slices,stacks);

Can somebody give full source code of draw开发者_如何学JAVAing a sphere with OPENGL?


gluSphere(quadric,radius,slices,stacks);

Source

You need to have created the quadrics object with gluNewQuadric.

0

精彩评论

暂无评论...
验证码 换一张
取 消