计算机图形学设计学校场景的源码,计算机图形学实验及课程设计源码

这是一个包含多个计算机图形学课程设计项目的文件夹,包括基本图元光栅扫描、递归动态球体、圆环动态纹理和动态光源等演示系统,以及3DS接口演示。每个项目包含源代码、资源文件和说明文档,展示了图形渲染、光照、纹理应用和3D模型加载等方面的技术。
摘要由CSDN通过智能技术生成

【实例简介】

【实例截图】

178e4d3211251e20a17904595e7e633a.png

【核心代码】

syjkcsj/课设

├── Test工程课程设计框架

│   ├── LeftPortion.cpp

│   ├── LeftPortion.h

│   ├── MainFrm.cpp

│   ├── MainFrm.h

│   ├── ReadMe.txt

│   ├── StdAfx.cpp

│   ├── StdAfx.h

│   ├── Test.aps

│   ├── Test.clw

│   ├── Test.cpp

│   ├── Test.dsp

│   ├── Test.dsw

│   ├── Test.h

│   ├── Test.ncb

│   ├── Test.opt

│   ├── Test.plg

│   ├── Test.rc

│   ├── TestDoc.cpp

│   ├── TestDoc.h

│   ├── TestView.cpp

│   ├── TestView.h

│   ├── res

│   │   ├── Help.ico

│   │   ├── Test.ico

│   │   ├── Test.rc2

│   │   ├── TestDoc.ico

│   │   ├── Toolbar.bmp

│   │   ├── about.bmp

│   │   ├── app.ico

│   │   ├── draw.ico

│   │   └── exit.ico

│   └── resource.h

├── 课设1-基本图元光栅扫描演示系统

│   ├── ACLine.cpp

│   ├── ACLine.h

│   ├── AEllipse.cpp

│   ├── AEllipse.h

│   ├── ColorButton.cpp

│   ├── ColorButton.h

│   ├── Ellipse.cpp

│   ├── Ellipse.h

│   ├── LeftPortion.cpp

│   ├── LeftPortion.h

│   ├── Line.cpp

│   ├── Line.h

│   ├── MainFrm.cpp

│   ├── MainFrm.h

│   ├── P2.cpp

│   ├── P2.h

│   ├── RGB.cpp

│   ├── RGB.h

│   ├── ReadMe.txt

│   ├── StdAfx.cpp

│   ├── StdAfx.h

│   ├── Test.aps

│   ├── Test.clw

│   ├── Test.cpp

│   ├── Test.dsp

│   ├── Test.dsw

│   ├── Test.h

│   ├── Test.ncb

│   ├── Test.opt

│   ├── Test.plg

│   ├── Test.rc

│   ├── TestDoc.cpp

│   ├── TestDoc.h

│   ├── TestView.cpp

│   ├── TestView.h

│   ├── VPixel.cpp

│   ├── VPixel.h

│   ├── res

│   │   ├── Help.ico

│   │   ├── Test.ico

│   │   ├── Test.rc2

│   │   ├── TestDoc.ico

│   │   ├── Toolbar.bmp

│   │   ├── about.bmp

│   │   ├── app.ico

│   │   ├── draw.ico

│   │   └── exit.ico

│   └── resource.h

├── 课设2-递归动态球体演示系统

│   ├── ACLine.cpp

│   ├── ACLine.h

│   ├── AET.cpp

│   ├── AET.h

│   ├── Bucket.cpp

│   ├── Bucket.h

│   ├── Face.cpp

│   ├── Face.h

│   ├── Fill.cpp

│   ├── Fill.h

│   ├── LeftPortion.cpp

│   ├── LeftPortion.h

│   ├── Light.cpp

│   ├── Light.h

│   ├── Lighting.cpp

│   ├── Lighting.h

│   ├── Line.cpp

│   ├── Line.h

│   ├── MainFrm.cpp

│   ├── MainFrm.h

│   ├── Material.cpp

│   ├── Material.h

│   ├── P2.cpp

│   ├── P2.h

│   ├── P3.cpp

│   ├── P3.h

│   ├── Pi2.cpp

│   ├── Pi2.h

│   ├── Pi3.cpp

│   ├── Pi3.h

│   ├── RGB.cpp

│   ├── RGB.h

│   ├── ReadMe.txt

│   ├── StdAfx.cpp

│   ├── StdAfx.h

│   ├── Test.aps

│   ├── Test.clw

│   ├── Test.cpp

│   ├── Test.dsp

│   ├── Test.dsw

│   ├── Test.h

│   ├── Test.ncb

│   ├── Test.opt

│   ├── Test.plg

│   ├── Test.rc

│   ├── TestDoc.cpp

│   ├── TestDoc.h

│   ├── TestView.cpp

│   ├── TestView.h

│   ├── TransForm.cpp

│   ├── TransForm.h

│   ├── Vector.cpp

│   ├── Vector.h

│   ├── res

│   │   ├── Help.ico

│   │   ├── Test.ico

│   │   ├── Test.rc2

│   │   ├── TestDoc.ico

│   │   ├── Toolbar.bmp

│   │   ├── about.bmp

│   │   ├── app.ico

│   │   ├── draw.ico

│   │   └── exit.ico

│   └── resource.h

├── 课设2-递归动态球体演示系统.zip

├── 课设3-圆环动态纹理演示系统

│   ├── ACLine.cpp

│   ├── ACLine.h

│   ├── AET.cpp

│   ├── AET.h

│   ├── Bucket.cpp

│   ├── Bucket.h

│   ├── Data

│   │   ├── Thumbs.db

│   │   ├── texture1.bmp

│   │   ├── texture2.bmp

│   │   └── texture3.bmp

