File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
// ////////////////////////////////////////////////////////////////////////
2
2
//
3
- // Copyright (c) 2011-2012 , Image Engine Design Inc. All rights reserved.
3
+ // Copyright (c) 2011-2013 , Image Engine Design Inc. All rights reserved.
4
4
//
5
5
// Redistribution and use in source and binary forms, with or without
6
6
// modification, are permitted provided that the following conditions are
@@ -288,6 +288,13 @@ void RATDeepImageWriter::open()
288
288
options->setOptionM4 ( " space:world" , IECore::convert<UT_Matrix4>( worldToCameraParameter ()->getTypedValue () ) );
289
289
290
290
// / \todo: set the cameraToNDC parameters
291
+
292
+ #if UT_MAJOR_VERSION_INT >= 13 && UT_BUILD_VERSION_INT >= 267
293
+
294
+ m_outputFile->setTextureOptions ( *options );
295
+
296
+ #endif
297
+
291
298
}
292
299
else
293
300
{
You can’t perform that action at this time.
0 commit comments