#ifndef GLTF_INSTANCE_HPP_ #define GLTF_INSTANCE_HPP_ struct NodeInstance { D3DXVECTOR3 translation; D3DXQUATERNION rotation; D3DXVECTOR3 scale; }; #endif