│   ├── Face.cpp

│   ├── Face.h

│   ├── LeftPortion.cpp

│   ├── LeftPortion.h

│   ├── Light.cpp

│   ├── Light.h

│   ├── Lighting.cpp

│   ├── Lighting.h

│   ├── MainFrm.cpp

│   ├── MainFrm.h

│   ├── Material.cpp

│   ├── Material.h

│   ├── P2.cpp

│   ├── P2.h

│   ├── P3.cpp

│   ├── P3.h

│   ├── Pi2.cpp

│   ├── Pi2.h

│   ├── Pi3.cpp

│   ├── Pi3.h

│   ├── RGB.cpp

│   ├── RGB.h

│   ├── ReadMe.txt

│   ├── StdAfx.cpp

│   ├── StdAfx.h

│   ├── Test.aps

│   ├── Test.clw

│   ├── Test.cpp

│   ├── Test.dsp

│   ├── Test.dsw

│   ├── Test.h

│   ├── Test.ncb

│   ├── Test.opt

│   ├── Test.plg

│   ├── Test.rc

│   ├── TestDoc.cpp

│   ├── TestDoc.h

│   ├── TestView.cpp

│   ├── TestView.h

│   ├── TransForm.cpp

│   ├── TransForm.h

│   ├── Vector.cpp

│   ├── Vector.h

│   ├── ZBuffer.cpp

│   ├── ZBuffer.h

│   ├── res

│   │   ├── DefTex.bmp

│   │   ├── Help.ico

│   │   ├── Test.ico

│   │   ├── Test.rc2

│   │   ├── TestDoc.ico

│   │   ├── Thumbs.db

│   │   ├── Toolbar.bmp

│   │   ├── about.bmp

│   │   ├── app.ico

│   │   ├── draw.ico

│   │   └── exit.ico

│   └── resource.h

├── 课设4-动态光源演示系统

│   ├── AET.cpp

│   ├── AET.h

│   ├── Bucket.cpp

│   ├── Bucket.h

│   ├── Face.cpp

│   ├── Face.h

│   ├── LeftPortion.cpp

│   ├── LeftPortion.h

│   ├── Light.cpp

│   ├── Light.h

│   ├── Lighting.cpp

│   ├── Lighting.h

│   ├── MainFrm.cpp

│   ├── MainFrm.h

│   ├── Material.cpp

│   ├── Material.h

│   ├── P2.cpp

│   ├── P2.h

│   ├── P3.cpp

│   ├── P3.h

│   ├── Pi2.cpp

│   ├── Pi2.h

│   ├── Pi3.cpp

│   ├── Pi3.h

│   ├── RGB.cpp

│   ├── RGB.h

│   ├── ReadMe.txt

│   ├── Sphere.cpp

│   ├── Sphere.h

│   ├── StdAfx.cpp

│   ├── StdAfx.h

│   ├── Test.aps

│   ├── Test.clw

│   ├── Test.cpp

│   ├── Test.dsp

│   ├── Test.dsw

│   ├── Test.h

│   ├── Test.ncb

│   ├── Test.opt

│   ├── Test.plg

│   ├── Test.rc

│   ├── TestDoc.cpp

│   ├── TestDoc.h

│   ├── TestView.cpp

│   ├── TestView.h

│   ├── TransForm.cpp

│   ├── TransForm.h

│   ├── Vector.cpp

│   ├── Vector.h

│   ├── ZBuffer.cpp

│   ├── ZBuffer.h

│   ├── res

│   │   ├── Help.ico

│   │   ├── Test.ico

│   │   ├── Test.rc2

│   │   ├── TestDoc.ico

│   │   ├── Toolbar.bmp

│   │   ├── about.bmp

│   │   ├── app.ico

│   │   ├── draw.ico

│   │   └── exit.ico

│   └── resource.h

└── 课设5-3DS接口演示系统

├── 3DS.h

├── AET.cpp

├── AET.h

├── Bucket.cpp

├── Bucket.h

├── Chunk.cpp

├── Chunk.h

├── Face.cpp

├── Face.h

├── LeftPortion.cpp

├── LeftPortion.h

├── Light.cpp

├── Light.h

├── Lighting.cpp

├── Lighting.h

├── Line.cpp

├── Line.h

├── Load3DS.cpp

├── Load3DS.h

├── MainFrm.cpp

├── MainFrm.h

├── Material.cpp

├── Material.h

├── Material3d.cpp

├── Material3d.h

├── Objects.cpp

├── Objects.h

├── P2.cpp

├── P2.h

├── P3.cpp

├── P3.h

├── Pi2.cpp

├── Pi2.h

├── Pi3.cpp

├── Pi3.h

├── RGB.cpp

├── RGB.h

├── ReadMe.txt

├── StdAfx.cpp

├── StdAfx.h

├── T2.cpp

├── T2.h

├── Test.aps

├── Test.clw

├── Test.cpp

├── Test.dsp

├── Test.dsw

├── Test.h

├── Test.ncb

├── Test.opt

├── Test.plg

├── Test.rc

├── TestDoc.cpp

├── TestDoc.h

├── TestView.cpp

├── TestView.h

├── TransForm.cpp

├── TransForm.h

├── Vector.cpp

├── Vector.h

├── ZBuffer.cpp

├── ZBuffer.h

├── football.3DS

├── football.bmp

├── football网格.bmp

├── res

│   ├── Help.ico

│   ├── Test.ico

│   ├── Test.rc2

│   ├── TestDoc.ico

│   ├── Toolbar.bmp

│   ├── about.bmp

│   ├── app.ico

│   ├── draw.ico

│   └── exit.ico

└── resource.h

13 directories, 345 files

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值