Quantcast
Channel: bugs, errors - openFrameworks
Viewing all articles
Browse latest Browse all 636

ofCamera.cpp glm error

$
0
0

@clem wrote:

I'm on osX 10.12.5 using Xcode 8.3.2 using the master branch. I haven't been able to build openframeworks lately due to errors in ofCamera.cpp...

/Users/xxx/workspace/openFrameworks/libs/openFrameworks/3d/ofCamera.cpp:178:30: No member named 'xyz' in 'glm::tvec4<float, glm::precision::highp>'

Line 178 being:

auto CameraXYZ = CameraXYZ4.xyz() / CameraXYZ4.w;

and the same issue with xyz on lines 206, 213 and 221.

And if I comment those lines out I get issues with xyz elsewhere. Is this a bug or something I've done wrong?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles