tinyrenderer 学习笔记(二)
本节主要讲了画三角形的事情,介绍了两种画三角形的方案。一种是以前并行计算还不怎么流行时,还有一直是gpu采用的并行计算方法,同时也是game101中提到的方法。
525 字
|
3 分钟
Cover Image of the Post
tinyrenderer 学习笔记(一)
开始学习一个简单的光栅化器。从零开始,不借用任何c++标准库外的库,实现一个光栅化器。预计一周时间完成学习
1121 字
|
6 分钟
Cover Image of the Post
前后端跨域问题
前后端跨域原因是因为浏览器的安全政策,浏览器只允许与访问页面同源的请求接受。同源指访问协议、域名、端口号均相同。如果你的前端服务器与后端服务器不同源。用户访问你的前端服务器,获取到前端代码后,前端代码中有访问后端服务器的请求,用户浏览器就会认为不同源,于是拒绝该应答。
1252 字
|
6 分钟
Cover Image of the Post
Expressive Code Example
How code blocks look in Markdown using Expressive Code.
737 字
|
4 分钟
Cover Image of the Post
Simple Guides for Fuwari
How to use this blog template.
160 字
|
1 分钟
Cover Image of the Post
Markdown Example
A simple example of a Markdown blog post.
444 字
|
2 分钟
Cover Image of the Post
Include Video in the Posts
This post demonstrates how to include embedded video in a blog post.
61 字
|
1 分钟
Cover Image of the Post