JunkBox_Lib++ (for Windows) 1.10.1
|
#include <GLTFDataTool.h>
Public Member Functions | |
GLTFData (void) | |
virtual | ~GLTFData (void) |
void | init (void) |
void | free (void) |
void | initGLTF (void) |
void | setUnity (bool b) |
void | setUE (bool b) |
void | setEngine (int) |
void | addShell (MeshObjectData *meshdata, bool collider, SkinJointData *skin_joint=NULL, tList *joints_info=NULL) |
void | addScenes (void) |
void | addRootNode (AffineTrans< double > *affine) |
void | addSkeletonNodes (SkinJointData *skin_joint, AffineTrans< double > *affin) |
void | addNodes (AffineTrans< double > *affine) |
void | addTextures (MeshFacetNode *facet) |
void | addMeshes (MeshFacetNode *facet) |
void | addSkins (void) |
void | addMaterials (MeshFacetNode *facet) |
void | addMaterialParameters (tJson *pbr, MeshFacetNode *facet) |
void | closeSolid (void) |
AffineTrans< double > | getAffineBaseTrans4Engine (void) |
void | execAffineUVMap (MeshFacetNode *facet, AffineTrans< double > *affine) |
void | addBufferViewsAoS (MeshFacetNode *facet) |
void | addAccessorsAoS (MeshFacetNode *facet) |
void | createBinDataSeqAoS (MeshFacetNode *facet, int shell_indexes, int shell_vertexes) |
void | addBufferViewsSoA (MeshFacetNode *facet) |
void | addAccessorsSoA (MeshFacetNode *facet) |
void | createBinDataSeqSoA (MeshFacetNode *facet, int shell_indexes, int shell_vertexes) |
void | createShellGeometryData (MeshFacetNode *facet, int shell_indexes, int shell_vertexes, SkinJointData *skin_joint=NULL, AffineTrans< double > *ue_trans=NULL) |
void | createBinDataAoS (void) |
void | createBinDataSoA (void) |
void | addBufferViewsIBM (void) |
void | addAccessorsIBM (void) |
void | createBinDataIBM (SkinJointData *skin_joint, AffineTrans< double > *ue_trans=NULL) |
void | outputFile (const char *fn, const char *out_dirn, const char *tex_dirn, const char *bin_dirn) |
void | output_gltf (char *fn, char *out_dirn, char *tex_dirn, char *bin_dirn) |
void | output_glb (char *fn, char *out_dirn, char *tex_dirn, char *bin_dirn) |
void | convertJson_TexturePath (char *tex_dirn) |
gltfFacetMinMax | getFacetMinMax (MeshFacetNode *facet) |
uDWord | convertJson_gltf2glb (glbTextureInfo *tex_info) |
glbTextureInfo * | getGLBTextureInfo (const char *tex_dirn) |
void | freeGLBTextureInfo (glbTextureInfo *tex_info) |
Public Attributes | |
Buffer | gltf_name |
Buffer | alt_name |
bool | phantom_out |
bool | no_offset |
int | bin_mode |
bool | bin_seq |
bool | glb_out |
bool | forUnity |
bool | forUE |
int | engine |
bool | has_joints |
bool | has_skeleton_node |
tList * | joints_list |
tList * | image_list |
tList * | material_list |
Vector< double > | center |
AffineTrans< double > | affineRoot |
Buffer | bin_buffer |
unsigned int | bin_offset |
unsigned int | shell_no |
unsigned int | node_no |
unsigned int | mesh_no |
unsigned int | mesh_prim_no |
unsigned int | skin_no |
unsigned int | view_no |
unsigned int | accessor_no |
unsigned int | material_no |
unsigned int | image_no |
unsigned int | num_joints |
unsigned int | node_offset |
unsigned int | joint_offset |
tJson * | json_data |
tJson * | scenes |
tJson * | scenes_name |
tJson * | scenes_nodes |
tJson * | nodes |
tJson * | meshes |
tJson * | skins |
tJson * | buffers |
tJson * | buffviews |
tJson * | accessors |
tJson * | materials |
tJson * | textures |
tJson * | images |
tJson * | nodes_children |
GLTFShellNode * | shellNode |
GLTFデータ GLTF のデータを格納するクラス
Definition at line 171 of file GLTFDataTool.h.
|
inline |
Definition at line 174 of file GLTFDataTool.h.
References GLTFData::init().
|
virtual |
Definition at line 84 of file GLTFDataTool.cpp.
References DEBUG_MODE, GLTFData::free(), and PRINT_MESG.
void addAccessorsAoS | ( | MeshFacetNode * | facet | ) |
AoS I(1)xn, {V(3), N(3), U(3), J(4), W(4)}xm ....... facet I(1)xn, {V(3), N(3), U(3), J(4), W(4)}xm ....... facet ...................................................... I(1)xn, {V(3), N(3), U(3), J(4), W(4)}xm ....... facet
Definition at line 931 of file GLTFDataTool.cpp.
References GLTFData::accessor_no, GLTFData::accessors, GLTFData::getFacetMinMax(), GLTFData::has_joints, JBXL_GLTF_ACCESSORS, JBXL_GLTF_ACCESSORS_V3, json_insert_parse(), LBUF, MeshFacetNode::next, MeshFacetNode::num_index, MeshFacetNode::num_vertex, snprintf, gltfFacetMinMax::vertex_x_max, gltfFacetMinMax::vertex_x_min, gltfFacetMinMax::vertex_y_max, gltfFacetMinMax::vertex_y_min, gltfFacetMinMax::vertex_z_max, gltfFacetMinMax::vertex_z_min, and GLTFData::view_no.
Referenced by GLTFData::addShell().
void addAccessorsIBM | ( | void | ) |
Definition at line 1787 of file GLTFDataTool.cpp.
References GLTFData::accessor_no, GLTFData::accessors, JBXL_GLTF_ACCESSORS, json_insert_parse(), LBUF, GLTFData::mesh_prim_no, GLTFData::num_joints, snprintf, and GLTFData::view_no.
Referenced by GLTFData::addShell().
void addAccessorsSoA | ( | MeshFacetNode * | facet | ) |
Definition at line 1189 of file GLTFDataTool.cpp.
References GLTFData::accessor_no, GLTFData::accessors, GLTFData::getFacetMinMax(), GLTFData::has_joints, JBXL_GLTF_ACCESSORS, JBXL_GLTF_ACCESSORS_V3, json_insert_parse(), LBUF, MeshFacetNode::next, MeshFacetNode::num_index, MeshFacetNode::num_vertex, snprintf, gltfFacetMinMax::vertex_x_max, gltfFacetMinMax::vertex_x_min, gltfFacetMinMax::vertex_y_max, gltfFacetMinMax::vertex_y_min, gltfFacetMinMax::vertex_z_max, gltfFacetMinMax::vertex_z_min, and GLTFData::view_no.
Referenced by GLTFData::addShell().
void addBufferViewsAoS | ( | MeshFacetNode * | facet | ) |
AoS I(1)xn, {V(3), N(3), U(3), J(4), W(4)}xm ....... facet I(1)xn, {V(3), N(3), U(3), J(4), W(4)}xm ....... facet ...................................................... I(1)xn, {V(3), N(3), U(3), J(4), W(4)}xm ....... facet
Definition at line 881 of file GLTFDataTool.cpp.
References GLTFData::bin_offset, GLTFData::buffviews, GLTFData::has_joints, JBXL_GLTF_VIEWS, JBXL_GLTF_VIEWS_ELEMENT, json_insert_parse(), LBUF, MeshFacetNode::next, MeshFacetNode::num_index, MeshFacetNode::num_vertex, and snprintf.
Referenced by GLTFData::addShell().
void addBufferViewsIBM | ( | void | ) |
Definition at line 1773 of file GLTFDataTool.cpp.
References GLTFData::bin_offset, GLTFData::buffviews, JBXL_GLTF_VIEWS_DATA, json_insert_parse(), LBUF, GLTFData::num_joints, and snprintf.
Referenced by GLTFData::addShell().
void addBufferViewsSoA | ( | MeshFacetNode * | facet | ) |
SoA Ixn, Vxm, Nxm, Uxm, Jxm ,Wxm ...... facet Ixn, Vxm, Nxm, Uxm, Jxm ,Wxm ...... facet ......................................... Ixn, Vxm, Nxm, Uxm, Jxm ,Wxm ...... facet
Definition at line 1129 of file GLTFDataTool.cpp.
References GLTFData::bin_offset, GLTFData::buffviews, GLTFData::has_joints, JBXL_GLTF_VIEWS, JBXL_GLTF_VIEWS_ELEMENT, json_insert_parse(), LBUF, MeshFacetNode::next, MeshFacetNode::num_index, MeshFacetNode::num_vertex, and snprintf.
Referenced by GLTFData::addShell().
void addMaterialParameters | ( | tJson * | pbr, |
MeshFacetNode * | facet ) |
void GLTFData::addMaterialParameters(tJson* pbr, MeshFacetNode* facet)
マテリアルのパラメータを設定する.
glTF-2.0.html 5.19. Material
Definition at line 718 of file GLTFDataTool.cpp.
References DEBUG_MODE, TextureParam::getAlphaCutoff(), TextureParam::getAlphaMode(), TextureParam::getColor(), MaterialParam::getGlow(), MaterialParam::getKind(), MaterialParam::getShininess(), TextureParam::hasAlphaChannel(), JBXL_GLTF_MTLS_BCOLORF, JBXL_GLTF_MTLS_CUTOFF, JBXL_GLTF_MTLS_EMISSIVE, JBXL_GLTF_MTLS_ROUGHF, json_insert_parse(), LBUF, MATERIAL_ALPHA_BLENDING, MATERIAL_ALPHA_MASKING, MATERIAL_ALPHA_NONE, MeshFacetNode::material_param, MaterialParam::printParam(), snprintf, and MaterialParam::texture.
Referenced by GLTFData::addMaterials().
void addMaterials | ( | MeshFacetNode * | facet | ) |
Definition at line 666 of file GLTFDataTool.cpp.
References add_tList_node_bystr(), GLTFData::addMaterialParameters(), Buffer::buf, canonical_filename_Buffer(), FALSE, find_tList_end(), free_Buffer(), TextureParam::getName(), GLTFData::image_list, JBXL_GLTF_MTLS_NAME_PBR, json_insert_parse(), LBUF, make_Buffer_bystr, MeshFacetNode::material_id, GLTFData::material_list, GLTFData::material_no, MeshFacetNode::material_param, GLTFData::materials, MeshFacetNode::next, PRINT_MESG, MeshFacetNode::same_material, search_key_json(), search_key_tList(), snprintf, MaterialParam::texture, and TRUE.
Referenced by GLTFData::addShell().
void addMeshes | ( | MeshFacetNode * | facet | ) |
Definition at line 786 of file GLTFDataTool.cpp.
References Buffer::buf, GLTFData::has_joints, JBXL_GLTF_MESHES_PRIM, JBXL_GLTF_MESHES_PRIM_JW, json_append_array_key(), json_insert_parse(), LBUF, MeshFacetNode::material_id, GLTFData::material_list, GLTFData::mesh_no, GLTFData::mesh_prim_no, GLTFData::meshes, MeshFacetNode::next, PRINT_MESG, search_key_tList(), and snprintf.
Referenced by GLTFData::addShell().
void addNodes | ( | AffineTrans< double > * | affine | ) |
Definition at line 474 of file GLTFDataTool.cpp.
References AffineTrans< T >::affineMatrixAfter(), AffineTrans< T >::affineMatrixBefore(), GLTFData::affineRoot, GLTFData::alt_name, Buffer::buf, cat_i2Buffer(), AffineTrans< T >::computeMatrix(), dup_Buffer(), AffineTrans< T >::element(), GLTFData::engine, AffineTrans< T >::free(), free_Buffer(), GLTFData::getAffineBaseTrans4Engine(), AffineTrans< T >::getInverseAffine(), GLTFData::has_joints, init_Buffer(), JBXL_3D_ENGINE_UE, JBXL_GLTF_NODES_MESH, JBXL_GLTF_NODES_SKIN, json_append_array_int_val(), json_append_array_key(), json_append_array_real_val(), json_insert_parse(), LBUF, make_Buffer_bystr, GLTFData::node_no, GLTFData::nodes, GLTFData::nodes_children, GLTFData::skin_no, and snprintf.
Referenced by GLTFData::addShell().
void addRootNode | ( | AffineTrans< double > * | affine | ) |
Definition at line 441 of file GLTFDataTool.cpp.
References AffineTrans< T >::affineMatrixAfter(), GLTFData::affineRoot, AffineTrans< T >::computeComponents(), AffineTrans< T >::computeMatrix(), AffineTrans< T >::element(), GLTFData::getAffineBaseTrans4Engine(), JBXL_GLTF_NODES_ROOT, json_append_array_key(), json_append_array_real_val(), json_insert_parse(), GLTFData::node_no, GLTFData::nodes, and GLTFData::nodes_children.
Referenced by GLTFData::addShell().
void addScenes | ( | void | ) |
Definition at line 430 of file GLTFDataTool.cpp.
References Buffer::buf, GLTFData::gltf_name, json_append_array_int_val(), json_set_str_val(), GLTFData::node_no, GLTFData::node_offset, GLTFData::scenes_name, and GLTFData::scenes_nodes.
Referenced by GLTFData::addShell().
void addShell | ( | MeshObjectData * | shelldata, |
bool | collider, | ||
SkinJointData * | skin_joint = NULL, | ||
tList * | joints_connection = NULL ) |
この関数は SOLID毎に複数回呼ばれ,SOLIDに SHELLを追加する.
shelldata | SHELLデータ.複数の FACETを含む. |
collider | コライダーのサポート |
skin_joint | ジョイントデータ.デフォルトは NULL |
joints_connection | ジョイントの連結情報.デフォルトは NULL |
Definition at line 301 of file GLTFDataTool.cpp.
References GLTFData::addAccessorsAoS(), GLTFData::addAccessorsIBM(), GLTFData::addAccessorsSoA(), GLTFData::addBufferViewsAoS(), GLTFData::addBufferViewsIBM(), GLTFData::addBufferViewsSoA(), GLTFData::addMaterials(), GLTFData::addMeshes(), GLTFData::addNodes(), GLTFData::addRootNode(), GLTFData::addScenes(), GLTFData::addSkeletonNodes(), GLTFData::addSkins(), GLTFData::addTextures(), AffineTrans< T >::affineMatrixAfter(), AffineTrans< T >::affineMatrixBefore(), GLTFData::affineRoot, MeshObjectData::affineTrans, GLTFData::alt_name, MeshObjectData::alt_name, GLTFData::bin_mode, GLTFData::bin_seq, Buffer::buf, GLTFData::center, AffineTrans< T >::computeMatrix(), GLTFData::createBinDataIBM(), GLTFData::createBinDataSeqAoS(), GLTFData::createBinDataSeqSoA(), GLTFData::createShellGeometryData(), MeshObjectData::data_name, del_tList(), dup_Buffer(), GLTFData::engine, GLTFData::execAffineUVMap(), MeshObjectData::facet, AffineTrans< T >::free(), free_Buffer(), GLTFData::getAffineBaseTrans4Engine(), AffineTrans< T >::getInverseAffine(), AffineTrans< T >::getShift(), GLTFData::gltf_name, GLTFData::has_joints, GLTFData::has_skeleton_node, AffineTrans< T >::init(), JBXL_3D_ENGINE_UE, JBXL_GLTF_BIN_AOS, GLTFData::joints_list, make_Buffer_bystr, MeshFacetNode::next, GLTFData::no_offset, GLTFData::node_no, MeshFacetNode::num_index, SkinJointData::num_joints, GLTFData::num_joints, MeshFacetNode::num_vertex, GLTFData::phantom_out, AffineTrans< T >::setShift(), and GLTFData::shell_no.
void addSkeletonNodes | ( | SkinJointData * | skin_joint, |
AffineTrans< double > * | affin ) |
Definition at line 528 of file GLTFDataTool.cpp.
References AffineTrans< T >::affineMatrixAfter(), AffineTrans< T >::affineMatrixBefore(), GLTFData::affineRoot, SkinJointData::alt_inverse_bind, SkinJointData::bind_shape, AffineTrans< T >::computeComponents(), AffineTrans< T >::computeMatrix(), del_json_node, AffineTrans< T >::element(), AffineTrans< T >::execRotationScale(), AffineTrans< T >::free(), ArrayParam< T >::get_value(), GLTFData::getAffineBaseTrans4Engine(), AffineTrans< T >::getInverseAffine(), AffineTrans< T >::getShift(), AffineTrans< T >::getShiftX(), AffineTrans< T >::getShiftY(), AffineTrans< T >::getShiftZ(), SkinJointData::inverse_bind, JBXL_GLTF_NODES_ARMATURE, JBXL_GLTF_NODES_SKLTN, SkinJointData::joint_names, GLTFData::joint_offset, GLTFData::joints_list, json_append_array_int_val(), json_append_array_key(), json_append_array_real_val(), json_insert_parse(), LBUF, GLTFData::node_no, GLTFData::node_offset, GLTFData::nodes, GLTFData::nodes_children, PRINT_MESG, AffineTrans< T >::setShift(), snprintf, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Referenced by GLTFData::addShell().
void addSkins | ( | void | ) |
Definition at line 826 of file GLTFDataTool.cpp.
References GLTFData::accessor_no, GLTFData::has_joints, JBXL_GLTF_SKINS, GLTFData::joint_offset, json_append_array_int_val(), json_append_array_key(), json_insert_parse(), LBUF, GLTFData::node_offset, GLTFData::num_joints, GLTFData::skin_no, GLTFData::skins, and snprintf.
Referenced by GLTFData::addShell().
void addTextures | ( | MeshFacetNode * | facet | ) |
Definition at line 631 of file GLTFDataTool.cpp.
References add_tList_node_bystr(), Buffer::buf, canonical_filename_Buffer(), find_tList_end(), free_Buffer(), TextureParam::getName(), GLTFData::image_list, GLTFData::image_no, GLTFData::images, JBXL_GLTF_IMAGES, JBXL_GLTF_TEXTURES, json_insert_parse(), LBUF, make_Buffer_str, MeshFacetNode::material_param, MeshFacetNode::next, MeshFacetNode::same_material, search_key_tList(), snprintf, MaterialParam::texture, GLTFData::textures, and TRUE.
Referenced by GLTFData::addShell().
void closeSolid | ( | void | ) |
Definition at line 843 of file GLTFDataTool.cpp.
References GLTFData::bin_buffer, GLTFData::bin_mode, Buffer::buf, GLTFData::createBinDataAoS(), GLTFData::createBinDataSoA(), del_json_node, JBXL_GLTF_BIN_AOS, and GLTFData::skins.
uDWord convertJson_gltf2glb | ( | glbTextureInfo * | tex_info | ) |
uDWord GLTFData::convertJson_gltf2glb(glbTextureInfo* tex_info)
glTFの Jsonデータを glbの Jsonデータに変換する.
tex_info | テクスチャ情報を格納したデータへのポインタ |
テクスチャデータの合計サイズ.PADを含む.uDWord(unsigned | 4Byte int) |
Definition at line 2136 of file GLTFDataTool.cpp.
References GLTFData::accessor_no, GLTFData::bin_buffer, GLTFData::bin_offset, GLTFData::buffers, GLTFData::buffviews, del_json, FALSE, GLTFData::images, JBXL_GLB_ACCESSORS_PNG_IMAGE, JBXL_GLTF_VIEWS_DATA, glbTextureInfo::json, json_insert_parse(), json_set_int_val(), LBUF, glbTextureInfo::length, glbTextureInfo::next, glbTextureInfo::pad, search_key_json(), snprintf, GLTFData::view_no, and Buffer::vldsz.
Referenced by GLTFData::output_glb().
void convertJson_TexturePath | ( | char * | tex_dirn | ) |
Definition at line 2025 of file GLTFDataTool.cpp.
References cat_s2Buffer, FALSE, free_Buffer(), GLTFData::images, new_Buffer(), and search_key_json().
Referenced by GLTFData::output_gltf().
void createBinDataAoS | ( | void | ) |
void GLTFData::createBinDataAoS(void)
GLTFの this->shell_node に格納された Geometoryデータを AoS形式で this->bin_bufferに格納する. this->shell_node 中の Geometory データは,予め createShellGeometryData() で計算しておく必要がある. this->bin_buffer はそのまま出力できる.
Definition at line 1596 of file GLTFDataTool.cpp.
References GLTFData::bin_buffer, Buffer::buf, cat_b2Buffer(), Vector4< T >::element(), GLTFShellNode::facet_index, GLTFShellNode::facet_vertex, GLTFData::has_joints, make_Buffer(), GLTFShellNode::next, GLTFShellNode::num_facets, GLTFData::num_joints, PRINT_MESG, GLTFShellNode::shell_indexes, GLTFData::shell_no, GLTFShellNode::shell_vertexes, GLTFData::shellNode, UVMap< T >::u, UVMap< T >::v, GLTFShellNode::vi, GLTFShellNode::vj, GLTFShellNode::vm, GLTFShellNode::vn, GLTFShellNode::vu, GLTFShellNode::vv, GLTFShellNode::vw, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Referenced by GLTFData::closeSolid().
void createBinDataIBM | ( | SkinJointData * | skin_joint, |
AffineTrans< double > * | ue_trans = NULL ) |
Definition at line 1801 of file GLTFDataTool.cpp.
References AffineTrans< T >::affineMatrixAfter(), GLTFData::bin_buffer, SkinJointData::bind_shape, cat_b2Buffer(), AffineTrans< T >::computeMatrix(), AffineTrans< T >::element(), GLTFData::engine, AffineTrans< T >::free(), SkinJointData::inverse_bind, JBXL_3D_ENGINE_UE, and GLTFData::joints_list.
Referenced by GLTFData::addShell().
void createBinDataSeqAoS | ( | MeshFacetNode * | facet, |
int | shell_indexes, | ||
int | shell_vertexes ) |
void GLTFData::createBinDataSeqAoS(MeshFacetNode* facet, int shell_indexes, int shell_vertexes)
GLTFの Geometoryデータを AoS形式で 逐次作成し,this->bin_bufferに追加していく. 最終的に作成された this->bin_buffer はそのまま出力できる. this->shellNode は使用しない.
Definition at line 998 of file GLTFDataTool.cpp.
References GLTFData::bin_buffer, Buffer::buf, Buffer::bufsz, cat_b2Buffer(), MeshFacetNode::data_index, GLTFData::free(), ArrayParam< T >::get_size(), ArrayParam< T >::get_value(), GLTFData::has_joints, GLTFData::joints_list, make_Buffer(), MeshFacetNode::next, MeshFacetNode::normal_value, MeshFacetNode::num_index, MeshFacetNode::num_vertex, PRINT_MESG, MeshFacetNode::texcrd_value, UVMap< T >::u, UVMap< T >::v, MeshFacetNode::vertex_value, MeshFacetNode::weight_value, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Referenced by GLTFData::addShell().
void createBinDataSeqSoA | ( | MeshFacetNode * | facet, |
int | shell_indexes, | ||
int | shell_vertexes ) |
void GLTFData::createBinDataSeqSoA(MeshFacetNode* facet, int shell_indexes, int shell_vertexes)
GLTFの Geometoryデータを SoA形式で 逐次作成し,this->bin_bufferに追加していく. 最終的に作成された this->bin_buffer はそのまま出力できる. this->shellNode は使用しない.
SoA Ixn, Vxm, Nxm, Uxm, Jxm ,Wxm ...... facet Ixn, Vxm, Nxm, Uxm, Jxm ,Wxm ...... facet ......................................... Ixn, Vxm, Nxm, Uxm, Jxm ,Wxm ...... facet
Definition at line 1259 of file GLTFDataTool.cpp.
References GLTFData::bin_buffer, Buffer::buf, Buffer::bufsz, cat_b2Buffer(), MeshFacetNode::data_index, GLTFData::free(), ArrayParam< T >::get_size(), ArrayParam< T >::get_value(), GLTFData::has_joints, GLTFData::joints_list, make_Buffer(), MeshFacetNode::next, MeshFacetNode::normal_value, MeshFacetNode::num_index, MeshFacetNode::num_texcrd, MeshFacetNode::num_vertex, PRINT_MESG, MeshFacetNode::texcrd_value, UVMap< T >::u, UVMap< T >::v, MeshFacetNode::vertex_value, MeshFacetNode::weight_value, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Referenced by GLTFData::addShell().
void createBinDataSoA | ( | void | ) |
void GLTFData::createBinDataSoA(void)
GLTFの this->shell_node に格納された Geometoryデータを SoA形式で this->bin_bufferに格納する. this->shell_node 中の Geometory データは,予め createShellGeometryData() で計算しておく必要がある. this->bin_buffer はそのまま出力できる.
Definition at line 1682 of file GLTFDataTool.cpp.
References GLTFData::bin_buffer, Buffer::buf, cat_b2Buffer(), Vector4< T >::element(), GLTFShellNode::facet_index, GLTFShellNode::facet_vertex, GLTFData::has_joints, make_Buffer(), GLTFShellNode::next, GLTFShellNode::num_facets, GLTFData::num_joints, PRINT_MESG, GLTFShellNode::shell_indexes, GLTFShellNode::shell_vertexes, GLTFData::shellNode, UVMap< T >::u, UVMap< T >::v, GLTFShellNode::vi, GLTFShellNode::vj, GLTFShellNode::vm, GLTFShellNode::vn, GLTFShellNode::vu, GLTFShellNode::vv, GLTFShellNode::vw, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Referenced by GLTFData::closeSolid().
void createShellGeometryData | ( | MeshFacetNode * | facet, |
int | shell_indexes, | ||
int | shell_vertexes, | ||
SkinJointData * | skin_joint = NULL, | ||
AffineTrans< double > * | ue_trans = NULL ) |
SHELL毎に呼び出され,SHELL中の全FACETのジオメトリ情報を this->shellNode に格納する.
facet | SHELL中の FACETの先頭データ. |
shell_indexes | SHELL中の indexデータの総数. |
shell_vetexes | SHELL中の vertexデータの総数. |
skin_joint | SHELLの Joint情報へのポインタ. |
ue_trans | UE5 Bug 修正用 Affine変換行列.addNode() で変換した分を元に戻すための逆行列. |
Definition at line 1428 of file GLTFDataTool.cpp.
References AffineTrans< T >::affineMatrixAfter(), SkinJointData::bind_shape, AffineTrans< T >::computeMatrix(), MeshFacetNode::data_index, Vector4< T >::element(), AffineTrans< T >::element(), GLTFData::engine, GLTFShellNode::facet_index, GLTFShellNode::facet_vertex, AffineTrans< T >::free(), ArrayParam< T >::get_size(), ArrayParam< T >::get_value(), GLTFData::has_joints, SkinJointData::inverse_bind, JBXL_3D_ENGINE_UE, JBXL_3D_ENGINE_UNITY, GLTFData::joints_list, GLTFShellNode::next, MeshFacetNode::next, MeshFacetNode::normal_value, GLTFShellNode::num_facets, MeshFacetNode::num_index, GLTFData::num_joints, MeshFacetNode::num_vertex, PRINT_MESG, GLTFShellNode::shell_indexes, GLTFShellNode::shell_vertexes, GLTFData::shellNode, MeshFacetNode::texcrd_value, UVMap< T >::u, UVMap< T >::v, MeshFacetNode::vertex_value, GLTFShellNode::vi, GLTFShellNode::vj, GLTFShellNode::vm, GLTFShellNode::vn, GLTFShellNode::vu, GLTFShellNode::vv, GLTFShellNode::vw, and MeshFacetNode::weight_value.
Referenced by GLTFData::addShell().
void execAffineUVMap | ( | MeshFacetNode * | facet, |
AffineTrans< double > * | affine ) |
UV Map を処理する
Definition at line 256 of file GLTFDataTool.cpp.
References MeshFacetNode::execAffineTransUVMap(), MeshFacetNode::generatePlanarUVMap(), AffineTrans< T >::getScale(), MaterialParam::mapping, MATERIAL_MAPPING_PLANAR, MeshFacetNode::material_param, MeshFacetNode::next, MeshFacetNode::num_texcrd, and MeshFacetNode::texcrd_value.
Referenced by GLTFData::addShell().
void free | ( | void | ) |
Definition at line 159 of file GLTFDataTool.cpp.
References GLTFData::affineRoot, GLTFData::alt_name, GLTFData::bin_buffer, del_json, del_tList(), GLTFShellNode::delete_next(), AffineTrans< T >::free(), free_Buffer(), GLTFData::gltf_name, GLTFData::image_list, GLTFData::joints_list, GLTFData::json_data, GLTFData::material_list, and GLTFData::shellNode.
Referenced by GLTFData::createBinDataSeqAoS(), GLTFData::createBinDataSeqSoA(), GLTFData::freeGLBTextureInfo(), jbxl::freeGLTFData(), GLTFData::output_glb(), GLTFData::outputFile(), and GLTFData::~GLTFData().
void freeGLBTextureInfo | ( | glbTextureInfo * | tex_info | ) |
Definition at line 2225 of file GLTFDataTool.cpp.
References glbTextureInfo::fname, GLTFData::free(), free_Buffer(), and glbTextureInfo::next.
Referenced by GLTFData::output_glb().
AffineTrans< double > getAffineBaseTrans4Engine | ( | void | ) |
AffineTrans<double> GLTFData::getAffineBaseTrans4Engine(void)
×使用するエンジンに合わせて.... (UNITY と UE で同じ? GLTFの規格のせい?)
FACET毎の Affine変換のパラメータを変更する.
Definition at line 237 of file GLTFDataTool.cpp.
References AffineTrans< T >::computeComponents(), and AffineTrans< T >::element().
Referenced by GLTFData::addNodes(), GLTFData::addRootNode(), GLTFData::addShell(), and GLTFData::addSkeletonNodes().
gltfFacetMinMax getFacetMinMax | ( | MeshFacetNode * | facet | ) |
Definition at line 2057 of file GLTFDataTool.cpp.
References MeshFacetNode::num_vertex, MeshFacetNode::vertex_value, gltfFacetMinMax::vertex_x_max, gltfFacetMinMax::vertex_x_min, gltfFacetMinMax::vertex_y_max, gltfFacetMinMax::vertex_y_min, gltfFacetMinMax::vertex_z_max, gltfFacetMinMax::vertex_z_min, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Referenced by GLTFData::addAccessorsAoS(), and GLTFData::addAccessorsSoA().
glbTextureInfo * getGLBTextureInfo | ( | const char * | tex_dirn | ) |
Definition at line 2173 of file GLTFDataTool.cpp.
References cat_s2Buffer, FALSE, file_size(), GLTFData::images, glbTextureInfo::length, new_Buffer(), and search_key_json().
Referenced by GLTFData::output_glb().
void init | ( | void | ) |
Definition at line 91 of file GLTFDataTool.cpp.
References GLTFData::accessor_no, GLTFData::accessors, GLTFData::affineRoot, GLTFData::alt_name, GLTFData::bin_buffer, GLTFData::bin_mode, GLTFData::bin_offset, GLTFData::bin_seq, GLTFData::buffers, GLTFData::buffviews, GLTFData::center, GLTFData::engine, GLTFData::forUE, GLTFData::forUnity, GLTFData::glb_out, GLTFData::gltf_name, GLTFData::has_joints, GLTFData::has_skeleton_node, GLTFData::image_list, GLTFData::image_no, GLTFData::images, AffineTrans< T >::init(), init_Buffer(), GLTFData::initGLTF(), JBXL_3D_ENGINE_UNITY, JBXL_GLTF_BIN_SOA, GLTFData::joint_offset, GLTFData::joints_list, GLTFData::json_data, GLTFData::material_list, GLTFData::material_no, GLTFData::materials, GLTFData::mesh_no, GLTFData::mesh_prim_no, GLTFData::meshes, new_tList_anchor_node(), GLTFData::no_offset, GLTFData::node_no, GLTFData::node_offset, GLTFData::nodes, GLTFData::nodes_children, GLTFData::num_joints, GLTFData::phantom_out, GLTFData::scenes, GLTFData::scenes_name, GLTFData::scenes_nodes, GLTFData::shell_no, GLTFData::shellNode, GLTFData::skin_no, GLTFData::skins, GLTFData::textures, and GLTFData::view_no.
Referenced by GLTFData::GLTFData().
void initGLTF | ( | void | ) |
Definition at line 195 of file GLTFDataTool.cpp.
References GLTFData::accessors, GLTFData::buffers, GLTFData::buffviews, FALSE, GLTFData::images, JBXL_GLTF_COPYRIGHT, JBXL_GLTF_GENERATOR, JBXL_GLTF_VERSION, json_append_array_key(), GLTFData::json_data, json_insert_parse(), json_parse(), json_set_str_val(), GLTFData::materials, GLTFData::meshes, GLTFData::nodes, GLTFData::scenes, GLTFData::scenes_name, GLTFData::scenes_nodes, search_double_key_json(), GLTFData::skins, and GLTFData::textures.
Referenced by GLTFData::init().
void output_glb | ( | char * | fn, |
char * | out_dirn, | ||
char * | tex_dirn, | ||
char * | bin_dirn ) |
Definition at line 1922 of file GLTFDataTool.cpp.
References GLTFData::bin_buffer, Buffer::buf, GLTFData::buffers, cat_s2Buffer, change_file_extension_Buffer(), GLTFData::convertJson_gltf2glb(), glbDataChunk::data, DEBUG_MODE, glbTextureInfo::fname, GLTFData::free(), free_Buffer(), GLTFData::freeGLBTextureInfo(), GLTFData::getGLBTextureInfo(), JBXL_GLB_HEADER, JBXL_GLB_TYPE_BIN, JBXL_GLB_TYPE_JSON, JBXL_GLTF_BUFFERS_BIN, GLTFData::json_data, json_insert_parse(), json_inverse_parse(), JSON_ONELINE_FORMAT, LBUF, glbFileHeader::length, glbDataChunk::length, glbTextureInfo::length, glbFileHeader::magic, make_Buffer_bystr, glbTextureInfo::next, glbDataChunk::pad, glbTextureInfo::pad, PRINT_MESG, snprintf, glbDataChunk::type, UNUSED, glbFileHeader::version, and Buffer::vldsz.
Referenced by GLTFData::outputFile().
void output_gltf | ( | char * | fn, |
char * | out_dirn, | ||
char * | tex_dirn, | ||
char * | bin_dirn ) |
Definition at line 1855 of file GLTFDataTool.cpp.
References GLTFData::bin_buffer, Buffer::buf, GLTFData::buffers, cat_s2Buffer, change_file_extension_Buffer(), GLTFData::convertJson_TexturePath(), free_Buffer(), JBXL_GLTF_BUFFERS_BIN, GLTFData::json_data, JSON_INDENT_FORMAT, json_insert_parse(), LBUF, make_Buffer_bystr, print_json(), PRINT_MESG, replace_char(), snprintf, and Buffer::vldsz.
Referenced by GLTFData::outputFile().
void outputFile | ( | const char * | fn, |
const char * | out_dirn, | ||
const char * | tex_dirn, | ||
const char * | bin_dirn ) |
Definition at line 1833 of file GLTFDataTool.cpp.
References Buffer::buf, canonical_filename_Buffer(), GLTFData::free(), free_Buffer(), get_file_name(), GLTFData::glb_out, make_Buffer_bystr, GLTFData::output_glb(), GLTFData::output_gltf(), pack_head_tail_char(), and TRUE.
void setEngine | ( | int | e | ) |
Definition at line 182 of file GLTFDataTool.cpp.
References GLTFData::engine, JBXL_3D_ENGINE_UE, JBXL_3D_ENGINE_UNITY, GLTFData::setUE(), and GLTFData::setUnity().
|
inline |
Definition at line 247 of file GLTFDataTool.h.
Referenced by GLTFData::setEngine().
|
inline |
Definition at line 246 of file GLTFDataTool.h.
Referenced by GLTFData::setEngine().
unsigned int accessor_no |
Definition at line 215 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsAoS(), GLTFData::addAccessorsIBM(), GLTFData::addAccessorsSoA(), GLTFData::addSkins(), GLTFData::convertJson_gltf2glb(), and GLTFData::init().
tJson* accessors |
Definition at line 232 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsAoS(), GLTFData::addAccessorsIBM(), GLTFData::addAccessorsSoA(), GLTFData::init(), and GLTFData::initGLTF().
AffineTrans<double> affineRoot |
Definition at line 200 of file GLTFDataTool.h.
Referenced by GLTFData::addNodes(), GLTFData::addRootNode(), GLTFData::addShell(), GLTFData::addSkeletonNodes(), GLTFData::free(), and GLTFData::init().
Buffer alt_name |
Definition at line 179 of file GLTFDataTool.h.
Referenced by GLTFData::addNodes(), GLTFData::addShell(), GLTFData::free(), and GLTFData::init().
Buffer bin_buffer |
Definition at line 202 of file GLTFDataTool.h.
Referenced by GLTFData::closeSolid(), GLTFData::convertJson_gltf2glb(), GLTFData::createBinDataAoS(), GLTFData::createBinDataIBM(), GLTFData::createBinDataSeqAoS(), GLTFData::createBinDataSeqSoA(), GLTFData::createBinDataSoA(), GLTFData::free(), GLTFData::init(), GLTFData::output_glb(), and GLTFData::output_gltf().
int bin_mode |
Definition at line 183 of file GLTFDataTool.h.
Referenced by GLTFData::addShell(), GLTFData::closeSolid(), and GLTFData::init().
unsigned int bin_offset |
Definition at line 203 of file GLTFDataTool.h.
Referenced by GLTFData::addBufferViewsAoS(), GLTFData::addBufferViewsIBM(), GLTFData::addBufferViewsSoA(), GLTFData::convertJson_gltf2glb(), and GLTFData::init().
bool bin_seq |
Definition at line 184 of file GLTFDataTool.h.
Referenced by GLTFData::addShell(), and GLTFData::init().
tJson* buffers |
Definition at line 230 of file GLTFDataTool.h.
Referenced by GLTFData::convertJson_gltf2glb(), GLTFData::init(), GLTFData::initGLTF(), GLTFData::output_glb(), and GLTFData::output_gltf().
tJson* buffviews |
Definition at line 231 of file GLTFDataTool.h.
Referenced by GLTFData::addBufferViewsAoS(), GLTFData::addBufferViewsIBM(), GLTFData::addBufferViewsSoA(), GLTFData::convertJson_gltf2glb(), GLTFData::init(), and GLTFData::initGLTF().
Vector<double> center |
Definition at line 199 of file GLTFDataTool.h.
Referenced by GLTFData::addShell(), and GLTFData::init().
int engine |
Definition at line 190 of file GLTFDataTool.h.
Referenced by GLTFData::addNodes(), GLTFData::addShell(), GLTFData::createBinDataIBM(), GLTFData::createShellGeometryData(), GLTFData::init(), and GLTFData::setEngine().
bool forUE |
Definition at line 189 of file GLTFDataTool.h.
Referenced by GLTFData::init().
bool forUnity |
Definition at line 188 of file GLTFDataTool.h.
Referenced by GLTFData::init().
bool glb_out |
Definition at line 186 of file GLTFDataTool.h.
Referenced by GLTFData::init(), and GLTFData::outputFile().
Buffer gltf_name |
Definition at line 178 of file GLTFDataTool.h.
Referenced by GLTFData::addScenes(), GLTFData::addShell(), GLTFData::free(), and GLTFData::init().
bool has_joints |
Definition at line 192 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsAoS(), GLTFData::addAccessorsSoA(), GLTFData::addBufferViewsAoS(), GLTFData::addBufferViewsSoA(), GLTFData::addMeshes(), GLTFData::addNodes(), GLTFData::addShell(), GLTFData::addSkins(), GLTFData::createBinDataAoS(), GLTFData::createBinDataSeqAoS(), GLTFData::createBinDataSeqSoA(), GLTFData::createBinDataSoA(), GLTFData::createShellGeometryData(), and GLTFData::init().
bool has_skeleton_node |
Definition at line 193 of file GLTFDataTool.h.
Referenced by GLTFData::addShell(), and GLTFData::init().
tList* image_list |
Definition at line 196 of file GLTFDataTool.h.
Referenced by GLTFData::addMaterials(), GLTFData::addTextures(), GLTFData::free(), and GLTFData::init().
unsigned int image_no |
Definition at line 217 of file GLTFDataTool.h.
Referenced by GLTFData::addTextures(), and GLTFData::init().
tJson* images |
Definition at line 235 of file GLTFDataTool.h.
Referenced by GLTFData::addTextures(), GLTFData::convertJson_gltf2glb(), GLTFData::convertJson_TexturePath(), GLTFData::getGLBTextureInfo(), GLTFData::init(), and GLTFData::initGLTF().
unsigned int joint_offset |
Definition at line 221 of file GLTFDataTool.h.
Referenced by GLTFData::addSkeletonNodes(), GLTFData::addSkins(), and GLTFData::init().
tList* joints_list |
Definition at line 194 of file GLTFDataTool.h.
Referenced by GLTFData::addShell(), GLTFData::addSkeletonNodes(), GLTFData::createBinDataIBM(), GLTFData::createBinDataSeqAoS(), GLTFData::createBinDataSeqSoA(), GLTFData::createShellGeometryData(), GLTFData::free(), and GLTFData::init().
tJson* json_data |
Definition at line 223 of file GLTFDataTool.h.
Referenced by GLTFData::free(), GLTFData::init(), GLTFData::initGLTF(), GLTFData::output_glb(), and GLTFData::output_gltf().
tList* material_list |
Definition at line 197 of file GLTFDataTool.h.
Referenced by GLTFData::addMaterials(), GLTFData::addMeshes(), GLTFData::free(), and GLTFData::init().
unsigned int material_no |
Definition at line 216 of file GLTFDataTool.h.
Referenced by GLTFData::addMaterials(), and GLTFData::init().
tJson* materials |
Definition at line 233 of file GLTFDataTool.h.
Referenced by GLTFData::addMaterials(), GLTFData::init(), and GLTFData::initGLTF().
unsigned int mesh_no |
Definition at line 211 of file GLTFDataTool.h.
Referenced by GLTFData::addMeshes(), and GLTFData::init().
unsigned int mesh_prim_no |
Definition at line 212 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsIBM(), GLTFData::addMeshes(), and GLTFData::init().
tJson* meshes |
Definition at line 228 of file GLTFDataTool.h.
Referenced by GLTFData::addMeshes(), GLTFData::init(), and GLTFData::initGLTF().
bool no_offset |
Definition at line 181 of file GLTFDataTool.h.
Referenced by GLTFData::addShell(), and GLTFData::init().
unsigned int node_no |
Definition at line 210 of file GLTFDataTool.h.
Referenced by GLTFData::addNodes(), GLTFData::addRootNode(), GLTFData::addScenes(), GLTFData::addShell(), GLTFData::addSkeletonNodes(), and GLTFData::init().
unsigned int node_offset |
Definition at line 220 of file GLTFDataTool.h.
Referenced by GLTFData::addScenes(), GLTFData::addSkeletonNodes(), GLTFData::addSkins(), and GLTFData::init().
tJson* nodes |
Definition at line 227 of file GLTFDataTool.h.
Referenced by GLTFData::addNodes(), GLTFData::addRootNode(), GLTFData::addSkeletonNodes(), GLTFData::init(), and GLTFData::initGLTF().
tJson* nodes_children |
Definition at line 237 of file GLTFDataTool.h.
Referenced by GLTFData::addNodes(), GLTFData::addRootNode(), GLTFData::addSkeletonNodes(), and GLTFData::init().
unsigned int num_joints |
Definition at line 219 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsIBM(), GLTFData::addBufferViewsIBM(), GLTFData::addShell(), GLTFData::addSkins(), GLTFData::createBinDataAoS(), GLTFData::createBinDataSoA(), GLTFData::createShellGeometryData(), and GLTFData::init().
bool phantom_out |
Definition at line 180 of file GLTFDataTool.h.
Referenced by GLTFData::addShell(), and GLTFData::init().
tJson* scenes |
Definition at line 224 of file GLTFDataTool.h.
Referenced by GLTFData::init(), and GLTFData::initGLTF().
tJson* scenes_name |
Definition at line 225 of file GLTFDataTool.h.
Referenced by GLTFData::addScenes(), GLTFData::init(), and GLTFData::initGLTF().
tJson* scenes_nodes |
Definition at line 226 of file GLTFDataTool.h.
Referenced by GLTFData::addScenes(), GLTFData::init(), and GLTFData::initGLTF().
unsigned int shell_no |
Definition at line 209 of file GLTFDataTool.h.
Referenced by GLTFData::addShell(), GLTFData::createBinDataAoS(), and GLTFData::init().
GLTFShellNode* shellNode |
Definition at line 239 of file GLTFDataTool.h.
Referenced by GLTFData::createBinDataAoS(), GLTFData::createBinDataSoA(), GLTFData::createShellGeometryData(), GLTFData::free(), and GLTFData::init().
unsigned int skin_no |
Definition at line 213 of file GLTFDataTool.h.
Referenced by GLTFData::addNodes(), GLTFData::addSkins(), and GLTFData::init().
tJson* skins |
Definition at line 229 of file GLTFDataTool.h.
Referenced by GLTFData::addSkins(), GLTFData::closeSolid(), GLTFData::init(), and GLTFData::initGLTF().
tJson* textures |
Definition at line 234 of file GLTFDataTool.h.
Referenced by GLTFData::addTextures(), GLTFData::init(), and GLTFData::initGLTF().
unsigned int view_no |
Definition at line 214 of file GLTFDataTool.h.
Referenced by GLTFData::addAccessorsAoS(), GLTFData::addAccessorsIBM(), GLTFData::addAccessorsSoA(), GLTFData::convertJson_gltf2glb(), and GLTFData::init().