avatar

  • 上一篇
  • 下一篇

  • Article

    post_img

    Sample(2.Advanced)

    Sample 球面采样 我们最简单的办法根据球坐标系,对\phi和\theta均匀采样,即写出这样的代码: tuple<fl …

    post_img

    Make C++ Great Again

    接下来我会对以前写的C++老特性(C++20及以前)做出补充,以及补充现代C++(C++23,26)的新内容! 敬请期待。

    post_img

    简易无锁队列

    无锁队列 有啥用 无锁队列(Lock-Free Queue)是一种并发数据结构,它允许多个线程在无锁的情况下同时进行入队(Enqu …

    post_img

    LBVH(1. BVH and GPGPU)

    Linear BVH GPGPU Arch refs: CUDA GPU Arch 放一张Turing架构的美图 SIMT vs. …

    post_img

    Morton Code

    Morton Code 莫顿码(Z编码),用于映射二维或三维空间坐标到一维的一种工具。 Theory 对于x, y, z \in …

    m-avatar