This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5.3
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryFramework
/
Private
/
Components
History
Jimmy Andrews
b7258350cb
Fix ensure when ExternallyProvided tangents are requested on a DynamicMeshComponent but the DynamicMesh does not have tangents. Fall back to the no-tangents case.
...
#jira UE-192574 #rb ryan.schmidt [CL 27042816 by Jimmy Andrews in 5.3 branch]
2023-08-11 15:58:01 -04:00
..
BaseDynamicMeshComponent.cpp
GeometyFramework: Add support for controlling vertex color space transform/conversion in BaseDynamicMeshComponent. Add support for custom color remapping function in DynamicMeshComponent.
2023-05-17 11:12:48 -04:00
BaseDynamicMeshSceneProxy.cpp
make Dynamic Mesh Components show vertex colors when the corresponding ShowFlag is set
2023-07-18 15:56:19 -04:00
DynamicMeshComponent.cpp
Change the default TangentsType for all new DynamicMeshComponent and expose TangentsType to the UI
2023-07-18 10:05:43 -04:00
DynamicMeshSceneProxy.h
Fix ensure when ExternallyProvided tangents are requested on a DynamicMeshComponent but the DynamicMesh does not have tangents. Fall back to the no-tangents case.
2023-08-11 15:58:01 -04:00
MeshRenderDecomposition.cpp
…