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
43b221abebcc2cb65a66e65d07e2e8d3fa2c697c
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryFramework
/
Private
/
Components
History
zach bethel
2dca0749cd
Fixed deprecation warning.
...
[CL 27814175 by zach bethel in ue5-main branch]
2023-09-12 18:42:31 -04:00
..
BaseDynamicMeshComponent.cpp
…
BaseDynamicMeshSceneProxy.cpp
Fixed deprecation warning.
2023-09-12 18:42:31 -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
…