Light transformation, rotation, and scaling is now imported correctly from FBX files

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4042
This commit is contained in:
kearwood
2012-04-12 22:18:38 +00:00
parent f847b89f5a
commit 3749d3edfd
2 changed files with 12 additions and 7 deletions

View File

@@ -184,6 +184,8 @@
CFTimeInterval frame_start_time = CACurrentMediaTime();
NSAutoreleasePool *framePool = [[NSAutoreleasePool alloc] init];
CFTimeInterval time = [displayLink timestamp];
float deltaTime = (time - _lastTime);
_lastTime = time;