Open Issues Need Help
View All on GitHubAI Summary: Optimize the 3D model rigging library, 'disfigure', to reduce resource consumption by sharing a single TSL code across all models. This involves refactoring the code to utilize uniforms to pass model-specific values instead of generating separate TSL code for each model.
A library to rig non-rigged 3D models
AI Summary: Optimize the TSL (likely a shader language) code generation within the Disfigure 3D model rigging library to reduce redundant function compilations. The goal is to decrease the initial model load time from up to 2 seconds to under 0.5 seconds by compiling TSL functions only once.
A library to rig non-rigged 3D models