rbx_mesh 0.7.0

Rust parser for Roblox mesh files.
Documentation
1
2
3
4
5
6
7
/// This mesh is a rectangular prism, also known as a block.
#[binrw::binrw]
#[brw(little)]
// concat_bytes!(b"CSGPHS",0u32,b"BLOCK")
#[brw(magic = b"CSGPHS\0\0\0\0BLOCK")]
#[derive(Debug, Clone)]
pub struct Block;