{"id":18582335,"url":"https://github.com/ubpa/cmu_15_462","last_synced_at":"2025-04-10T11:36:11.937Z","repository":{"id":47544508,"uuid":"161110301","full_name":"Ubpa/CMU_15_462","owner":"Ubpa","description":"notes and assignments of CG (CMU 15-462/662)","archived":false,"fork":false,"pushed_at":"2021-05-05T06:09:29.000Z","size":2283,"stargazers_count":92,"open_issues_count":1,"forks_count":19,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T20:38:16.924Z","etag":null,"topics":["cg","cmu","cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ubpa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-10T03:19:44.000Z","updated_at":"2025-01-02T23:36:30.000Z","dependencies_parsed_at":"2022-09-18T18:03:34.815Z","dependency_job_id":null,"html_url":"https://github.com/Ubpa/CMU_15_462","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ubpa%2FCMU_15_462","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ubpa%2FCMU_15_462/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ubpa%2FCMU_15_462/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ubpa%2FCMU_15_462/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ubpa","download_url":"https://codeload.github.com/Ubpa/CMU_15_462/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208688,"owners_count":21065205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cg","cmu","cpp"],"created_at":"2024-11-07T00:10:38.367Z","updated_at":"2025-04-10T11:36:06.923Z","avatar_url":"https://github.com/Ubpa.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CMU_15_462\nCOMPUTER GRAPHICS (CMU 15-462/662)\n\n\u003e http://15462.courses.cs.cmu.edu/fall2018/\n\n代码正确性不保证 !!! 只保证测试结果合理 !!!\n\n## 简介\n\n~~我正在跟这个课~~ 现已完成\n\n主要是看 slides 做笔记\n\n\u003e 用 [typora](https://www.typora.io/) 写的（支持高亮，latex等功能），且图片放在了网盘内，直接在 github 上不大行\n\u003e\n\u003e 查看的时候得用 typora 且从网盘里下载好图片\n\u003e\n\u003e 再notes都写完后，考虑将图片降质压缩上传到 github 上\n\n然后完成 assignments\n\n\u003e ~~略过 assignment 3.0~~\n\u003e\n\u003e ~~之前自己已经实现过了，参考项目 [RayTracingToy](https://github.com/Ubpa/RayTracingToy)~~\n\u003e\n\u003e ~~只在该项目中再去实现一些优化算法，如 BVH, ray-triangle intersection speedup 等~~\n\u003e\n\u003e ~~之后再考虑 PBR~~\n\u003e\n\u003e 其实还是有很多东西未涉及到的，如 BRDF，MCRTX，Impotance Sampling，而且 assignment 2,3,4 都是在一个项目 Scotty3D 里边的，所以写写也无妨\n\u003e\n\u003e 写完了，确实有新收获\n\n## 资源文件\n\n\u003e 包含 slides, notes/assets 等，按需下载，持续更新中\n\u003e\n\u003e 现已将图片压缩上传至 github\n\n链接：（度盘前缀自查）/s/1ilCQNRaaLA5_IQPoIYhD_w\n\n提取码：eo8o\n\n## Todo\n\n### Notes\n\n\n- [x] 01 intro\n- [x] 02 linear algebra\n- [x] 03 vector calculus\n- [x] 04 draw a triangle\n- [x] 05 transformation\n- [x] 06 3d rotation\n- [x] 07 texture\n- [x] 08 depth and transparency\n- [x] 09 intro geometry\n- [x] 10 meshes and manifolds\n- [x] 11 digital geometr processing \n- [x] 12 geometric queries \n- [x] 13 spatial data structures \n- [x] 14 color\n- [x] 15 radiometry \n- [x] 16 the rendering equation \n- [x] 17 numerical integration \n- [x] 18 monte carlo ray tracing \n- [x] 19 variance reduction \n- [x] 20 introduction to animation \n- [x] 21 intoduction to optimization \n- [x] 22 dynamics and time integration \n- [x] 23 physically-based animation and PDEs \n### Assignments\n\n- [x] 0.0 linear algebra\n- [x] 0.5 vector calculus\n- [x] 1.0 draw svg\n  - [x] 1 Hardware Renderer\n  - [x] 2 Warm Up: Drawing Lines\n  - [x] 3 Drawing Triangles\n  - [x] 4 Anti-Aliasing Using Supersampling\n  - [x] 5 Implementing Modeling and Viewing Transforms\n  - [x] 6 Drawing Scaled Images\n  - [x] 7 Anti-Aliasing Image Elements Using Trilinear Filtering\n  - [x] 8 Alpha Compositing\n  - [x] 9 Draw Something!!!\n- [x] 2.0 MeshEdit\n  - [x] Local\n    - [x] 1 flipEdge\n    - [x] 2 splitEdge\n    - [x] 3 collapseEdge\n    - [x] 4 collapseFace\n    - [x] 5 eraseVertex\n    - [x] 6 eraseEdge\n    - [x] 7 bevelVertex\n    - [x] 8 bevelEdge\n    - [x] 9 bevelFace\n  - [x] Global\n    - [x] 1 Triangulation\n    - [x] 2 Subdivision\n    - [x] 3 Simplification\n    - [x] 4 Isotropic Remeshing\n- [x] 3.0 PathTracer\n  - [x] 1 Camera Rays\n  - [x] 2 Intersecting Primitives\n    - [x] Triangle\n    - [x] Sphere\n  - [x] 3 BVH\n  - [x] 4 ShadowRays\n  - [x] 5 Path Tracing\n  - [x] 6 Materials\n  - [x] 7 Environment Light\n- [x] 4.0 Animation\n  - [x] 1 Spline Interpolation\n    - [x] Hermite Curve over the Unit Interval\n    - [x] Catmull-Romm spline\n  - [x] 2 Skeleton Kinematics\n    - [x] Forward Kinematics\n    - [x] Inverse Kinematics\n  - [x] 3 Linear Blend Skinning\n  - [x] 4 Physical Simulation\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubpa%2Fcmu_15_462","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubpa%2Fcmu_15_462","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubpa%2Fcmu_15_462/lists"}