Pinned Repositories
3dSoftRenderer
3d
DirectX-Graphics-Samples
This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
embree
Embree ray tracing kernels repository.
forum
一个简单的论坛项目,开发IDE为IntelliJ IDEA,通过Maven构建,后台采用Spring、SpringMVC、MyBatis,数据库采用MySQL、Redis,前台用到jQuery,图片被上传到七牛云。
glWrapper
An simple openGL wrapper
MathOfProgrammer_Book
pbrt-v3
Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
pointnet
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
SimpleRenderEngine
Small C++14 render engine
softRenderer
very simple renderer
AntonyChan818's Repositories
AntonyChan818/3dSoftRenderer
3d
AntonyChan818/DirectX-Graphics-Samples
This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
AntonyChan818/embree
Embree ray tracing kernels repository.
AntonyChan818/forum
一个简单的论坛项目,开发IDE为IntelliJ IDEA,通过Maven构建,后台采用Spring、SpringMVC、MyBatis,数据库采用MySQL、Redis,前台用到jQuery,图片被上传到七牛云。
AntonyChan818/glWrapper
An simple openGL wrapper
AntonyChan818/MathOfProgrammer_Book
AntonyChan818/pbrt-v3
Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
AntonyChan818/pointnet
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
AntonyChan818/SimpleRenderEngine
Small C++14 render engine
AntonyChan818/softRenderer
very simple renderer
AntonyChan818/PBRT_BOOK
AntonyChan818/pcd_seg
Semantic point cloud segmentation with graph convolutional network
AntonyChan818/pointcloud-semantic-segmentation
Simple baseline in Keras for semantic segmentation of point clouds
AntonyChan818/PointNet-Plane-Detection
a 3D plane detection approach using PointNet
AntonyChan818/pointnet2
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
AntonyChan818/PointNet_vis
Visualize critical points and upper bound shape of pointnet.
AntonyChan818/RadeonProRender-Baikal
AntonyChan818/raytracing-from-the-ground-up
This project aims to finish the source code examples of the book Ray Tracing from the Ground Up.
AntonyChan818/semantic3dnet
Point cloud semantic segmentation via Deep 3D Convolutional Neural Network
AntonyChan818/smPBR
AntonyChan818/SomeAlgorithm
AntonyChan818/stb
stb single-file public domain libraries for C/C++
AntonyChan818/STL
AntonyChan818/superpoint_graph
Large-scale Point Cloud Semantic Segmentation with Superpoint Graphs
AntonyChan818/tinyEngine
my first cpu render engine. the main purpos is learning.