Georg Hagen
|
bcad0116d4
|
Update camera projection matrix handling
|
2024-07-20 19:30:28 +02:00 |
|
Georg Hagen
|
22d6ea9d2e
|
Add second constructor to node
|
2024-07-20 19:12:34 +02:00 |
|
Georg Hagen
|
ab38e03ba1
|
Delay start of playback
|
2024-07-18 22:04:28 +02:00 |
|
Georg Hagen
|
1bb9c33699
|
Fix crash when using ArBackgroundDrawable without setting an ar session
|
2024-07-17 16:15:42 +02:00 |
|
Vladyslav_Baranovskyi_EXT
|
93b2b92eb7
|
Merge pull request 'Boost::regex dependency, added include in order to compile on linux' (#70) from boost_regex into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/70
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
|
2024-07-16 19:36:06 +02:00 |
|
Georg Hagen
|
013127bab0
|
Fix issue when removing drawable from scene by setting it's scene to nullptr
|
2024-07-16 15:36:12 +02:00 |
|
Georg Hagen
|
9feece4df3
|
Add RemoveChildNodes
|
2024-07-16 15:36:12 +02:00 |
|
Georg Hagen
|
68eb10aa1c
|
Ignore disabled nodes
|
2024-07-16 15:36:12 +02:00 |
|
Vladyslav Baranovskyi
|
f96caf2a53
|
Added include tuple for std::tie
|
2024-07-16 11:50:59 +03:00 |
|
|
|
ff0b1feca8
|
Fix crash on windows because msvc does not like forward declarations of deleter classes
|
2024-07-15 14:28:58 +02:00 |
|
ohyzha
|
68122cbe2a
|
fix unresolved reference error
|
2024-07-15 09:27:02 +03:00 |
|
ohyzha
|
f158299dc2
|
build fixes
|
2024-07-15 09:27:02 +03:00 |
|
ohyzha
|
864e734b96
|
make all shader files as a dependency to rebuild
|
2024-07-15 09:26:32 +03:00 |
|
ohyzha
|
9426f7dbf8
|
include shader files
|
2024-07-15 09:26:31 +03:00 |
|
ohyzha
|
422e2e4261
|
move compiled shaders out of repo and put every shader in separate file
|
2024-07-15 09:26:31 +03:00 |
|
|
|
29bad103e6
|
Merge remote-tracking branch 'origin/plane_camera_controller'
# Conflicts:
# examples/ExampleApps/MovingCubeApp.cpp
|
2024-07-14 18:30:15 +02:00 |
|
Georg Hagen
|
ec161aa498
|
Fix AR background alignment issues
|
2024-07-14 02:35:28 +02:00 |
|
Georg Hagen
|
8e7b4f602c
|
Unregister drawable on close instead of throwing if still in use
|
2024-07-14 01:28:49 +02:00 |
|
Georg Hagen
|
6e565ac40d
|
Make sure texture cache is released before destroying device
|
2024-07-14 01:28:07 +02:00 |
|
Georg Hagen
|
410ac5d63c
|
use cpp20 numbers for pi
|
2024-07-14 00:10:08 +02:00 |
|
Georg Hagen
|
5432711d8a
|
Fix missing include
|
2024-07-13 23:26:06 +02:00 |
|
Georg Hagen
|
3ebde459ec
|
Add constexpr degrees to radians method
|
2024-07-13 22:31:00 +02:00 |
|
Georg Hagen
|
d2fcba381a
|
Add constructor to AABB
|
2024-07-13 19:38:07 +02:00 |
|
Georg Hagen
|
0b8d889c86
|
Extend AABB class
|
2024-07-13 14:22:41 +02:00 |
|
Georg Hagen
|
33bf5cd6e3
|
Add handling for ArTrackingState changes in playback mode
|
2024-07-12 19:45:18 +02:00 |
|
Georg Hagen
|
515b3a6c73
|
Fix some issues with freeing resources
|
2024-07-12 19:14:37 +02:00 |
|
Georg Hagen
|
ca052ef7f1
|
Fix memory leak on closing view
|
2024-07-11 17:03:49 +02:00 |
|
Georg Hagen
|
a80c9b639e
|
Log on destruction of OpenVulkanoView
|
2024-07-11 16:59:34 +02:00 |
|
Georg Hagen
|
1d06e56c9e
|
Delete created semaphores on close
|
2024-07-11 16:56:52 +02:00 |
|
Georg Hagen
|
888e30193b
|
Cleanup memory pool data on close
|
2024-07-11 16:56:26 +02:00 |
|
Georg Hagen
|
0fda5a0241
|
Fix memory leak with events
|
2024-07-11 16:54:37 +02:00 |
|
Georg Hagen
|
313b01db1b
|
Fix issue with freeing resources
|
2024-07-11 13:22:01 +02:00 |
|
Georg Hagen
|
22cb48be89
|
Update logging
|
2024-07-11 00:10:48 +02:00 |
|
Georg Hagen
|
b1081bd26c
|
Cleanup ResourceManager
|
2024-07-10 17:03:45 +02:00 |
|
Georg Hagen
|
a54e1b10ed
|
Make ResourceManager no longer extend IClosable
|
2024-07-10 16:23:35 +02:00 |
|
Georg Hagen
|
ba7f0e6d62
|
Restructure some files regarding resource management
|
2024-07-10 16:11:36 +02:00 |
|
Georg Hagen
|
5c4e972722
|
Add MetalBackedTexture
|
2024-07-10 14:07:40 +02:00 |
|
Georg Hagen
|
98d0779d49
|
Merge branch 'master' into textures
|
2024-07-09 13:44:09 +02:00 |
|
Georg Hagen
|
268be2ca60
|
Silence some warnings
|
2024-07-09 13:43:48 +02:00 |
|
Georg Hagen
|
bbaf8933ae
|
Add texture cache for ar frame textures
|
2024-07-09 13:43:09 +02:00 |
|
Georg Hagen
|
88aa077dcb
|
Add missing override
|
2024-07-09 13:26:54 +02:00 |
|
Georg Hagen
|
bb38748971
|
Init texture to nullptr
|
2024-07-09 12:37:02 +02:00 |
|
Georg Hagen
|
d9a22236b4
|
Move sampler creation from image to resource manager and cache created samplers
|
2024-07-09 12:31:52 +02:00 |
|
Georg Hagen
|
d48d60441a
|
Add MTLPixelFormat to DataFormat mapping
|
2024-07-09 10:07:41 +02:00 |
|
Georg Hagen
|
92b77e46f5
|
Fix set layout to be used from transfer queue
|
2024-07-07 23:51:09 +02:00 |
|
Georg Hagen
|
f947204ae2
|
Move DataFormat to vk Format conversion to cast operator
|
2024-07-07 23:50:33 +02:00 |
|
Georg Hagen
|
aabc24616d
|
Add handling for camera intrinsics
|
2024-07-07 16:53:48 +02:00 |
|
Georg Hagen
|
5b2a2bbf72
|
Fix swap chain images being in wrong state (Fixes #23)
|
2024-07-07 11:58:52 +02:00 |
|
Georg Hagen
|
87ce56b894
|
Add ArBackgroundDrawable
|
2024-07-07 00:37:49 +02:00 |
|
Georg Hagen
|
52941b99cc
|
Add frameid to context
|
2024-07-07 00:25:37 +02:00 |
|