Some problems whit DzMatrix3

LpProjectLpProject Posts: 41

In some resean I have crash in plugin when working with DzMatrix3.

I check the code and find this mistake.

From DzMatrix3 documentation of Daz Studio SDK says:

Typedef Documentation

float DzMat3[4][3]

The 'raw' storage type for a 4 X 3 matrix

float DzMatRow[3]

A single row from a 4 X 3 matrix

But in code dzmatrix3.h wroten this.

/*****************************
    Type definitions
*****************************/

typedef float DzMat3[5][3];
typedef float DzMatRow[3];

Why? It's correct, or it is a bug?

Post edited by LpProject on
Sign In or Register to comment.