Hi I have a little question. I’m trying to get into making my own plugins for vvvv. I’m trying to get the PluginMeshTemplate project to compile. I dowloaded and installed the SlimDX SDK, so that stuff works. But there’s still one thing. In the example the IPluginHost (FHost) has a method called CreateMeshOutput. I can’t find any info about it anywhere, but it seems to be in the svn multiple places… What’s up with that?
FHost.CreateMeshOutput(“Mesh”, TSliceMode.Dynamic, TPinVisibility.True, out FMyMeshOutput);
ryan