tinyrenderer 学习笔记(二)
2025-08-07
本节主要讲了画三角形的事情,介绍了两种画三角形的方案。一种是以前并行计算还不怎么流行时,还有一直是gpu采用的并行计算方法,同时也是game101中提到的方法。
525 字
|
3 分钟


前后端跨域问题
2025-05-31
前后端跨域原因是因为浏览器的安全政策,浏览器只允许与访问页面同源的请求接受。同源指访问协议、域名、端口号均相同。如果你的前端服务器与后端服务器不同源。用户访问你的前端服务器,获取到前端代码后,前端代码中有访问后端服务器的请求,用户浏览器就会认为不同源,于是拒绝该应答。
1252 字
|
6 分钟

Expressive Code Example
2024-04-10
How code blocks look in Markdown using Expressive Code.
737 字
|
4 分钟
Include Video in the Posts
2023-08-01
This post demonstrates how to include embedded video in a blog post.
61 字
|
1 分钟