Skip to content

Commit

Permalink
Fix OBJs being imported as all invisible
Browse files Browse the repository at this point in the history
That was obviously wrong.
  • Loading branch information
cochrane committed Apr 23, 2018
1 parent f043ba2 commit 23a536a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GLLara/GLLModelMeshObj.mm
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,10 @@ - (BOOL)colorsAreFloats
return YES;
}

- (BOOL)initiallyVisible
{
// OBJ has no concept of initially invisible things.
return YES;
}

@end

0 comments on commit 23a536a

Please sign in to comment.