狂野的小狮子

Results 5 comments of 狂野的小狮子

maybe ,maya opacity 0 mean the model is not alpha,but on libgdx it is.

"materials": [ { "id": "TanksScene:TankColour", "ambient": [ 0.000000, 0.000000, 0.000000], "diffuse": [ 0.109395, 0.607843, 0.107266], "emissive": [ 0.000000, 0.000000, 0.000000], "opacity": 0.000000, "specular": [ 0.500000, 0.500000, 0.500000], "shininess": 6.311791 },...

``` public EasyClient easyClient; public void Connect(string ip,int port) { easyClient = new EasyClient(); easyClient.NoDelay = true; easyClient.Initialize(new GameReceiveFilter(), MsgHandler); easyClient.Connected += easyClient_Connected; easyClient.Closed += easyClient_Closed; easyClient.Error += easyClient_Error; easyClient.BeginConnect(new...