Hi,
I got a warning when using multFull with a Vec3f, but the warning went away
when converting the Vec3f to Pnt3f first ...
OSGMatrix.inl line 1508:
ValueType w = _matrix[0][3] * pntIn[0] +
_matrix[1][3] * pntIn[1] +
_matrix[2][3] * pntIn[2] +
_matrix[3][3];
OSGMatrix.inl line 1620:
ValueType w = _matrix[0][3] * vecIn[0] +
_matrix[1][3] * vecIn[1] +
_matrix[2][3] * vecIn[2];
Is there a reason for this?
OpenSG 2 r2279
Aloha, Andi
------------------------------------------------------------------------------
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users