mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 21:45:15 +02:00
Removed temporary comment.
This commit is contained in:
parent
5c841616dc
commit
c049665090
1 changed files with 0 additions and 10 deletions
|
@ -260,16 +260,6 @@ QHash<QByteArray, int> createBlendshapeMap() {
|
|||
FBXGeometry extractFBXGeometry(const FBXNode& node) {
|
||||
FBXGeometry geometry;
|
||||
|
||||
// "Objects"
|
||||
// "Geometry" QVariant(qlonglong, 5386006736) QVariant(QByteArray, "QVariant(QByteArray, "Mesh")
|
||||
// "Vertices" QVector<double>
|
||||
// "PolygonVertexIndex" QVector<int>
|
||||
// "LayerElementNormal"
|
||||
// "Normals" QVector<double>
|
||||
// "Geometry" QVariant(qlonglong, 5470612480) QVariant(QByteArray, "BrowsD_LQVariant(QByteArray, "Shape")
|
||||
// "Vertices" QVector<double>
|
||||
// "Normals" QVector<double>
|
||||
|
||||
foreach (const FBXNode& child, node.children) {
|
||||
if (child.name == "Objects") {
|
||||
foreach (const FBXNode& object, child.children) {
|
||||
|
|
Loading…
Reference in a new issue