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
fff2fc96bf79110f5019d770435dd31080699bb7
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Experimental
/
GeometryCollectionEngine
/
Private
/
GeometryCollection
History
jeremy moore
1dbe0a3999
Fix duplicated CVar
...
#preflight skip [CL 25050220 by jeremy moore in ue5-main branch]
2023-04-14 17:06:14 -04:00
..
DerivedDataGeometryCollectionCooker.cpp
When geometry collection is empty, don't build the render mesh data.
2023-03-28 10:09:29 -04:00
GeometryCollectionActor_ImmediateImpl.cpp
…
GeometryCollectionActor.cpp
…
GeometryCollectionCache.cpp
…
GeometryCollectionComponent.cpp
Geometry collection component : make sure we unregister chaos events if the proxy is destroyed
2023-04-13 01:38:18 -04:00
GeometryCollectionComponent.ispc
Geometry collection : fix code to support removal of geometry, vertex and face groups when nott using nanite ( to properly support StripOnCook for ISMPool )
2023-02-04 00:32:04 -05:00
GeometryCollectionComponentPlugin.cpp
…
GeometryCollectionComponentPluginPrivate.h
…
GeometryCollectionCreationParameters.cpp
…
GeometryCollectionDebugDrawActor.cpp
…
GeometryCollectionDebugDrawComponent.cpp
…
GeometryCollectionEngineConversion.cpp
Updated the "AutoInstances" meshes to not add to the ISMPool until they are needed.
2023-02-24 15:00:49 -05:00
GeometryCollectionEngineRemoval.cpp
Geometry collection : optimize scale on remove feature
2023-03-10 20:05:11 -05:00
GeometryCollectionEngineSizeSpecificUtility.cpp
…
GeometryCollectionEngineTypes.cpp
…
GeometryCollectionEngineUtility.cpp
…
GeometryCollectionHitProxy.cpp
Move all immutable geometry collection rendering data into the geometry collection asset.
2023-02-16 12:40:53 -05:00
GeometryCollectionISMPoolActor.cpp
Added ISM pool debug component.
2023-03-09 00:00:20 -05:00
GeometryCollectionISMPoolComponent.cpp
Fix duplicated CVar
2023-04-14 17:06:14 -04:00
GeometryCollectionISMPoolRenderer.cpp
Add support for ISMPool reverse culling flag. This allows us to potentially create two ISM components for left and right handedness if needed.
2023-04-06 17:29:18 -04:00
GeometryCollectionISMPoolRenderer.h
Add support for ISMPool reverse culling flag. This allows us to potentially create two ISM components for left and right handedness if needed.
2023-04-06 17:29:18 -04:00
GeometryCollectionISMPoolSubSystem.cpp
Move creation of ISMPoolActor to outside of place where it may be called in a construction script.
2023-04-04 19:18:34 -04:00
GeometryCollectionObject.cpp
Geometry collection : fix issue where exploded vectors would remain in the collection uninitialized after executing a dataflow causing global matrices to have NaNs translations and potentially causing bounds computation to generate bogus results
2023-03-27 23:42:56 -04:00
GeometryCollectionParticlesData.cpp
…
GeometryCollectionRenderData.cpp
Remove p.GeometryCollectionAssetForceStripRenderDataOnCook which existed for temporary data migration.
2023-04-10 10:44:30 -04:00
GeometryCollectionRenderData.h
New GeometryCollection helpers for getting allocation info.
2023-03-10 20:20:40 -05:00
GeometryCollectionRenderLevelSetActor.cpp
…
GeometryCollectionSceneProxy.cpp
Fix for crash when applying a SLW material onto a Nanite mesh.
2023-03-07 14:44:01 -05:00
GeometryCollectionSceneProxy.h
Move all immutable geometry collection rendering data into the geometry collection asset.
2023-02-16 12:40:53 -05:00
GeometryCollectionSceneProxy.ispc
Move all immutable geometry collection rendering data into the geometry collection asset.
2023-02-16 12:40:53 -05:00
GeometryCollectionSQAccelerator.cpp
…
GeometryCollectionSQAccelerator.h
…
PhysicsAssetSimulation.cpp
…