Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kubawich

Pages: [1]
1
DotNet / Re: How can i get access to vertex in VertexArray?
« on: July 29, 2016, 01:04:23 pm »
Thanks Laurent, it works... and creates big amounts of additional code  :'( Btw. is there binding of sfml 2.3 for .net?

2
DotNet / How can i get access to vertex in VertexArray?
« on: July 29, 2016, 12:26:33 pm »
Hi, i'm learning SFML.net and i've created vertex array with
public static VertexArray arr = new VertexArray(PrimitiveType.Lines, 2);
And when i try to get access to arr[0].position 4example i get error 'Cannot modify return value, because it's not variable' So how can i get access to any vertex in this array? In normal vertex class it works properly.

Pages: [1]
anything