Nick Hardeman

Results 121 comments of Nick Hardeman

Wondering if any platform still uses GLUT window. I couldn't find anything internally

@danoli3 Some checks are failing, but seems unrelated to the removal of GLUT window.

Ah yeah, I can look into that

@danoli3 I think I caught all the includes in devApps. Should be good to go

Hi @dimitre, This is great, thank you. Would this PR fix the issue mentioned here: https://github.com/openframeworks/openFrameworks/issues/7913

There are images for some of the examples that are not showing ( though they are outdated). Ie. materialPBR https://github.com/openframeworks/openFrameworks/tree/master/examples/gl/materialPBR The image names are different than their containing folder, maybe...

Currently ofxAssimpModelLoader does not support per skeleton animations. I have added the feature request to a TODO checklist in this discussion regarding updating ofxAssimpModelLoader. #7722

Hello @ggslayer, I think you might be referring to skeleton retargeting and skeleton to skeleton animation blending with weights per bone for both animation and skeletons. Maybe something like described...

Hmm, I am still a bit confused as to what you might ultimately want to achieve and how how it might be implemented. Have you taken a look at the...