# diffoctreerast **Repository Path**: week233/diffoctreerast ## Basic Information - **Project Name**: diffoctreerast - **Description**: 同步至GitHub,自用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-11 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Differential Octree Rasterization Real-time rasterization engine for differentiable rendering of voxels, radiance field & 3D gaussians with octree structure. Used in paper "[Structured 3D Latents for Scalable and Versatile 3D Generation](https://arxiv.org/abs/2412.01506)" The algorithm is inspired by [diff-gaussian-rasterization](https://github.com/graphdeco-inria/diff-gaussian-rasterization) If you find this code useful, please consider citing: ``` @article{xiang2024structured, title = {Structured 3D Latents for Scalable and Versatile 3D Generation}, author = {Xiang, Jianfeng and Lv, Zelong and Xu, Sicheng and Deng, Yu and Wang, Ruicheng and Zhang, Bowen and Chen, Dong and Tong, Xin and Yang, Jiaolong}, journal = {arXiv preprint arXiv:2412.01506}, year = {2024} } ```