views:

180

answers:

1

How to anti-alias a collada model in papervision3D?

I've tried searching everywhere but didn't find any ways to anti-alias models. I've also tried blurring it a little as an anti-alias method but that only f-s it up and makes it look worse.

How do I do that properly?

+2  A: 

Oh well , I've figured that out already

daeFile.getMaterialByName("Material_1").smooth = true;
Nick Brooks