问题就像我上面提到的那样。一般来说我们可以使用:
glEnable(GL_LINE_SMOOTH);
但是opengles不支持这种方法。所以我们不能将它用于Android游戏。 有没有一种很好的方法在cocos2d-x中为Android游戏绘制抗锯齿线?非常感谢任何帮助。
答案 0 :(得分:-1)
try this
CCPoint originPoint=CCPoint(100, 100);
CCPoint destinationPoint=CCPoint(500, 500);
ccDrawLine(originPoint, destinationPoint); // draw line