maclarian 0.1.3

Larian file format library for Baldur's Gate 3 - PAK, LSF, LSX, GR2, DDS, and more
Documentation
1
2
3
4
5
//! Utility functions for GR2 → glTF conversion.
//!
//! Re-exports shared utilities from the parent module.

pub(crate) use crate::converter::gr2_gltf::shared::{decode_qtangent, half_to_f32};