summaryrefslogtreecommitdiff
path: root/a.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-04 22:52:42 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-04 22:52:42 +0100
commit2707f03617478e2a5e521961c46c9c6511d5088d (patch)
treea3516660f36614b006ea44eecf92bb4ff709fa3b /a.md
parent2c1d8fdfd65ceb9361114f0105c23ff6a94bac2e (diff)
downloadweareserver-2707f03617478e2a5e521961c46c9c6511d5088d.tar
weareserver-2707f03617478e2a5e521961c46c9c6511d5088d.tar.bz2
weareserver-2707f03617478e2a5e521961c46c9c6511d5088d.tar.zst
a
Diffstat (limited to 'a.md')
-rw-r--r--a.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/a.md b/a.md
index eeb13a9..ddc3601 100644
--- a/a.md
+++ b/a.md
@@ -7,7 +7,7 @@ type Res = u128
02 respond_resource(name: Res, data: Vec<u8>)
03 add(id: Obj, prefab: Res)
04 remove(id: Obj)
-05 position(id: Obj, pos: Vec3)
+05 position(id: Obj, pos: Vec3, rot: Vec3)
06 pose(id: Obj, params: Vec<f32>)
07 parent(parent: Obj, child: Obj)
08 sound(id: Obj, data: Vec<u8>)
@@ -38,7 +38,7 @@ type Part = {
### Mesh
```
-[vertex count:u32] [index count:u32] ([x:f32] [y:f32] [z:f32] [u:f32] [v:f32])* ([n:u32])*
+[vertex count:u16] [index count:u16] ([x:f32] [y:f32] [z:f32] [u:f32] [v:f32])* ([n:u16])*
```
### Texture