Main Menu
Menu

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.

Show posts Menu

Messages - altwho

#1
The gaps are part of the problem.
#2
Yes, you're probably right about the wireframe  :)
Pictures with the correct behaviour: http://dy.fi/8f2 and overview http://dy.fi/3cl
Pictures with the wrong behaviour: http://dy.fi/3c8 and overview http://dy.fi/3cf
#3
I'm trying to draw terrain from a heightmap by using a VertexController applied to a plane. I get abnormal behaviour when applying height values to the vertices on the starting edge of a plane.

Screenshots:
Picture 1 (what I want to happen):http://dy.fi/7m0
Picture 2 (the problem):http://dy.fi/3ci

The plane is modified using nearly identical code, by setting a single row of the heightmap to a contain the same value in all of its columns. The only difference is on which row of the heightmap the same height value is. The artifacts in picture 2 only appear when applying height values to the first [quads*2] vertices of the plane. Basically in a nutshell I need the heightmap to apply consistently to all the vertices in the plane.
Sorry if I'm being too brief, but I lost my previous message when the forum logged me out because of the default timeout.