tungpv90

Results 5 comments of tungpv90

i wrote a function string to float float str2float(std::string s) { float number; std::stringstream ss; ss > number; return number; } it can fix this error

Source code of 3MF is too old. i think you need update it @kimkulling

Thanks for answering i read 3MF_Core_Specification and 3MF Materials Extension https://github.com/3MFConsortium/spec_core/blob/master/3MF%20Core%20Specification.md https://github.com/3MFConsortium/spec_materials/blob/master/3MF%20Materials%20Extension.md some properties like colorgroup... have not been updated yet. I've been trying to learn and try the code...

thank you updated this bug. But when i convert 3mf to glb. i can't load embedded texture This is image in Microsoft powerpoint 2019 ![ppt](https://user-images.githubusercontent.com/22250215/177730244-a2a968cd-bde6-4249-b937-a31f2755aa58.PNG) and this is in my...