Notifications
Clear all
[Closed] Replacing Material Editor Preview Slot. Can it be done?
Feb 13, 2007 12:18 pm
Hey,
Does anyone knows if it is possible to replace that sphere in the material editor preview slot with a simple bitmap image? I’m doing a custom material here and i want to render a preview bitmap and put it into mat editor slot. I found no info about this from help files so i’m not sure if it can be done at all.
Any feedback would be kindly appreciated!!
Thanks!
Suvakas
2 Replies
Feb 13, 2007 12:18 pm
In material editor then material editor options, there is a slot for a custom object. not tried it but guess thats it.
Anim
Feb 13, 2007 12:18 pm
this can be done only (AFAIK) by implementing your own renderer. That is, by deriving from class Renderer. Max will call your specialized render() function when it needs to render either the scene, or a material slot (which is like a mini scene).