Home | History | Annotate | Download | only in events

Lines Matching refs:modelName

58     protected String modelName;
64 modelName = model.getName();
71 modelName = model.getName();
78 modelName = model.getName();
84 modelName = model.getName();
92 Object s = cinematic.getEventData("modelChannels", modelName);
96 Spatial model = cinematic.getScene().getChild(modelName);
99 cinematic.putEventData("modelChannels", modelName, channel);
101 log.log(Level.WARNING, "spatial {0} not found in the scene, cannot perform animation", modelName);
164 oc.write(modelName, "modelName", "");
172 modelName = ic.readString("modelName", "");