Obj-Importer: start new streaming handling.

This commit is contained in:
Kim Kulling
2016-10-07 09:19:10 +02:00
parent b61aaf7ec4
commit 0bae2bbfa7
3 changed files with 28 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ struct Face
// ------------------------------------------------------------------------------------------------
//! \struct Object
//! \brief Stores all objects of an objfile object definition
//! \brief Stores all objects of an obj-file object definition
struct Object
{
enum ObjectType
@@ -160,8 +160,8 @@ struct Material
aiString textureSpecularity;
aiString textureOpacity;
aiString textureDisp;
enum TextureType
{
enum TextureType {
TextureDiffuseType = 0,
TextureSpecularType,
TextureAmbientType,