[cortex-vfx] r4606 committed - added todos

0 views
Skip to first unread message

corte...@googlecode.com

unread,
Feb 24, 2012, 8:53:01 PM2/24/12
to cortex...@googlegroups.com
Revision: 4606
Author: andrewk.imageengine
Date: Fri Feb 24 17:52:25 2012
Log: added todos
http://code.google.com/p/cortex-vfx/source/detail?r=4606

Modified:
/trunk/contrib/IECoreHoudini/src/SOP_InterpolatedCacheReader.cpp

=======================================
--- /trunk/contrib/IECoreHoudini/src/SOP_InterpolatedCacheReader.cpp Mon
Feb 13 10:06:15 2012
+++ /trunk/contrib/IECoreHoudini/src/SOP_InterpolatedCacheReader.cpp Fri
Feb 24 17:52:25 2012
@@ -123,7 +123,9 @@
try
{
float fps = OPgetDirector()->getChannelManager()->getSamplesPerSec();
+ /// \todo: expose samplesPerFrame as a parameter
OversamplesCalculator calc( fps, 1, (int)fps * frameMultiplier );
+ /// \todo: expose interpolation type as a parameter
m_cache = new InterpolatedCache( cacheFileName,
InterpolatedCache::Linear, calc );
}
catch ( IECore::InvalidArgumentException e )

Reply all
Reply to author
Forward
0 new messages