XNA Deferred Renderer without loading models

Started by
0 comments, last by jischneider 12 years ago
Is it possible to use a deferred renderer without using a model pipeline? My engine creates all models from an editor and I dont use any imported models at all.

It seems that all XNA DR for 4.0 are all using the same code just copy/paste and i cant find anyone using one on just generated triangles.
Advertisement
I don’t understand your problem. In my deferred renderer (deferred lighting actually) I use dynamic vertex buffers, indexed vertex buffers, skinned model, whatever I have to use, and I don’t find any problem.

You can download my engine’s code from my signature link. It is still in development, but I think that you will find what you need (mostly anyway).

Good luck!!

[size=1]Project page: [size=1]<

[size=1] XNA FINAL Engine[size=1] [size=1]>

This topic is closed to new replies.

Advertisement