#include <cgltf_write.h>
#include "GLTFZ_API.h"
#include "GLTF_Types.h"
#include <UT/UT_Assert.h>
#include <UT/UT_JSONParser.h>
#include <UT/UT_Options.h>
#include <UT/UT_UniquePtr.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
| #define GLTF_DEFINE_APPEND_FUNC |
( |
|
func_name, |
|
|
|
cgltf_type, |
|
|
|
container, |
|
|
|
count_member |
|
) |
| |
Value:
cgltf_type& new_elem = appendProperty(&container, count_member); \
initProperty(&new_elem); \
return new_elem; \
}
Definition at line 24 of file GLTF_CgltfWrapper.h.
| constexpr const char* cgltf_GltfGenerator = "SideFX Houdini" |
|
inline |
| constexpr const char* cgltf_GltfVersion = "2.0" |
|
inline |