Outline model when scale in cocos creator 2.4.3

I create model 3d cylinder from cocos . i set scale it (130,1000,130). The outline of this cylinder has glitch lines. how to fix it ?
image
issue.zip (915.3 KB)

This should be the antialias issue. Did you enabled cc.macro.ENABLE_WEBGL_ANTIALIAS?

I try to put cc.macro.ENABLE_WEBGL_ANTIALIAS=true in main.js or file game logic but it doesn’t work @jjyinkailejj

@jjyinkailejj Do we use cc.macro.ENABLE_WEBGL_ANTIALIAS=true affect to performance of game ?