I think it is a bug

Hello!

i was found strange behaviour in Material.Parse method with wireframe property, but i’m not sure, please take a look on playground Babylon.js Playground

Haha good catch! I’ll fix it for next nightly

Thank you )

Actually not really a bug

wireframe is a shortcut to fillMode so here is a better way to achieve what you want:

https://playground.babylonjs.com/#B6Y5ZH#1

Hm… rodger that )