parent
02ee002878
commit
e4b84ff48a
|
@ -772,12 +772,6 @@ void OpenGEXImporter::handleColorNode( ODDLParser::DDLNode *node, aiScene *pScen
|
||||||
Property *colorProp = node->getProperties();
|
Property *colorProp = node->getProperties();
|
||||||
if( NULL != colorProp ) {
|
if( NULL != colorProp ) {
|
||||||
if( NULL != colorProp->m_id ) {
|
if( NULL != colorProp->m_id ) {
|
||||||
/* ColorType type( getColorType( colorProp->m_primData ) );
|
|
||||||
if( type == DiffuseColor ) {
|
|
||||||
aiColor3D *col = new aiColor3D;
|
|
||||||
getColorRGBA( col, node->getValue() );
|
|
||||||
m_currentMaterial->AddProperty( col, 1, AI_MATKEY_COLOR_DIFFUSE );
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue