From 3330af8a3417ce411ecb1c7c23343cc28f261b2f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 13 Jan 2025 00:13:54 +0100 Subject: add name to light part + show network size of prefab --- world/src/physics.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/src/physics.rs') diff --git a/world/src/physics.rs b/world/src/physics.rs index 4afeab7..b0c3ae6 100644 --- a/world/src/physics.rs +++ b/world/src/physics.rs @@ -17,7 +17,7 @@ use crate::{Args, mesh::node_transform_to_affine}; use anyhow::{Result, anyhow}; use gltf::{Gltf, Node, buffer::Data, json::Value}; -use log::info; +use log::{debug, info}; use weareshared::{ resources::{CollisionPart, Prefab}, store::ResourceStore, @@ -66,7 +66,7 @@ pub fn import_physics( .map(|[x, y, z]| vec3a(x, y, z)) .collect::>(); - info!( + debug!( "convex hull has {} indecies and {} positions", index.len(), position.len() -- cgit v1.2.3-70-g09d2