Georg Hagen
df302518cc
Switch to using yml instead of xml for AR metadata
2024-12-06 16:09:26 +01:00
Georg Hagen
18fe7eb544
Update ArSessionMetadata
2024-12-06 16:08:51 +01:00
Georg Hagen
79f87747db
Handle reading both xml and yml metadata
2024-12-06 16:07:59 +01:00
Georg Hagen
5d948f5047
Include minor version in ios GetOsNameHumanReadable
2024-12-06 15:32:17 +01:00
Georg Hagen
1ae02db911
Include device and os version in ArSessionMetadata
2024-12-06 02:26:31 +01:00
Georg Hagen
4dbe81e206
Add ordinals to string
2024-12-06 02:24:45 +01:00
Georg Hagen
7908a39606
Add iOS device model name decoding
2024-12-06 02:21:47 +01:00
Georg Hagen
679be5fa61
Increase archive sizes for depth, confidence and meta, to handle compression ratio
2024-12-04 22:19:44 +01:00
Georg Hagen
8f9ddebd7d
Use zstd for confidence images
2024-12-04 22:15:16 +01:00
Georg Hagen
d745616244
Switch depth buffer compression to zstd
2024-12-04 21:38:05 +01:00
Georg Hagen
88047ce740
Support yaml for ArFrameMetadata
2024-12-04 21:35:49 +01:00
Vladyslav_Baranovskyi_EXT
1abfb22b08
Merge pull request 'WriteObjAsZip and WriteAsUSDZ MeshWriter methods' ( #166 ) from mesh_exporter_with_textures into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/166
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com >
2024-12-02 16:49:44 +01:00
Georg Hagen
8671bf3887
Fix playback reader progress being wrong
2024-12-02 16:38:18 +01:00
ohyzha
d2f541629c
fix windows build
2024-12-02 16:04:45 +02:00
Vladyslav Baranovskyi
0a38791bee
Syntax changes, removed rotation in usd file format
2024-11-29 12:20:29 +02:00
Georg Hagen
c2ba301ce6
Suppress very spamy warning
2024-11-29 01:14:47 +01:00
Georg Hagen
0f438b3e98
Remove unnecessary cast
2024-11-29 01:08:11 +01:00
Georg Hagen
7e0366f635
Cleanup logger
2024-11-29 01:06:58 +01:00
Vladyslav Baranovskyi
7a214397a1
Hardcoded material name, capitalized constants
2024-11-28 22:01:43 +02:00
Vladyslav Baranovskyi
ba9d37cc6f
Added operator bool for ZipWriter, filling centralDirSize, padding zip via extraField
2024-11-28 16:48:22 +02:00
Vladyslav Baranovskyi
2d936096e7
Duh, removed temporary code
2024-11-27 20:23:10 +02:00
Vladyslav Baranovskyi
34bfebbdd3
Summary:
...
- Changes in Cat functions
- Using gmtime_s and gmtime_r as a thread-safe functions
- ZFill() that is used for padding
- Option for ZipWriter to pad LocalFileHeaders(it is used to properly run tests)
- ZipWriter::IsOpen()
- Moved material creation away from WriteObjContents
- Using MemMappedFile instead of ReadFile
- Scoping files and adding them to archive
- UsdEncoder refactoring
2024-11-27 20:21:14 +02:00
Oleksii_Hyzha
b4f0364c29
Merge pull request 'Add default constructor to dense vector' ( #167 ) from misc into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/167
2024-11-26 11:08:11 +01:00
ohyzha
2033e66866
set data to 0
2024-11-26 09:34:25 +02:00
Vladyslav Baranovskyi
ba8574f537
Updated tests, changed model encoders to output content to a stream
2024-11-25 19:34:05 +02:00
Vladyslav Baranovskyi
7ede43d1c2
NtfsExtraField constructor & helper static method, Cat refactoring, writing zip archive in destructor, using MemMappedFile
2024-11-25 19:32:53 +02:00
ohyzha
0fd8d7ab5f
add default constructor to dense vector
2024-11-25 18:00:36 +02:00
Georg Hagen
cce979037e
Add pixel scale factor values for ortho cam
2024-11-24 23:32:01 +01:00
Georg Hagen
c1a51a063c
Update scale factor on matrix calculation
2024-11-23 23:40:09 +01:00
Vladyslav Baranovskyi
2a331011d5
Changed order of includes, uint32_t as index for Geometry::GetIndex(), minor changes
2024-11-22 16:36:41 +02:00
Vladyslav Baranovskyi
ac843c0fe3
Summary:
...
- Removed ReadEntireFile
- ZipWriter now writes directly to a file when possible
- Added GetIndex to geometry
- Moved Usd and Obj generators to different files
- Removed unused procedures
- Deduplicated obj generators
- Updated tests for ZipWriter
2024-11-22 15:45:57 +02:00
Vladyslav Baranovskyi
35e80a99e6
CRC32 changes
2024-11-22 15:41:49 +02:00
Vladyslav Baranovskyi
6aa8a265c1
Using gmtime instead of localtime
2024-11-20 21:22:07 +02:00
Vladyslav Baranovskyi
4133b4f0d9
Using ZipWriter in exporting USDZ files
2024-11-20 19:36:51 +02:00
Vladyslav Baranovskyi
a9fd85e9b3
ZipWriter implementation + tests
2024-11-20 19:36:29 +02:00
Vladyslav Baranovskyi
d2beedb8a2
CRC32 implementation
2024-11-20 19:35:07 +02:00
Vladyslav Baranovskyi
33ca4213b6
WriteObjAsZip and WriteAsUSDZ MeshWriter methods
2024-11-18 18:15:55 +02:00
ohyzha
c1588fc550
warning when use count != 1
2024-11-14 17:37:08 +02:00
ohyzha
656615e5a7
get rid of internal Close() method
2024-11-13 10:24:34 +02:00
ohyzha
d88addd858
nullify everything on close
2024-11-11 21:17:16 +02:00
ohyzha
a133641900
make it possible to close memmapped file before dctor
2024-11-11 20:24:58 +02:00
Vladyslav Baranovskyi
9f39ecbe80
UInt24 class
2024-11-10 19:46:32 +02:00
Vladyslav Baranovskyi
180e479365
I forgot to add hash class to int24... Sorry!
2024-11-10 18:38:01 +02:00
Vladyslav_Baranovskyi_EXT
628cc8bed4
Merge pull request 'Using lots of macros to define operators for both int24 and int types' ( #159 ) from int24_refactor into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/159
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com >
2024-11-10 17:31:00 +01:00
Vladyslav_Baranovskyi_EXT
7204a8edbc
Merge pull request 'Numeric limits for int24 class' ( #158 ) from int24_numeric_limits into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/158
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com >
2024-11-10 17:30:43 +01:00
Vladyslav Baranovskyi
4926c44a04
Defining almost all operators in one go, added templates to the ops, separate == and <=> operator
2024-11-08 17:45:57 +02:00
ohyzha
21e89346d9
fix multiple definition functions
2024-11-08 15:49:26 +02:00
Vladyslav Baranovskyi
1464d778e4
Using lots of macros to define operators for both int24 and int types
2024-11-08 15:40:24 +02:00
Vladyslav Baranovskyi
937c1711c5
Changed int24 to be signed
2024-11-07 20:49:54 +02:00
Vladyslav Baranovskyi
9599a7aef8
Numeric limits for int24 class
2024-11-07 20:16:06 +02:00