A simple question about culling

Posted By: Templar

A simple question about culling - 10/21/04 19:33

Hi,

could anyone please post here the simplest material effect that turns off culling? I guess it's pretty trivial

thanks
Posted By: Alexander Esslinger

Re: A simple question about culling - 10/22/04 02:39

Yes it is.

Code:

material mat_nocull {
effect = "
technique t0 {
pass p0 {
CullMode = None;
}
}";
}
Posted By: Templar

Re: A simple question about culling - 10/22/04 20:16

Excelent! thank you.
© 2023 lite-C Forums