paint: merge sculpt

This commit is contained in:
luboslenco
2026-06-11 20:01:25 +02:00
parent 881171ec18
commit 5c19a16640
14 changed files with 923 additions and 212 deletions
+2
View File
@@ -27,6 +27,7 @@ void util_particle_update() {
}
util_particle_init_physics();
make_particle_get_bullet_material();
physics_world_t *world = physics_world_active;
physics_world_update(world);
@@ -73,6 +74,7 @@ void util_particle_update() {
mesh_object_t *mo = o->ext;
mo->base->name = ".Bullet";
mo->base->visible = true;
mo->material = make_particle_get_bullet_material();
util_render_pick_pos_nor_tex();
f32 nx = g_context->norx_picked;