Dale Glass
c655a8573d
Upgrade OpenEXR from 2.3.0 to 3.1.8
2023-12-04 23:30:49 +01:00
87cb04d79e
Added debug message for uncomressed texture on GLES
2023-09-04 23:16:11 +02:00
0f59059490
Initial support for HDR lightmaps
2023-09-03 17:03:20 +02:00
9b6d202a21
Rebranding and fixing URLs
2022-09-08 22:10:13 +02:00
Dale Glass
2fb3a10262
Show the filename when a texture fails to load
2022-06-20 23:12:58 +02:00
Dale Glass
32c3725b5d
Define _USE_MATH_DEFINES everywhere that uses math constants
...
On Win32, things are failing to build with messages like:
RenderableEntityItem.cpp(674,51): error C2065: 'M_PI': undeclared identifier
This is because as per Microsoft documentation, _USE_MATH_DEFINES is needed to
obtain constants like M_PI:
https://docs.microsoft.com/en-us/cpp/c-runtime-library/math-constants?view=msvc-160
It seems this worked previously due to some quirk of CMake, but stopped working
after some reordering. This change makes this definition explicit where it is needed.
2021-07-17 19:34:26 +02:00
Kalila L
d26e035764
Update copyright headers.
2021-06-21 12:06:52 -04:00
Kalila L
90aaa85089
Update user docs links "docs.vircadia.dev" -> "docs.vircadia.com".
2021-06-21 12:01:37 -04:00
David Rowe
4d11d1d515
Convert all "/**jsdoc" occurrences to "/*@jsdoc"
2021-05-12 10:54:45 +12:00
HifiExperiments
35e836d34d
image caching must maintain original image information and pass it around
2021-03-19 22:32:29 -07:00
Dale Glass
baa0fd34f4
Fix unsigned warnings
2020-08-27 19:48:27 +02:00
Dale Glass
9f25891639
Increase maximum texture size to 8192
2020-07-03 23:43:18 +02:00
Kasen IO
115c40bd54
Lots of renamings, more to come.
2020-04-07 04:56:02 -04:00
kasenvr
48ae156db7
Merge pull request #104 from daleglass/implicit_copy_constructor
...
Make default copy constructors explicit
2020-02-08 14:45:44 -05:00
David Rowe
7ed117dfcb
Replace links to docs.highfidelity.com
2020-01-24 10:18:55 +13:00
Dale Glass
d0dc041275
Another default operator= and copy constructor
2020-01-19 11:24:51 +01:00
Brad Davis
960cab9994
Qt 5.13 warnings & fixes
2019-10-08 15:40:13 -07:00
Seth Alves
16d259f54f
fix uninitialized read
2019-06-04 13:00:26 -07:00
SamGondelman
dc3b2d97e3
fix the actual problem
2019-05-24 09:36:37 -07:00
SamGondelman
4eeff52746
add version to texmeta.json files, fallback to original file if version has changed for skyboxes
2019-05-21 15:30:28 -07:00
SamGondelman
a66c515c2a
fix url issue and always generateIrradiance
2019-04-25 11:36:29 -07:00
SamGondelman
3b746384ca
really fix texture baking, and turn off irradiance generation during baking
2019-04-23 16:01:31 -07:00
Sam Gateau
e6c76cdb19
Merge pull request #15329 from Zvork/amc
...
case 22219: Improved ambient maps
2019-04-17 10:20:53 -07:00
Olivier Prat
1322fef568
Taking into account samuel's remarks
2019-04-05 20:15:58 +02:00
Olivier Prat
08aa133472
Fixed other compilation errors / warnings
2019-04-05 11:32:00 +02:00
Olivier Prat
b66aa4a742
Fixed compilation errors on Mac & Ubuntu
2019-04-05 11:03:41 +02:00
Olivier Prat
89ca7ac415
Fixed compilation errors
2019-04-05 10:22:57 +02:00
David Rowe
ca2c8caddb
Reinstate TextureCache.TextureType JSDoc
2019-04-05 17:53:19 +13:00
Olivier Prat
b71a8f7902
Switched to split sum model for ambient (as Unreal)
2019-04-04 16:10:33 +02:00
Olivier Prat
150508dc18
Fixed gamma with ETC SRGB8
2019-04-03 18:19:27 +02:00
Olivier Prat
6b876e6a27
Fixed warnings on Mac & Ubuntu
2019-04-03 12:05:29 +02:00
Olivier Prat
a79e7a2587
Fixed warning
2019-04-03 11:18:15 +02:00
Olivier Prat
e3355cd6a4
Trying to work uniformly with Image
2019-04-03 10:26:39 +02:00
Olivier Prat
1aedfff6f7
Working convolution
2019-04-02 15:40:42 +02:00
Olivier Prat
ce0254e141
Fixed some crashes
2019-04-01 17:40:09 +02:00
Olivier Prat
f895e96500
Fixed wrong sample count
2019-04-01 14:22:26 +02:00
Olivier Prat
706dc0e303
Fixed some issues with merge
2019-04-01 11:31:38 +02:00
Olivier Prat
59eeb9361e
Corrections after merge
2019-04-01 11:08:23 +02:00
Olivier Prat
7af4a52587
Merge branch 'hdr' into amc
2019-04-01 10:44:38 +02:00
Olivier Prat
7aaf3da11e
Before merge with HDR
2019-04-01 10:44:33 +02:00
Olivier Prat
745d41e679
Renamed Image to TextureProcessing
2019-04-01 10:08:35 +02:00
Olivier Prat
7455ddb7ba
Created Image class to encapsulate some transforms with QImage
2019-03-29 12:23:44 +01:00
Olivier Prat
5f6f178438
Fixed compression when convolving
2019-03-28 18:50:12 +01:00
Olivier Prat
cef9e454d5
Working beta pipeline
2019-03-28 16:44:22 +01:00
Olivier Prat
2397d5919f
Finished convolution code
2019-03-28 15:15:51 +01:00
Olivier Prat
5bf3cdd592
Working on cubemap seams
2019-03-28 11:59:21 +01:00
Olivier Prat
4a2323f3c2
Just need to write correct textureLod equivalent on CPU cube map
2019-03-27 17:43:26 +01:00
Olivier Prat
a39fe7452c
Preparing for cubemap convolution
2019-03-27 16:31:08 +01:00
Olivier Prat
aa4401801e
Added new texture types : sky and ambient in place of just cube
2019-03-27 11:54:45 +01:00
Olivier Prat
12e8056e1f
Android compilation fix
2019-03-27 08:15:07 +01:00