We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879ae27 commit 02d7eedCopy full SHA for 02d7eed
Source/CesiumRuntime/Private/CesiumPropertyAttribute.cpp
@@ -16,10 +16,6 @@ FCesiumPropertyAttribute::FCesiumPropertyAttribute(
16
_className(propertyAttribute.classProperty.c_str()),
17
_elementCount(0),
18
_properties() {
19
- if (primitive.attributes.empty()) {
20
- return;
21
- }
22
-
23
CesiumGltf::PropertyAttributeView propertyAttributeView{
24
model,
25
propertyAttribute};
0 commit comments