Hi, I was wondering if it is possible to import the same piece of content multiple times with different content processors.
I have a content importer that imports a heightmap. The content processor then creates a model out of it. I have another content processor that can take the output from the importer and make it into a series of billboard for grass, etc.
What I want to do is use both processors, so I can draw my terrain, then draw the billboarded grass and plants on top of it. The problem is that I can only set one processor for the heightmap.
Is there a way to process the output from the importer twice using different processors, without having to use multiple copies of the heightmap?