Skip to content

iamsleepy/ApiMeshShapeArnoldTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiMeshShapeArnoldTranslator

A basic Arnold translator for the apiMeshShape in the Maya devkit.

Usage

Copy ArnoldTranslator.dll into mtoadeploy/2017/extensions folder. Reload mtoa in Maya and the apiMeshShape can be rendered in Arnold now.

Note

You'll need to modify apiMeshShape and expose apiMeshGeom and link with it. E.g.

    //Modify apiMeshGeom* meshGeom(); in the apiMeshShape.h
    __declspec(dllexport) apiMeshGeom*     __cdecl meshGeom();

For more details, please check

https://around-the-corner.typepad.com/adn/2017/05/how-to-write-an-arnold-translator-for-mpxsurfaceshapes.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages