Nithin Pranesh
|
ad429153f4
|
gcc/clang fix? (round 2)
|
2022-10-11 18:19:39 -04:00 |
Nithin Pranesh
|
8aecc718bc
|
fix gcc / clang errors (maybe)
|
2022-10-11 14:39:33 -04:00 |
Nithin Pranesh
|
0fb2a43324
|
move mipmap generation out of readImage, integrate with gltf textures + raster imagery
|
2022-09-05 22:33:34 -04:00 |
Nithin Pranesh
|
b72007722a
|
Merge branch 'main' into mipmaps
|
2022-09-05 10:06:29 -04:00 |
Nithin Pranesh
|
30a16320e7
|
regenerate webp extension
|
2022-08-31 12:34:43 -04:00 |
Nithin Pranesh
|
320ffa91d9
|
add webp extension
|
2022-08-31 12:06:11 -04:00 |
Nithin Pranesh
|
7c1f3ee45d
|
Merge branch 'main' into webp-support
|
2022-08-30 23:21:30 -04:00 |
Sean Lilley
|
5ba6cb6535
|
Add KHR_texture_transform extension
|
2022-08-28 13:32:20 -04:00 |
Joseph Kaile
|
f404003e68
|
only decode with alpha channel
|
2022-08-18 15:42:34 -04:00 |
Joseph Kaile
|
1f49447a96
|
use decodeInto instead of decode
|
2022-08-18 15:25:57 -04:00 |
Joseph Kaile
|
0939ef9130
|
redo isWebP function
|
2022-08-18 13:10:29 -04:00 |
Joseph Kaile
|
fe5588ddf7
|
addng webp parsing to gltf image reader
|
2022-08-17 17:52:34 -04:00 |
Joseph Kaile
|
e79136ad4f
|
Add libwebp to cmake
|
2022-08-17 16:57:36 -04:00 |
Nithin Pranesh
|
0be3d30444
|
mipmap generation on native side
|
2022-05-19 14:14:01 -04:00 |
Sean Lilley
|
67462c0eaa
|
Merge branch 'main' into 3dtiles-1.1
|
2022-03-22 08:19:34 -04:00 |
Sean Lilley
|
00eab5bed7
|
Update 3D Tiles and glTF extensions
|
2022-03-16 09:15:02 -04:00 |
Nithin Pranesh
|
027fb29bc5
|
Merge branch 'main' into node-variants
|
2022-03-02 11:24:32 -05:00 |
Sean Lilley
|
705f1d642a
|
Fix tests
|
2022-02-27 18:02:12 -05:00 |
Sean Lilley
|
7235ce8f69
|
Rerun with different names
|
2022-02-27 17:17:43 -05:00 |
Sean Lilley
|
b76468a278
|
Remove old files
|
2022-02-27 17:12:41 -05:00 |
Sean Lilley
|
4416777e73
|
Re-rerun generator
|
2022-02-27 12:49:25 -05:00 |
Sean Lilley
|
3ee7e19399
|
Merge branch 'main' into 3dtiles-1.1
|
2022-02-27 11:21:29 -05:00 |
IanLilleyT
|
21904215dd
|
updated generator for 3d tiles 1.1 schemas
|
2022-02-18 18:06:14 -05:00 |
Nithin Pranesh
|
847e0009ce
|
Merge branch 'main' into ktx2-nithin
|
2022-02-18 14:33:07 -05:00 |
Nithin Pranesh
|
92dd2db608
|
better test name for ktx2
|
2022-02-18 14:31:17 -05:00 |
Kevin Ring
|
966aba6089
|
Fix code generation for MAXAR_mesh_variants.
|
2022-02-17 19:30:51 +11:00 |
Nithin Pranesh
|
c720dbbfbe
|
add MAXAR_mesh_variants, fix generator trying to generate manually-defined classes (like glTF Property)
|
2022-02-16 09:40:55 -05:00 |
Nithin Pranesh
|
a312bf42d6
|
Revert "add MAXAR_mesh_variants, fix generator trying to generate manually-defined classes (like glTF Property)"
This reverts commit 26ad9be905.
|
2022-02-16 09:34:12 -05:00 |
Nithin Pranesh
|
26ad9be905
|
add MAXAR_mesh_variants, fix generator trying to generate manually-defined classes (like glTF Property)
|
2022-02-16 09:32:18 -05:00 |
Nithin Pranesh
|
30089bcbfa
|
fix comments, remove redundant namespace qualifiers
|
2022-02-14 10:42:27 -05:00 |
Nithin Pranesh
|
7a088d5165
|
enum -> enum class
|
2022-02-12 14:22:32 -05:00 |
Nithin Pranesh
|
eee9351c87
|
use extra enum for uncompressed images rather than std::nullopt
|
2022-02-11 17:18:55 -05:00 |
Nithin Pranesh
|
1bd26d1e1b
|
add some tracing
|
2022-02-10 15:46:16 -05:00 |
Nithin Pranesh
|
21e83e0367
|
add mipmap capability to image api, pass through mipmaps from ktx2 images
|
2022-02-07 22:53:49 -05:00 |
Nithin Pranesh
|
f7c0c21208
|
added api for clients to report supported compressed formats
added logic to autoselect ideal compressed format based on the reported supported formats
|
2022-02-03 21:40:31 -05:00 |
Nithin Pranesh
|
f2332d7d95
|
only use first mip from ktx2 textures (for now)
|
2022-02-02 22:20:21 -05:00 |
Joseph Kaile
|
dfbc9bd156
|
add test for reading cesium rtc extension
|
2022-02-01 17:33:58 -05:00 |
Nithin Pranesh
|
3d02fe0262
|
remove old basisu extension reader files
|
2022-02-01 14:59:23 -05:00 |
Joseph Kaile
|
de09ca8017
|
Merge branch 'main' into cesium-rtc-support
|
2022-02-01 14:41:01 -05:00 |
Nithin Pranesh
|
1a08065023
|
fix khr_texture_basisu extension generation
|
2022-02-01 14:35:47 -05:00 |
Nithin Pranesh
|
f517d265a8
|
test fix
|
2022-02-01 12:52:35 -05:00 |
Nithin Pranesh
|
ca963694e6
|
regenerate gltf files
|
2022-02-01 12:45:28 -05:00 |
Nithin Pranesh
|
56ffcd56ca
|
format
|
2022-02-01 12:36:09 -05:00 |
Nithin Pranesh
|
e0b6344933
|
Merge branch 'main' into ktx2-nithin
|
2022-02-01 12:19:55 -05:00 |
Nithin Pranesh
|
ddde548e0f
|
fix test
|
2022-02-01 11:54:55 -05:00 |
Joseph Kaile
|
62fc7905b7
|
generate Cesium RTC extension using generate-tools
|
2022-01-31 14:18:51 -05:00 |
Joseph Kaile
|
acca54fd79
|
add test to parse non-fractional doubles as ints
|
2022-01-31 12:25:10 -05:00 |
Nithin Pranesh
|
c07417e0ef
|
Merge branch 'main' into asset-accessor-verb
|
2022-01-24 10:02:52 -05:00 |
Sean Lilley
|
5e78d1d72a
|
Added more gltf and 3d tiles extensions
|
2022-01-21 14:25:35 -05:00 |
Kevin Ring
|
518b7cbaf0
|
Rename IAssetAccessor methods, allow use of any verb.
|
2022-01-20 11:00:29 +11:00 |