search for: nvertic

Displaying 2 results from an estimated 2 matches for "nvertic".

Did you mean: invertir
2006 Oct 12
0
Privates example? (fwd)
...// reset - w->indexCount = 0; - w->texCoordSize = 4; + aw->indexCount = 0; + aw->texCoordSize = 4; } - vSize = 2 + w->texUnits * w->texCoordSize; + vSize = 2 + w->texUnits * aw->texCoordSize; nVertices = w->vCount; - nIndices = w->indexCount; + nIndices = aw->indexCount; v = w->vertices + (nVertices * vSize); i = w->indices + nIndices; @@ -3523,7 +3532,7 @@ } } w->vCount = nVertices; - w->indexCount = n...
2006 Dec 15
1
[PATCH] cube unfold distance
I have gone ahead and implemented the unfold distance option as mentioned in the source. the patch is here http://home.comcast.net/~moppsy/compiz/cube-unfold-distance.patch