ai_deprecated.h
1 /*
2  * Arnold API header file
3  * Copyright (c) 1998-2009 Marcos Fajardo, (c) 2009-2013 Solid Angle SL
4  */
5 
15 #pragma once
16 
17 #define AiGamma(g,c) AiColorGamma(c, g);
18 
19 #define AI_PNT2_ZERO AI_P2_ZERO
20 #define AI_PNT2_ONE AI_P2_ONE
21 
22 #define _name AiNodeGetName(node)
23 
24 #define AiNodeInstall AiNodeEntryInstall
25 #define AiNodeUninstall AiNodeEntryUninstall

© 2009-2013 Solid Angle SL · all rights reserved · www.solidangle.com