-
Notifications
You must be signed in to change notification settings - Fork 65
Mesh loaders kevin #894
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
Merged
+1,032
−971
Merged
Mesh loaders kevin #894
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
4a37ba5
Implement createCylinder, createCone, createSphere, CreateArrow
2d8b7c4
Implement getIndexType convenience function for IPolygonGeometry
cdcaae9
Implement createIcosphere
2e063d7
Remove color parameter from create<Geometry>
f0b5064
Fix indentation
68a689c
Fix normal and uv type
ca7f182
Return nullptr if vertexCount overflow
a2b7b04
Remove simd vector from normal quantization cache
83f39d3
Fix SBuferRange to SBufferBinding conversion requirement
983ace9
createArrow multiple geometries
090dae2
DRY findLSB
9e9e233
Merge branch 'master' into mesh_loaders_kevin
d36687f
Add missing ECommonEnums.cpp to CMakelists.txt
bd3a266
Extract some common attribute view creation into its own function
489e2f2
Slight type naming improvement in geometry creator
de02323
Fix bug prone constant
1964b27
Accept tesselation as uint16_t parameter
2157235
Remove reciprocal_approxim usage
7728987
use hlsl::numbers instead of constant from core
53f81af
Reorder normal calculation so no need to normalize position
e29bbf9
Remove packSnorm
b957ca7
Small impovement on Icosphere index_t
75d486d
Remove unnecessary method on Icosphere
e0013cb
Fix normal quantization cache
4afd072
implement constexpr findLSB
a001472
Remove unused include
f8e837b
Fix createArrow to return ICPUGeometryCollection instead of vector of…
6552952
Add more ray tracing intersection query
e0b30d0
Add transform.hlsl to cmakelists
c6dd9ac
Transform data minimum alignment fix
c45f29c
Merge branch 'master' into mesh_loaders_kevin
86dae55
Fix after merge with master
c7caf76
Fix uninitialized bug in quantization cache
ae5a755
Add some comment in quantization cache
02d6c6d
Fix indentation in CGeometryCreator.cpp
bb45773
Fix indentation of CDirQuantCacheBase.h
1bedf2d
Fix indentation of CGeometryCreator.h
50b6493
Merge branch 'master' into mesh_loaders_kevin
b152755
Fix small things
daea0ad
Implement rotation_mat function on hlsl
a6ef74c
Small fixes on quantization cache.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.