谢尔平斯基镂垫(Sierpinski gasket)

博主通过阅读《Computer Graphics Using OpenGL Second Edition》学习计算机图形学,并在VC++环境下利用OpenGL实现了谢尔平斯基镂垫的绘制,展示了在Visual Studio 2005下编译成功的源代码。
摘要由CSDN通过智能技术生成

 最近通过看《Computer Graphics Using OpenGL Second Edition》来学习计算机图形学。

当然是边看边学,用OpenGL在VC++下编了个谢尔平斯基镂垫(Sierpinski gasket), 效果如下:

这是我在visual studio 2005 下编译通过的源代码:

 

//  Draw sierpinski gasket
// P49 in <Computer Graphics Using OpenGL>

#include 
" GLintPoint.h "
#include 
< iostream >

using  std::cout;
using  std::cin;
using  std::endl;


//  Create a number between 0 and m(a number which will be given)
//  the input m must be less than 32767 according to P49 in <Computer Graphics Using OpenGL>
int  random( int  m)
{
    
int rand();
    
return rand()%m;
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值