Home
last modified time | relevance | path

Searched refs:flattened_vertices (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/assimp/code/FBX/
H A DFBXExporter.cpp1033 std::vector<double> flattened_vertices; in WriteObjects() local
1046 flattened_vertices.push_back(vtx[0]); in WriteObjects()
1047 flattened_vertices.push_back(vtx[1]); in WriteObjects()
1048 flattened_vertices.push_back(vtx[2]); in WriteObjects()
1060 flattened_vertices.push_back(vtx.x); in WriteObjects()
1061 flattened_vertices.push_back(vtx.y); in WriteObjects()
1062 flattened_vertices.push_back(vtx.z); in WriteObjects()
1068 "Vertices", flattened_vertices, outstream, binary, indent in WriteObjects()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/FBX/
H A DFBXExporter.cpp1033 std::vector<double> flattened_vertices; in WriteObjects() local
1046 flattened_vertices.push_back(vtx[0]); in WriteObjects()
1047 flattened_vertices.push_back(vtx[1]); in WriteObjects()
1048 flattened_vertices.push_back(vtx[2]); in WriteObjects()
1060 flattened_vertices.push_back(vtx.x); in WriteObjects()
1061 flattened_vertices.push_back(vtx.y); in WriteObjects()
1062 flattened_vertices.push_back(vtx.z); in WriteObjects()
1068 "Vertices", flattened_vertices, outstream, binary, indent in WriteObjects()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/FBX/
H A DFBXExporter.cpp1033 std::vector<double> flattened_vertices; in WriteObjects() local
1046 flattened_vertices.push_back(vtx[0]); in WriteObjects()
1047 flattened_vertices.push_back(vtx[1]); in WriteObjects()
1048 flattened_vertices.push_back(vtx[2]); in WriteObjects()
1060 flattened_vertices.push_back(vtx.x); in WriteObjects()
1061 flattened_vertices.push_back(vtx.y); in WriteObjects()
1062 flattened_vertices.push_back(vtx.z); in WriteObjects()
1068 "Vertices", flattened_vertices, outstream, binary, indent in WriteObjects()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/FBX/
H A DFBXExporter.cpp1113 std::vector<double> flattened_vertices; in WriteObjects() local
1126 flattened_vertices.push_back(vtx[0]); in WriteObjects()
1127 flattened_vertices.push_back(vtx[1]); in WriteObjects()
1128 flattened_vertices.push_back(vtx[2]); in WriteObjects()
1140 flattened_vertices.push_back(vtx.x); in WriteObjects()
1141 flattened_vertices.push_back(vtx.y); in WriteObjects()
1142 flattened_vertices.push_back(vtx.z); in WriteObjects()
1148 "Vertices", flattened_vertices, outstream, binary, indent in WriteObjects()