summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-12 20:33:59 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-12 20:33:59 +0100
commit2731017aa88bf6baaff787d7486d4248f9ca6ca0 (patch)
tree2dc9250f5a861752f98b3849975f79b94c03c61a /shared
parent40032198a2167f81de37dba31b7e4f98c6270be7 (diff)
downloadweareserver-2731017aa88bf6baaff787d7486d4248f9ca6ca0.tar
weareserver-2731017aa88bf6baaff787d7486d4248f9ca6ca0.tar.bz2
weareserver-2731017aa88bf6baaff787d7486d4248f9ca6ca0.tar.zst
double sided mesh attribute
Diffstat (limited to 'shared')
-rw-r--r--shared/src/resources.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/src/resources.rs b/shared/src/resources.rs
index f9e7242..ba45284 100644
--- a/shared/src/resources.rs
+++ b/shared/src/resources.rs
@@ -59,6 +59,7 @@ pub struct MeshPart {
pub g_attenuation: Option<Vec3A>,
pub g_dispersion: Option<f32>,
pub g_unlit: Option<()>,
+ pub g_double_sided: Option<()>,
pub va_position: Option<Resource<Vec<Vec3A>>>,
pub va_normal: Option<Resource<Vec<Vec3A>>>,
pub va_texcoord: Option<Resource<Vec<Vec2>>>,