GLTFWriter Last update: 16.07.2025 1/* 2 * Copyright 2018-2021 ANSYS, Inc. Unauthorized use, distribution, or duplication is prohibited. 3 * 4 * Restricted Rights Legend 5 * 6 * Use, duplication, or disclosure of this 7 * software and its documentation by the 8 * Government is subject to restrictions as 9 * set forth in subdivision [(b)(3)(ii)] of 10 * the Rights in Technical Data and Computer 11 * Software clause at 52.227-7013. 12 */ 13#ifndef __INCLUDED_GLTF_GLTFWRITER__ 14#define __INCLUDED_GLTF_GLTFWRITER__ 15 16#include "GLTFAnimation.h" 17#include "GLTFAttribute.h" 18#include "GLTFBuffer.h" 19#include "GLTFCamera.h" 20#include "GLTFCommon.h" 21#include "GLTFGLTF.h" 22#include "GLTFImage.h" 23#include "GLTFIndex.h" 24#include "GLTFLegend.h" 25#include "GLTFLight.h" 26#include "GLTFMarkup.h" 27#include "GLTFMaterial.h" 28#include "GLTFMesh.h" 29#include "GLTFNode.h" 30#include "GLTFObject.h" 31#include "GLTFProgram.h" 32#include "GLTFSampler.h" 33#include "GLTFScene.h" 34#include "GLTFShader.h" 35#include "GLTFTechnique.h" 36#include "GLTFTexture.h" 37#include "GLTFUtils.h" 38#include "GLTFValue.h" 39 40#endif