Skip to content

Zup calculation is broken #12

@jordibares

Description

@jordibares

I did fix it to this

if (zUpAxis > 0){ 
  objI = vector(-objI[0],-objI[1],-objI[2]) * color(widthOverscanMult*(1/windowAspect), heightOverscanMult, 1);     //reorder to match UV for Y up axis
} else {
  objI = vector(-objI[0],-objI[2],-objI[1]) * color(widthOverscanMult*(1/windowAspect), heightOverscanMult, 1);     //reorder to match UV for Z up axis
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions