Skip to content

hiddaorear/RayTracingInOneWeekendByJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracing In One Weekend By Java

list

  • Chapter 1. Output an image

  • Chapter 2. The vec3 class

  • Chapter 3: Rays, a simple camera, and background

  • Chapter 4: Adding a sphere

  • Chapter 5: Surface normals and multiple objects

  • Chapter 6: Antialiasing

  • Chapter 7: Diffuse Materials

  • Chapter 8: Metal

  • Chapter 9: Dielectrics

  • Chapter 10: Positionable camera

  • Chapter 11: Defocus Blur

  • Chapter 12: Where next?

资料

Java 基础

代码结构

project > module > package

抽象技巧

重构if语句

类的树形结构

Java 调试技巧

空指针异常调试

idea 快捷调试技巧

迭代器

如何用函数式处理规定长度的循环

包装类

构造函数

abstract 类用法

final 用法

异常

抛出

捕获

与union类型的联系

类型

类型强转

函数重载

使用场景

与泛型的区别和互补

容器

数组

数组与字符串的转化

算法

向量运算

向量内积

球的表示

直线与球的相交

计算结果

计算机图形学

第六章得到的图片有明显的纹理,原因是?

change log

  • 2020/10/05 created doc

  • 2020/10/06 完成第四章

  • 2020/10/08 完成代码编写

About

Ray Tracing In One Weekend By Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages