From 2707f03617478e2a5e521961c46c9c6511d5088d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 4 Jan 2025 22:52:42 +0100 Subject: a --- a.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'a.md') 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) 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) 07 parent(parent: Obj, child: Obj) 08 sound(id: Obj, data: Vec) @@ -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 -- cgit v1.2.3-70-g09d2