Hi,

something like this should do the trick:

material mtl_noclip {
effect="
technique noclip {
pass p0 {
ZWriteEnable = True;
ZFunc = Always;
}
}
";
}