You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/05/10 14:19:50 UTC

[GitHub] waitkafuka commented on issue #8319: 3D绘制surface曲面中的问题

waitkafuka commented on issue #8319: 3D绘制surface曲面中的问题
URL: https://github.com/apache/incubator-echarts/issues/8319#issuecomment-388067730
 
 
   把里面的data换一下,换成这种:
   ```
   var data = [
           [-1, -1, 0],
           [-0.5, -1, 0],
           [0, -1, 0],
           [0.5, -1, 0],
           [1, -1, 0],
           [-1, -0.5, 0],
           [-0.5, -0.5, 1],
           [0, -0.5, 0],
           [0.5, -0.5, -1],
           [0, 0, 0],
           [0.5, 0, 0],
           [1, 0, 0],
           [1, 0.5, 0]
       ];
   ```
   就能出来图形:
   ![image](https://user-images.githubusercontent.com/8555018/39874403-3785e330-54a0-11e8-888f-3b97a2c93f55.png)
   这是为什么?难道是点不够?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org