Why i get Null Spatial Name! warning?

image

Converting model from gltf to j3o with sdk i get Null Spatial name! and the output is:

Null spatial name!
Null spatial name!
Null spatial name!
Cannot create unique name for Spatial leg (Geometry): /blockbench_export/null/leg_group/leg
Null spatial name!
Cannot create unique name for Spatial leg (Geometry): /blockbench_export/null/leg_group/leg
Null spatial name!
Cannot create unique name for Spatial leg (Geometry): /blockbench_export/null/leg_group/leg
Null spatial name!
Null Spatial name!
Null spatial name!
Loaded asset Table
File Table.gltf saved successfully
Removing asset Models/Object/Table.gltf, from cache via main asset Table.

The model is from blockbench exported with default option for gltf

It’s only warnings i think so is nothing critical but why?

blockbench must not include names for the different objects in the gltf and so JME is warning you that they don’t have names.

…if you don’t need the names then there isn’t anything to worry about.

2 Likes

Ah ok! thank you

1 Like