[+] Added Open3DGC codec from KhronosGroup repository.
authorAlexandr Arutjunov <smal.root@gmail.com>
Wed, 3 Aug 2016 00:34:54 +0000 (03:34 +0300)
committerAlexandr Arutjunov <smal.root@gmail.com>
Wed, 3 Aug 2016 00:34:54 +0000 (03:34 +0300)
commit054820e6ffc03f1a914f2bc688d7f030cf01894b
tree35c18a1040a632d4d0fab43885289d921a0837b0
parent6003616b0789737e9888dff3629a96f61af529d5
[+] Added Open3DGC codec from KhronosGroup repository.
29 files changed:
contrib/Open3DGC/o3dgcAdjacencyInfo.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcArithmeticCodec.cpp [new file with mode: 0644]
contrib/Open3DGC/o3dgcArithmeticCodec.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcBinaryStream.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcCommon.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcDVEncodeParams.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcDynamicVector.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcDynamicVectorDecoder.cpp [new file with mode: 0644]
contrib/Open3DGC/o3dgcDynamicVectorDecoder.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcDynamicVectorEncoder.cpp [new file with mode: 0644]
contrib/Open3DGC/o3dgcDynamicVectorEncoder.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcFIFO.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcIndexedFaceSet.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcIndexedFaceSet.inl [new file with mode: 0644]
contrib/Open3DGC/o3dgcSC3DMCDecoder.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcSC3DMCDecoder.inl [new file with mode: 0644]
contrib/Open3DGC/o3dgcSC3DMCEncodeParams.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcSC3DMCEncoder.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcSC3DMCEncoder.inl [new file with mode: 0644]
contrib/Open3DGC/o3dgcTimer.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcTools.cpp [new file with mode: 0644]
contrib/Open3DGC/o3dgcTriangleFans.cpp [new file with mode: 0644]
contrib/Open3DGC/o3dgcTriangleFans.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcTriangleListDecoder.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcTriangleListDecoder.inl [new file with mode: 0644]
contrib/Open3DGC/o3dgcTriangleListEncoder.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcTriangleListEncoder.inl [new file with mode: 0644]
contrib/Open3DGC/o3dgcVector.h [new file with mode: 0644]
contrib/Open3DGC/o3dgcVector.inl [new file with mode: 0644]