Skip to content

Remove Matrices #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 465 commits into from
Closed
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
465 commits
Select commit Hold shift + click to select a range
1edbc38
Merge remote-tracking branch 'origin/master' into bindless_blit
Nov 11, 2024
7ca1e7d
Merge branch 'master' into more_fft_utils
Fletterio Nov 11, 2024
51cbd88
@alichraghi small homework - read https://en.cppreference.com/w/cpp/l…
AnastaZIuk Nov 11, 2024
6c0b3cb
CVulkanSwapchain allow 2 more acquiresInFlight
Erfan-Ahmadi Nov 12, 2024
d37770f
fix and remove assumption that imageCount == acquiresInFlight
Erfan-Ahmadi Nov 12, 2024
997f6f3
looking in empty cache was borken
Nov 12, 2024
9a233c7
fix preload sizes
Nov 12, 2024
6796fa6
move acccessor concepts to their own folder and namespace
Nov 12, 2024
db70f9c
Merge remote-tracking branch 'origin/more_fft_utils' into bindless_blit
Nov 12, 2024
08f54ba
Merge pull request #778 from Devsh-Graphics-Programming/bindless_blit
devshgraphicsprogramming Nov 12, 2024
e2df09a
Merge branch 'master' into more_fft_utils
Fletterio Nov 12, 2024
60b3a8d
fix typo
keptsecret Nov 13, 2024
c5f2fcd
get to latest working example
keptsecret Nov 13, 2024
bd57c8f
Merge branch 'master' of github.com:Devsh-Graphics-Programming/Nabla …
AnastaZIuk Nov 13, 2024
8025337
add new spirv intrinsic unpack
keptsecret Nov 13, 2024
9f25ce5
make Nabla docker build "exec" based with git cache volume
AnastaZIuk Nov 13, 2024
dcc537e
More changes following Bloom PR review
Fletterio Nov 13, 2024
253ffaf
Lets commit entire git history into an image and update incrementally…
AnastaZIuk Nov 13, 2024
cfc8dc9
Saving work
Przemog1 Nov 13, 2024
5585e52
Resolved conflicts, merged master
Przemog1 Nov 13, 2024
93e983e
fix mapping index type with vk
keptsecret Nov 14, 2024
8d044aa
make the git cache work, put all into single compose file with small …
AnastaZIuk Nov 14, 2024
a06c270
ICPUBuffer v2.0
alichraghi Nov 13, 2024
f25b884
asset: several fixes
alichraghi Nov 14, 2024
3398802
asset: reference counted memory_resource
alichraghi Nov 14, 2024
eed29fa
more ICPUBuffer fixes
alichraghi Nov 14, 2024
cf9a866
asset: fix several bugs
alichraghi Nov 14, 2024
22630d0
Identity matrices refactor
Przemog1 Nov 14, 2024
09833d9
Fix build
deprilula28 Nov 14, 2024
eebc9fe
Merge pull request #783 from Devsh-Graphics-Programming/temp-fix-branch
devshgraphicsprogramming Nov 15, 2024
afe18dd
asset: pass correct arg to is_aligned
alichraghi Nov 15, 2024
80e94fb
latest ray query geom creator example
keptsecret Nov 15, 2024
8736be1
ray query geom creator initial complete
keptsecret Nov 15, 2024
2077fba
Merge branch 'master' into ray_query_geometry_creator_example
keptsecret Nov 15, 2024
971a1ed
Merge pull request #775 from Devsh-Graphics-Programming/ali_cbl
devshgraphicsprogramming Nov 15, 2024
82e89a5
Merge pull request #782 from Devsh-Graphics-Programming/ali_pmr3
devshgraphicsprogramming Nov 15, 2024
72f847d
post merge examples_tests pointer correction
Nov 15, 2024
22e86a7
fix for MSVC 17.12.0 regression in handling partial specs constrained…
Nov 16, 2024
6789fa7
use snorm unpack instead
keptsecret Nov 18, 2024
8f5f38e
Merge branch 'master' into ray_query_geometry_creator_example
keptsecret Nov 18, 2024
f36574a
added allocation flag check for device address
keptsecret Nov 18, 2024
932a258
fix IMGUI for new ICPUBuffer API
Nov 18, 2024
ec1db68
update imguizmo with its upstream
AnastaZIuk Nov 18, 2024
b9905c2
latest example and kept in UnpackUnorm4x8
keptsecret Nov 19, 2024
039734a
Merge branch 'master' into ray_query_geometry_creator_example
keptsecret Nov 19, 2024
b252d96
Merge branch 'master' into ngfx-sdk-integration
keptsecret Nov 19, 2024
69cd5d2
restructured integration
keptsecret Nov 19, 2024
65bbad8
Adds ternary op for complex numbers
Fletterio Nov 19, 2024
16d3261
Merge master
Fletterio Nov 19, 2024
13dd52d
Restore submodule pointer
Fletterio Nov 19, 2024
f1b65e9
VectorViewNullMemoryResource fix
Fletterio Nov 19, 2024
b31705d
Merge branch 'master' into more_fft_utils
Fletterio Nov 19, 2024
2617c16
Fixed templated functions
Przemog1 Nov 19, 2024
569cea2
Resolved conflicts, merged master
Przemog1 Nov 19, 2024
7100dac
add position fetch extension feature
keptsecret Nov 20, 2024
3a046cd
Merge remote-tracking branch 'origin/ray_query_geometry_creator_example'
Nov 20, 2024
38491b8
post merge examples_tests submodule pointer set
Nov 20, 2024
8e5ab1a
moved position fetch to limits
keptsecret Nov 20, 2024
b43d4df
spv functions outline
keptsecret Nov 20, 2024
639cf78
add 3rdparty/ngfx/ngfx.cmake capable of finding the NSight GFX SDK & …
AnastaZIuk Nov 20, 2024
048d093
integrate NGFX with Nabla build system, delay load the DLL on windows…
AnastaZIuk Nov 20, 2024
4f029c8
implemented ray query methods
keptsecret Nov 21, 2024
fedac62
some corrections to init
keptsecret Nov 21, 2024
390218a
Merge branch 'master' into ray_query_inline_spirv_example
keptsecret Nov 21, 2024
be03a55
ray query inline spirv working
keptsecret Nov 21, 2024
264dd69
fixed position fetch definition
keptsecret Nov 22, 2024
076128f
added new spirv intrinsic file to builtin
keptsecret Nov 22, 2024
87bf160
minor adjustments and example
keptsecret Nov 22, 2024
8562bcf
removed redundant constants
keptsecret Nov 22, 2024
1f174fe
latest example
keptsecret Nov 22, 2024
48d4440
fast-forward Vulkan-Headers, example
keptsecret Nov 22, 2024
e8f4dca
Merge pull request #788 from Devsh-Graphics-Programming/ray_query_inl…
devshgraphicsprogramming Nov 22, 2024
e618e58
Yet more utils, such as bitreversal
Fletterio Nov 23, 2024
8417652
Implemented nbl::hlsl::mul
Przemog1 Nov 26, 2024
4359f91
Fixed array_get and array_set
Przemog1 Nov 26, 2024
adb4262
Cherry picked matrix_traits.hlsl
Przemog1 Nov 28, 2024
6bcbe56
Extended nbl::hlsl::dot function so it can be used with emulated_vect…
Przemog1 Nov 28, 2024
25ede82
Saving work
Przemog1 Dec 1, 2024
3817408
Updated cmake lists
Przemog1 Dec 1, 2024
58d8929
Add functionality for nabla unpacking trades when doing FFT of packed…
Fletterio Dec 3, 2024
cd07b9b
Share complex types between cpp and hlsl, add mirror trade functional…
Fletterio Dec 3, 2024
ea31887
Also add fast mul by i,-i to cpp
Fletterio Dec 4, 2024
8e94bcc
Refactor
Przemog1 Dec 4, 2024
53541ff
Modify ternary operator in complex and add it as a functional struct …
Fletterio Dec 5, 2024
659f94e
Now every operation on emulated_float64_t flushes denorms to 0
Przemog1 Dec 5, 2024
373a013
Added glsl::findMSB
Przemog1 Dec 5, 2024
fdba8ce
Point at examples test master to merge Nabla master
Fletterio Dec 5, 2024
620e601
Merge branch 'master' into more_fft_utils
Fletterio Dec 5, 2024
600cac8
Saving work
Przemog1 Dec 6, 2024
971f28e
Resolved conflicts, merged master
Przemog1 Dec 6, 2024
4a16b5d
padDimensions and getOutputBufferSize rewritten so they can be shared…
Fletterio Dec 6, 2024
e61ab7a
Forgot what changed
Fletterio Dec 7, 2024
30a8c96
Improvements
Przemog1 Dec 7, 2024
20b4e3a
adds findLSB and findMSB from std.450 to glsl_compat.hlsl
Fletterio Dec 7, 2024
1d8c223
Fix #799
alichraghi Dec 9, 2024
4abf68c
Refactor
Przemog1 Dec 9, 2024
4b34124
Merge pull request #800 from Devsh-Graphics-Programming/ali_cache
devshgraphicsprogramming Dec 9, 2024
52dc613
Fix
Przemog1 Dec 9, 2024
9d00340
Merge branch 'master' of https://github.com/Devsh-Graphics-Programmin…
Przemog1 Dec 9, 2024
d42d7e1
Saving work
Przemog1 Dec 10, 2024
36baa31
Renamed intrinsics.h to intrinsics.hlsl
Przemog1 Dec 10, 2024
62490ee
Added vector_traits.hlsl
Przemog1 Dec 10, 2024
c1dff94
Added array_accessors.hlsl
Przemog1 Dec 10, 2024
9abf1de
Require concepts for Accessors for FFT
Fletterio Dec 10, 2024
f3ad5e8
Change submodule pointer so it's not changed by CMake
Fletterio Dec 10, 2024
975a7b7
Fixed accessor concepts for FFT
Fletterio Dec 11, 2024
2dc70c1
Merge branch 'master' into more_fft_utils
Fletterio Dec 11, 2024
83e0cbd
- Differentiate concepts for FFT based on ElementsPerInvocationLog2,
Fletterio Dec 11, 2024
0dbeb8f
Refactored intrinsics for C++ side
Przemog1 Dec 11, 2024
b3fba14
Added GLSL.std.450.hlsl
Przemog1 Dec 11, 2024
8c94b0c
Added some spirv intrinsics
Przemog1 Dec 11, 2024
59e388a
Fix
Przemog1 Dec 11, 2024
75bec97
Bug fix
Przemog1 Dec 11, 2024
2a7953e
Fully implemented intrinsics.hlsl
Przemog1 Dec 11, 2024
1412b01
Renamed some parameters so they better convey intent
Fletterio Dec 12, 2024
1f6daf1
Fix #798
Dec 12, 2024
5112ade
Merge remote-tracking branch 'remotes/origin/compute_ptr_2'
Dec 12, 2024
ca968cd
post merge `examples_tests` submodule set
Dec 12, 2024
3b9658b
Corrections
Przemog1 Dec 12, 2024
fc9b4d4
Added matrix_traits.hlsl
Przemog1 Dec 12, 2024
99b478b
Moved every GLSL.std.450 intrinsic spriv function from spriv_intrinsi…
Przemog1 Dec 12, 2024
39f5c4b
Resolved conflicts, merged cpp_compat_intrinsics_refactor
Przemog1 Dec 12, 2024
e0e1b8c
Fix
Przemog1 Dec 12, 2024
f278259
Resolved conflicts, merged cpp_compat_intrinsics_refactor
Przemog1 Dec 12, 2024
22ab085
Fixes
Przemog1 Dec 12, 2024
475c65a
Saving work
Przemog1 Dec 13, 2024
5a14fde
ICPUBuffer: remove size field from creation params
alichraghi Dec 13, 2024
aeaa1ce
ICPUBuffer: update remaining usages
alichraghi Dec 13, 2024
9cf08ea
ICPUBuffer: update remaining usages
alichraghi Dec 13, 2024
8e771d0
Some spirv intrinsic function will work with vectors now
Przemog1 Dec 13, 2024
2e151f6
Moved cpp_compat_intrinsics_impl to another file
Przemog1 Dec 13, 2024
3b72975
Comment change
Fletterio Dec 13, 2024
de58ac2
Update examples submodule pointer to latest
Fletterio Dec 13, 2024
6a22158
Update examples submodule pointer
Fletterio Dec 13, 2024
dc10958
Merge branch 'master' into more_fft_utils
Fletterio Dec 13, 2024
c8ac209
Merge remote-tracking branch 'origin' into ali_size
alichraghi Dec 15, 2024
18ec29a
ext::ImGui: Update to latest ICPUBuffer API
alichraghi Dec 15, 2024
e428f21
Merge pull request #802 from Devsh-Graphics-Programming/ali_size
devshgraphicsprogramming Dec 15, 2024
b700c8d
post merge submodule update
Dec 15, 2024
172748a
Corrections
Przemog1 Dec 16, 2024
b8e6d94
Created template findMSB and findLSB template specialization for ever…
Przemog1 Dec 16, 2024
889eabe
Resolved conflicts, merged master
Przemog1 Dec 16, 2024
f44c8d9
Merge branch 'master' into more_fft_utils
Fletterio Dec 17, 2024
c079825
Added findMSB and findLSB specialization for enum types
Przemog1 Dec 17, 2024
af6f0d6
Resolved conflicts, merged cpp_compat_intrinsics_refactor
Przemog1 Dec 17, 2024
46ff7c8
Fix
Przemog1 Dec 17, 2024
6abc6ce
Merge branch 'cpp_compat_intrinsics_refactor' of https://github.com/D…
Przemog1 Dec 17, 2024
7528d4e
Another fix
Przemog1 Dec 17, 2024
20bff2c
Merge branch 'cpp_compat_intrinsics_refactor' of https://github.com/D…
Przemog1 Dec 17, 2024
03c9042
Created transpose partial spec for emulated matrices
Przemog1 Dec 17, 2024
ce9ca3d
Merge pull request #801 from Devsh-Graphics-Programming/cpp_compat_in…
devshgraphicsprogramming Dec 18, 2024
279774c
Intrinsics.hlsl refactor
Przemog1 Dec 18, 2024
e9a5b8e
SharedMemAccessor concept update
Fletterio Dec 18, 2024
a933953
Merge master
Fletterio Dec 18, 2024
c7fb06f
use new preprocessor on MSVC
keptsecret Dec 19, 2024
78fe62a
update DXC submodule (new MSVC preprocessor support)
AnastaZIuk Dec 19, 2024
c7bdd2a
Merge pull request #805 from Devsh-Graphics-Programming/preprocessor_…
devshgraphicsprogramming Dec 19, 2024
36ecbe3
Fixed emulated_float64_t bug
Przemog1 Dec 19, 2024
b2c0537
Refactor
Przemog1 Dec 19, 2024
30aafb3
Fixed substraction of two inf values
Przemog1 Dec 19, 2024
e77d628
Merge branch 'master' of https://github.com/Devsh-Graphics-Programmin…
Przemog1 Dec 19, 2024
f726750
Updated examples
Przemog1 Dec 19, 2024
3359e34
- Make most of intutil shared, deprecate the versions that were in the.h
Fletterio Dec 20, 2024
18931dd
Roll back the GLSL bitreverse change, it was fine after all
Fletterio Dec 20, 2024
f6725ea
Change spirv intrinsic name, add it to cpp compat
Fletterio Dec 20, 2024
d1666d4
Merge branch 'master' into more_fft_utils
Fletterio Dec 20, 2024
9f0713c
Merge branch 'bitreverse_intrinsic' into more_fft_utils
Fletterio Dec 20, 2024
6f74919
Fix new intrinsic
Fletterio Dec 20, 2024
47f018a
Merge branch 'bitreverse_intrinsic' into more_fft_utils
Fletterio Dec 20, 2024
0e6e31a
Change fft bitReverse name, update examples pointer submodule
Fletterio Dec 20, 2024
2db1829
Refactored the bitReverse function
Przemog1 Dec 21, 2024
dbbe7c6
Merge pull request #806 from Devsh-Graphics-Programming/bitreverse_in…
Przemog1 Dec 21, 2024
c1c6b04
cmake: add missing builtin header
alichraghi Dec 21, 2024
f933b2a
Merge pull request #807 from Devsh-Graphics-Programming/ali_cmake_fix
devshgraphicsprogramming Dec 21, 2024
c544d05
update submodule pointer
Dec 22, 2024
f3c777e
Merge pull request #789 from Devsh-Graphics-Programming/ngfx-si-cmake
keptsecret Dec 26, 2024
64ad91a
Merge branch 'master' into ngfx-sdk-integration
keptsecret Dec 26, 2024
c4fd4bb
removed dot_product.hlsl from cmake and added intrinsics_impl.hlsl
Erfan-Ahmadi Dec 28, 2024
58ad120
update examples_tests
Erfan-Ahmadi Dec 28, 2024
b9ae9f8
removed FORCE_EMULATED_FLOAT64
Erfan-Ahmadi Dec 28, 2024
b925bde
update examples_tests
Erfan-Ahmadi Dec 28, 2024
099693e
Merge branch 'emulated_float64_t'
Erfan-Ahmadi Dec 28, 2024
01dcf66
Merge branch 'master' into ngfx-sdk-integration
Dec 30, 2024
12bbe91
refactor
Dec 30, 2024
2b3bdaa
Detect Nsight launching the app through an envvar, attempt to post-in…
Dec 31, 2024
c463fd7
Merge branch 'docker' of github.com:Devsh-Graphics-Programming/Nabla …
AnastaZIuk Jan 1, 2025
0cdd89a
fix NSC binary output write requests causing funny bugs with missing …
AnastaZIuk Jan 1, 2025
c5a5383
Ladies and gentlemen, we officially have a target that will launch a …
AnastaZIuk Jan 1, 2025
f88fa6c
Mount Vulkan Bin to CE godbolt container in bind:ro mode, make sure i…
AnastaZIuk Jan 2, 2025
815ceba
integrate compiler explorer with Nabla CMake build system, update doc…
AnastaZIuk Jan 2, 2025
c8762b5
improve cache runs, validate host exes
AnastaZIuk Jan 2, 2025
e40bff9
create tools/nsc/docker/README.md with instructions how to use it
AnastaZIuk Jan 2, 2025
47ee809
remove oldie stuff tests
AnastaZIuk Jan 2, 2025
76bf038
typo
AnastaZIuk Jan 2, 2025
cde3c03
Merge pull request #808 from Devsh-Graphics-Programming/CE
AnastaZIuk Jan 2, 2025
14dee8f
play with debug CRTs and make nsc_d work with CE containers
AnastaZIuk Jan 2, 2025
2f8c807
Refactor IApplicationFramework global init & update CSystemWin32 dela…
AnastaZIuk Jan 3, 2025
4bf3e18
introduce build info artifacts, create nablaBuildInfo.cmake & ce-gene…
AnastaZIuk Jan 4, 2025
8e95b81
remove old env & mark a todo
AnastaZIuk Jan 4, 2025
619915a
Update core.hlsl
devshgraphicsprogramming Jan 6, 2025
2eb0ffd
Merge master
Fletterio Jan 6, 2025
2b7d087
step towards CE registry
AnastaZIuk Jan 6, 2025
82b517b
forgot to commit one line
AnastaZIuk Jan 6, 2025
eedf04a
IApplicationFramework update
AnastaZIuk Jan 8, 2025
116f377
Updated NSC readme
YasInvolved Jan 8, 2025
7924071
Merge pull request #815 from Devsh-Graphics-Programming/yas_nsc_readm…
AnastaZIuk Jan 8, 2025
e77ae53
TextRendering.cpp small change + update examples
Erfan-Ahmadi Jan 9, 2025
04e7c26
update 3rdparty/dxc/dxc submodule
AnastaZIuk Jan 9, 2025
4b1926b
Update README.md
AnastaZIuk Jan 10, 2025
6401e53
Addressed PR review comments
Fletterio Jan 10, 2025
987a5de
Merge pull request #810 from Devsh-Graphics-Programming/bad_capabilit…
devshgraphicsprogramming Jan 13, 2025
fdb7904
Move some HLSL stuff to CPP-shared
Fletterio Jan 13, 2025
4463278
Merge branch 'master' into more_fft_utils
Fletterio Jan 13, 2025
6b8714d
Moved readme over
Fletterio Jan 14, 2025
d0ed313
Seeing iof this fixes Markdown issue in gh readme
Fletterio Jan 14, 2025
d4dc129
No line break sin latex math for gh readmes
Fletterio Jan 14, 2025
6edab6d
Even worse, no two $ math mode in latex readme
Fletterio Jan 14, 2025
036c7dd
Going insane at GH readme not parding this well
Fletterio Jan 14, 2025
e8f46dd
Fixed
Fletterio Jan 14, 2025
d7a9e13
don't compile HLSL `assert` without `NBL_DEBUG`
Jan 15, 2025
da80234
Merge remote-tracking branch 'remotes/origin/more_fft_utils'
Jan 16, 2025
0e4aef8
post merge submodule update
Jan 16, 2025
6fa23b1
change one thing in FFT Bloom
Jan 16, 2025
eee9904
Update accessor concepts
Fletterio Jan 17, 2025
83db408
move E_TEXTURE_CLAMP into hlsl headers
alichraghi Jan 17, 2025
19973ac
box_blur: move into here from example code
alichraghi Jan 18, 2025
5518e01
Address all PR comments
Fletterio Jan 20, 2025
0f8bcac
Merge pull request #818 from Devsh-Graphics-Programming/more_fft_utils
devshgraphicsprogramming Jan 21, 2025
2e52107
FFT readme update
Fletterio Jan 21, 2025
ae5dbad
Update examples submodule ptr
Fletterio Jan 21, 2025
d2adf17
prefix_sum_blur: address reviews
alichraghi Jan 22, 2025
2782d8d
FFT readme update and accessor concept change to remove memory barriers
Fletterio Jan 22, 2025
a46b9b0
FFT readme update
Fletterio Jan 22, 2025
b65dc7f
box_sampler: rework ETC_REPEAT
alichraghi Jan 23, 2025
6f74af2
box_sampler: simplify ETC_MIRROR
alichraghi Jan 24, 2025
75ffca1
blake3: add reset()
alichraghi Jan 24, 2025
43323a6
Merge pull request #822 from Devsh-Graphics-Programming/ali_blake_reset
AnastaZIuk Jan 24, 2025
b1f2827
box_sampler: update ETC_REPEAT
alichraghi Jan 24, 2025
45d97fd
Merge pull request #819 from Devsh-Graphics-Programming/ali_blur3
devshgraphicsprogramming Jan 24, 2025
bacb479
post Prefix Sum Bloom merge submodule update
Jan 24, 2025
f4b2626
Update submodule pointer
Fletterio Jan 25, 2025
1e05ae4
video: update profiles
alichraghi Jan 30, 2025
68ca358
video: remove bad report and exclude android from core profile
alichraghi Jan 31, 2025
4786926
Merge pull request #824 from Devsh-Graphics-Programming/ali_profiles
devshgraphicsprogramming Jan 31, 2025
eac5159
Fix false positive aspect mask error raising
Crisspl Feb 2, 2025
72bd107
Merge pull request #826 from Crisspl/quick-fix
devshgraphicsprogramming Feb 2, 2025
25ef700
cmake: no longer dies when NBL_SANITIZE_ADDRESS is ON
alichraghi Feb 5, 2025
d8e5751
video: free command buffers when destroyed
alichraghi Feb 5, 2025
8b67720
Merge pull request #830 from Devsh-Graphics-Programming/ali_cmd
devshgraphicsprogramming Feb 5, 2025
4a894fe
Resolved conflicts, merged master
Przemog1 Feb 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions include/ICameraSceneNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ class ICameraSceneNode : public ISceneNode
The function will figure it out if you've set an orthogonal matrix.
\param projection The new projection matrix of the camera.
*/
virtual void setProjectionMatrix(const core::matrix4SIMD& projection) =0;
virtual void setProjectionMatrix(const hlsl::float32_t4x4& projection) =0;

//! Gets the current projection matrix of the camera.
/** \return The current projection matrix of the camera. */
inline const core::matrix4SIMD& getProjectionMatrix() const { return projMatrix; }
inline const hlsl::float32_t4x4& getProjectionMatrix() const { return projMatrix; }

//! Gets the current view matrix of the camera.
/** \return The current view matrix of the camera. */
virtual const core::matrix3x4SIMD& getViewMatrix() const =0;
virtual const hlsl::float32_t3x4& getViewMatrix() const =0;

virtual const core::matrix4SIMD& getConcatenatedMatrix() const =0;
virtual const hlsl::float32_t4x4& getConcatenatedMatrix() const =0;
#if 0
//! It is possible to send mouse and key events to the camera.
/** Most cameras may ignore this input, but camera scene nodes
Expand Down
263 changes: 0 additions & 263 deletions include/matrix3x4SIMD.h

This file was deleted.

Loading