Vladyslav Baranovskyi
996ec4c168
Added rgb565 test file, clamping Make5/6, proper integral SFINAE condition, removed operators =
2024-10-02 16:03:17 +03:00
Vladyslav Baranovskyi
dd3db1c079
Added RGBA5551 tests file, changed template spec to use is_integral_v, implemented assignment operators, added casting operators
2024-10-01 19:12:01 +03:00
Vladyslav Baranovskyi
fbd530a96e
Completed implementation of RGBA5551 class
2024-09-30 17:56:29 +03:00
ohyzha
fca7ff7362
fix linux build issues
2024-09-27 18:55:51 +03:00
Georg Hagen
a9515e8f09
Add first draft for RGBA5551
2024-09-25 10:17:39 +03:00
Georg Hagen
01921cc3bc
bugfixes
2024-09-25 10:17:39 +03:00
ohyzha
b3d1e87c7b
fix compilation errors
2024-09-23 17:01:17 +03:00
1151e50b64
Merge branch 'wip'
2024-09-21 15:27:42 +02:00
Georg Hagen
d744d5fdd7
Fix to string
2024-09-18 22:16:41 +02:00
ohyzha
42e35e6a54
add convenient method for bounding box
2024-08-22 13:27:38 +03:00
Georg Hagen
f6f12035b2
Merge pull request 'Small enhancements' ( #111 ) from wip into master
...
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/111
2024-08-13 12:48:59 +02:00
Metehan Tuncbilek
44448515bc
name changes on rgb565
2024-08-12 11:56:13 +03:00
Georg Hagen
a3a8409c73
Fix wrong value for GetFov
2024-08-11 20:42:34 +02:00
Metehan Tuncbilek
b209b20dda
rgb565 vec4_simd removal
2024-08-09 19:37:21 +03:00
Georg Hagen
1bbdf2e3a0
Add operators to ByteSize
2024-08-09 14:53:03 +02:00
Metehan Tuncbilek
c7a9730897
casting operators
2024-08-08 15:53:18 +03:00
Metehan Tuncbilek
2df7280057
finished RGB565
2024-08-08 14:26:47 +03:00
Metehan Tuncbilek
3370f0ed85
first test
2024-08-06 17:23:35 +03:00
Georg Hagen
a578be93ec
Add some functions
2024-07-23 23:02:22 +02:00
Georg Hagen
d262daa66f
Add RGB565 class
2024-07-23 02:27:29 +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
aabc24616d
Add handling for camera intrinsics
2024-07-07 16:53:48 +02:00
Georg Hagen
fcecdd63a3
Fix GetFov methods
2024-07-07 00:21:49 +02:00
Georg Hagen
3dd7269470
Extend Pose
2024-07-01 14:47:30 +02:00
Georg Hagen
299040ecaf
Switch to C++20
2024-06-21 11:57:53 +02:00
Vladyslav Baranovskyi
1b9041c998
Summary:
...
- Added const references to GetPosition & GetOrientation
- Renamed OnCurrentFrameFinished()
- Added references to functions in comments
2024-06-10 12:49:24 +03:00
Vladyslav Baranovskyi
1311165139
Summary:
...
- In MovingCubeApp animations are now allocated on stack
- m_sequenceAnimationController now uses SetAnimationPoseResetTime()
- Removed OnSequenceAnimationCompleted()
- Pose::GetOrientation() now returns by value(without it my code doesn't compile)
- GetStep() getter
- In if(m_loop) checking for m_resetTime to be zero or last step to be equal to the first
- Tick now ticks only if there are at least one element in m_steps
- IsFinished() function
- AddAnimationSteps() functions that take initializer_lists
- Getters in SimpleAnimationController are now const
2024-06-08 17:36:03 +03:00
Vladyslav Baranovskyi
458f51889c
Changed glm:: types to Math::, calling Math::Utils::decompose
2024-06-06 22:35:21 +03:00
Vladyslav Baranovskyi
e6615a2bf5
Decomposing matrix in Pose constructor, added GetPose() and GetWorldPose() to Node class
2024-06-06 15:37:38 +03:00
Georg Hagen
640ca59dcd
CMake changes
2024-05-22 13:54:22 +02:00
e0f24153d3
Change namespace name
2023-10-03 19:52:23 +02:00
b38ff35e09
Code cleanups
2023-09-15 15:33:22 +02:00
11e207774b
Update DenseVector3i class
2023-09-04 19:03:11 +02:00
446e11e3b8
Cleanup descriptor layout handling
2023-09-03 17:07:23 +02:00
27c9970c1a
Fix ByteSize formatting
2023-08-23 01:54:11 +02:00
ec44aca7ec
Change loop type to make warning go away
2023-08-12 01:33:33 +02:00
51d61fd5f5
Add default constructor
2021-06-02 19:15:19 +02:00
8d80e744fa
Add resolution aware version of CameraIntrinsic helper class
2021-05-31 16:47:22 +02:00
0f15c691e1
Add RGB10A2 type
2021-05-25 14:45:15 +02:00
a40a2090e4
Add GetFovX and GetFovY to CameraIntrinsic
2021-05-21 18:55:11 +02:00
69adaaad5f
Automatically handle switch between standalone fmt, spdlog bundled fmt and no fmt
2021-05-20 18:01:11 +02:00
f7c73167eb
Minor improvements
2021-03-31 19:43:11 +02:00
665591cb4c
Fix Timestamp class NANOS_TO_SECONDS
2021-03-29 16:41:11 +02:00
11e5c0dcd2
Make operators constexpr
2021-03-04 20:49:11 +01:00
3d69b12cf6
Update ByteSize class
2021-02-25 15:36:22 +01:00
9b4821a102
Make Frustum class handle Range class as input
2021-02-22 03:17:19 +01:00