Tinyrender-Lesson 0 画一个点

Posted grassofsky

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tinyrender-Lesson 0 画一个点相关的知识,希望对你有一定的参考价值。

Tinyrender-Lesson 0 画一个点

原文链接: https://github.com/ssloy/tinyrenderer/wiki/Lesson-0-getting-started

import matplotlib.pyplot as plt
from PIL import Image
def draw_point(image, position=(0,0), color=(255,255,255)):
    image.putpixel(position, color)
    return image
image = Image.new("RGB",(100, 100),(0,0,0))
draw_point(image, (52,41), (255,0,0))
plt.imshow(image)

以上是关于Tinyrender-Lesson 0 画一个点的主要内容,如果未能解决你的问题,请参考以下文章

Tinyrender-Lesson 2 Triangle rasterization and back face culling

SVM支持向量机

如何用matlab画长方体

如何用matlab画一个动态图?

如何画数据流图

wpf 空间坐标系下,画一个立方体轮廓