Nicholas Lawson b1bcd7968e Fix locale-dependent data files (#18171) (#18212) před 5 měsíci
..
Allocators.h 2068c225d1 Motion Matching (#7232) před 3 roky
BlendTreeMotionMatchNode.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
BlendTreeMotionMatchNode.h 113094ee29 Motion Matching: Added standard scaler (#11706) před 2 roky
CsvSerializers.cpp b1bcd7968e Fix locale-dependent data files (#18171) (#18212) před 5 měsíci
CsvSerializers.h 322b1e5ba2 Motion Matching: Added option to read/write positions and/or rotations to csv (#11369) před 2 roky
EventData.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
EventData.h 2068c225d1 Motion Matching (#7232) před 3 roky
Feature.cpp cf42dd99d4 feat: remove MCore Color from EmotionFX před 1 rokem
Feature.h c7629284c3 Motion Matching: Added transformer to the feature interface před 2 roky
FeatureAngularVelocity.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
FeatureAngularVelocity.h 08c19df92e Motion Matching: Added angular joint velocity feature (#10561) před 2 roky
FeatureMatrix.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
FeatureMatrix.h 137412b9be Motion Matching: Added CSV exporter for the frame database (#11250) před 2 roky
FeatureMatrixMinMaxScaler.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
FeatureMatrixMinMaxScaler.h 2a746ebbfa Motion Matching: Min-max scaler automated tests (part #1) před 2 roky
FeatureMatrixStandardScaler.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
FeatureMatrixStandardScaler.h 113094ee29 Motion Matching: Added standard scaler (#11706) před 2 roky
FeatureMatrixTransformer.h a8a3fa7253 Typeinfo simplification (#14824) před 1 rokem
FeaturePosition.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
FeaturePosition.h 08ffe94b1c Motion Matching: Inverse transform position feature for debug rendering před 2 roky
FeatureSchema.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
FeatureSchema.h a8a3fa7253 Typeinfo simplification (#14824) před 1 rokem
FeatureSchemaDefault.cpp 2068c225d1 Motion Matching (#7232) před 3 roky
FeatureSchemaDefault.h 2068c225d1 Motion Matching (#7232) před 3 roky
FeatureTrajectory.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
FeatureTrajectory.h d85efed913 Motion Matching: Inverse transform trajectory feature for debug rendering před 2 roky
FeatureVelocity.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
FeatureVelocity.h 104a97b651 Motion Matching: Inverse transform velocity feature for debug rendering před 2 roky
Frame.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
Frame.h f60b056b8a Motion Matching: Added class description and member comments před 3 roky
FrameDatabase.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
FrameDatabase.h 322b1e5ba2 Motion Matching: Added option to read/write positions and/or rotations to csv (#11369) před 2 roky
ImGuiMonitor.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
ImGuiMonitor.h 1a23dc7b93 Motion Matching: Debug visualization improvements před 3 roky
ImGuiMonitorBus.h 1a23dc7b93 Motion Matching: Debug visualization improvements před 3 roky
KdTree.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
KdTree.h ceff3d230a Motion Matching: Optimize memory usage in KD-tree + use median instead of average (#10744) před 2 roky
MotionMatchingData.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
MotionMatchingData.h 113094ee29 Motion Matching: Added standard scaler (#11706) před 2 roky
MotionMatchingEditorModule.cpp 324c0317e9 O3DE engine Gem rename support (#17059) před 1 rokem
MotionMatchingEditorSystemComponent.cpp ceff3d230a Motion Matching: Optimize memory usage in KD-tree + use median instead of average (#10744) před 2 roky
MotionMatchingEditorSystemComponent.h 71b347072e Motion Matching: Connecting the MM node to the motion DB feature visualizer před 2 roky
MotionMatchingInstance.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
MotionMatchingInstance.h 7aca895a01 Motion Matching: Using query vector for cost calculation před 2 roky
MotionMatchingModule.cpp 324c0317e9 O3DE engine Gem rename support (#17059) před 1 rokem
MotionMatchingModuleInterface.h 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
MotionMatchingSystemComponent.cpp 92ddc4a37f Removed uses of deprecated and unused AppearsInSystemComponentMenu for System před 1 rokem
MotionMatchingSystemComponent.h b69b71c5f8 Motion Matching: Removed editor related debug viz from the game system component před 2 roky
PoseDataJointVelocities.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
PoseDataJointVelocities.h 955c979858 Motion Matching: Multi-threaded feature extraction (#8416) před 2 roky
QueryVector.cpp 152bc0a185 remove unused 3rd parameter for AZ_CLASS_ALLOCATOR. (#14530) před 2 roky
QueryVector.h 7aca895a01 Motion Matching: Using query vector for cost calculation před 2 roky
TrajectoryHistory.cpp 9278b1af92 chore: replace usage of MCore::LinearInterpolate with AZ::Lerp (#7809) před 2 roky
TrajectoryHistory.h a8a3fa7253 Typeinfo simplification (#14824) před 1 rokem
TrajectoryQuery.cpp 7498679d1b Motion Matching: Use target facing direction for strafing (#10903) před 2 roky
TrajectoryQuery.h a1f45e8ec7 Motion Matching: Force use target facing direction if joystick is in dead-zone před 2 roky