Rendering a mesh with an effect

ardman

Newcomer
Joined
Jul 19, 2005
Messages
11
Hi all,
I'm struggling to create a generic mesh class which will load a mesh, apply the materials and also allow for an effect file to be rendered too. Has anyone done anything like this before?
 
ardman said:
Hi all,
I'm struggling to create a generic mesh class which will load a mesh, apply the materials and also allow for an effect file to be rendered too. Has anyone done anything like this before?

Yes. How far along in the code are you? This would help with a starting point.
 
Last edited:
Grasshopper-NET said:
Yes. How far along in the code are you? This would help with a starting point.

I have amended the way that I render the engine and have forced everything down the route of shaders which has resolved the issue.
 
Back
Top