Hi,
Reference Link :
https://github.com/google/draco
I was trying to setup Draco encoder/decoder on my AWS machine. I tried it on windows too, but it was getting error for Compiler like below, Then I moved to AWS.
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
On AWS I configured it, but at "make" command.
There are tons of errors like "error: call of overloaded ‘DecodePoints(draco::DecoderBuf fer*&, draco::PointAttributeVectorOutputIterator<unsigned int>&)’ is ambiguous"
Is there any step by step guide or system prerequisite for Draco Setup?
Also if there are any samples where Draco is used in SandCastle, please let me know.