Negative ScaleMesh values

Blitz3D Forums/Blitz3D Programming/Negative ScaleMesh values

_PJ_(Posted 2004) [#1]
Does this have the same effect as positive ScaleMesh and then FlipMesh???

How does it differ, if at all?


Genexi2(Posted 2004) [#2]
Scalemesh : Scales all vertices of a mesh by the specified scaling factors.

Flipmesh : Flips all the triangles in a mesh.



Negative scalemesh values I believe inverse the vertex co-ords along with the effect of the triangles facing the opposite direction, while Flipmesh alone just flips the tris.


Ross C(Posted 2004) [#3]
Well, flip mesh would just be like scale mesh,-1,-1,-1. Only with scalemesh, you get to define which axis to invert, if not all of them.