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
524cd70dbba8b7877dab9f3e51fb42101c19d8db
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryFramework
/
Private
/
Components
History
jimmy andrews
e492ad203e
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 27042996 by jimmy andrews in ue5-main branch]
2023-08-11 16:02:30 -04:00
..
BaseDynamicMeshComponent.cpp
…
BaseDynamicMeshSceneProxy.cpp
make Dynamic Mesh Components show vertex colors when the corresponding ShowFlag is set
2023-07-18 16:25:05 -04:00
DynamicMeshComponent.cpp
Change the default TangentsType for all new DynamicMeshComponent and expose TangentsType to the UI
2023-07-18 10:07:19 -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 16:02:30 -04:00
MeshRenderDecomposition.cpp
…