Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk 3ds® Max® / SDK / DirectX Material - IParameterManager
  RSS 2.0 ATOM  

DirectX Material - IParameterManager
Rate this thread
 
24421
 
Permlink of this thread  
avatar
  • Total Posts: 1
  • Joined: 21 March 2009 11:45 PM

I’m using IParameterManager to retrieve params from a material extended from the DirectX material. I noticed that

bool IParamManager::GetParamData(LPVOID data, int index)

seems to work, but

bool IParamManager::GetParamData(LPVOID data, const TCHAR *paramName)

always returns true and never fills in the data. Has anyone else tried these two functions or seen this before?



Replies: 0
avatar
  • macrod
  • Posted: 04 April 2009 08:42 AM

GetParamData is pure virtual?



Computer Graphics
ma de in china

Replies: 0
avatar
  • ChrisWood
  • Posted: 03 December 2009 01:23 AM

They’re all pure virtual, it’s an interface.



Replies: 0