Nick Hardeman
Nick Hardeman
Hello, currently ofxAssimpModelLoader does not support this feature. I added the feature request to a discussion about ofxAssimpModelLoader https://github.com/openframeworks/openFrameworks/discussions/7722
I have been putting my free time towards improving ofxAssimp and can add this feature in the future, but I don't have a timeline of when this might happen. Each...
@dimitre I can't think of any.... Not sure about the programmable renderer, all of those values in the if statement are bools
@artificiel testing on Windows 10 and VS 2022. The following examples acted as they should: ``` examples / input_output / clipboardExample examples / input_output / dirListExample examples / input_output /...
Testing against the exotic unicode folder, using ``` ofDirectory exifDir; exifDir.listDir("ExifTool_filename_tests"); ``` And got a crash.  I also tried loading an image using the following code: ``` of::filesystem::path tempPath...
Testing with an image from this discussion: (#7435) ( also the same output with the nightly ) ``` std::string str = "ExifTool_filename_tests/XW_₨₩₤ЖЯШΨΩΔՊՎ.jpg"; std::filesystem::path tempPath{ str }; ofLogNotice("Trying to load image...
> @NickHardeman can you test @dimitre's file? so we have a good data point vs previous behaviour. > > at this point we must consider the problem of unicode in...
``` std::string myPath = ofToDataPath("blah.txt"); ofLogNotice("my narrow path relative ")
All of the examples in input_output seem to function as they should on both the nightly and this branch in regards to file paths, except the following: Both the nightly...
@artificiel thank you, can you add the extra catches in `ofPathToString `and `ofToDataPathFS `mentioned above to this PR? Git is borked on my Windows machine :/