refactor: use snake case for method names

This commit is contained in:
Nova
2022-11-08 06:10:03 -05:00
parent 3821e14fbd
commit 3cdb6da09c
16 changed files with 54 additions and 51 deletions

View File

@@ -58,7 +58,7 @@ impl Model {
pending_material_replacements: Mutex::new(FxHashMap::default()),
sk_model: OnceCell::new(),
};
node.add_local_signal("setMaterialParameter", Model::set_material_parameter);
node.add_local_signal("set_material_parameter", Model::set_material_parameter);
let model_arc = MODEL_REGISTRY.add(model);
let _ = model_arc.pending_model_path.set(
model_arc