Search found 3 matches

by [ICR]
Fri Jul 23, 2004 7:51 am
Forum: Advanced Help
Topic: Rendering to an SMaterial
Replies: 3
Views: 453

Okay. Is there an estirmated time to when it will be done? Just so I know whether it's worth doing it myself or not.
by [ICR]
Thu Jul 22, 2004 8:41 am
Forum: Advanced Help
Topic: Rendering to an SMaterial
Replies: 3
Views: 453

I have: if (driver->queryFeature(EVDF_RENDER_TO_TARGET)) { ITexture *texTest; driver->setRenderTarget(texTest); printf("Driver does support this feature"); }else{ printf("Driver does not support this feature"); } Yet it just crashes with the setRenderTarget in. It does this both ...
by [ICR]
Wed Jul 14, 2004 9:34 am
Forum: Advanced Help
Topic: Rendering to an SMaterial
Replies: 3
Views: 453

Rendering to an SMaterial

Is it possible to render an object to an SMaterial? No, I don't want to do any form of environment mapping. I have several 2D effects such as alpha masks, blurring etc. before I render it.