文件名称:Graphics-Lab:计算机图形学实验室
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-18 14:53:52
javascript graphics p5js JavaScript
计算机图形学实验室 该存储库包含计算机图形学的实验室作业。 使用的工具: HTML p5js 该存储库包括: 尼泊尔国旗 DDA-折线图 BLA-直方图 使用中点算法进行圆 使用中点算法的椭圆 2D转换 Liang Barsky裁线算法 3D转换 风车 使用此存储库的指南 p5.js库。 并将index.html和spript.js从相应的文件夹复制到p5/empty-example/
【文件预览】:
Graphics-Lab-master
----1. Flag of Nepal()
--------sketch.js(1KB)
--------index.html(433B)
----2. DDA - Line Chart()
--------sketch.js(675B)
--------index.html(433B)
----README.md(569B)
----6. 2D Transformation()
--------2D Shearing()
--------2D Translation()
--------2D Rotation()
--------2D Scaling()
----3. BLA - Histogram()
--------sketch.js(2KB)
--------index.html(433B)
----4. Circle using midpoint Algorithm()
--------sketch.js(900B)
--------index.html(433B)
----7. Liang Barsky Line Clipping Algorithm()
--------sketch.js(1KB)
--------index.html(433B)
----8. 3D Transformation()
--------3D Translation()
--------3D Reflection()
--------3D Scaling()
----5. Ellipse using midpoint Algorithm()
--------sketch.js(2KB)
--------index.html(433B)
----9. WindMill()
--------sketch.js(2KB)
--------index.html(433B)