-
大小: 79KB文件類型: .zip金幣: 2下載: 0 次發布日期: 2021-06-06
- 語言: 其他
- 標簽: LeapMotion??UE4??UnrealEngine??
資源簡介
LeapMotion在UE4上的插件源碼,Leap motion通過該插件操作UE4中的場景模型

代碼片段和文件信息
//?Copyright?1998-2014?Epic?Games?Inc.?All?Rights?Reserved.
using?System.IO;
namespace?UnrealBuildTool.Rules
{
public?class?LeapMotion?:?ModuleRules
{
public?LeapMotion(TargetInfo?Target)
{
PublicIncludePaths.AddRange(
new?string[]?{
“LeapMotion/Public“
//?...?add?public?include?paths?required?here?...
}
);
PrivateIncludePaths.AddRange(
new?string[]?{
“LeapMotion/Private“
//?...?add?other?private?include?paths?required?here?...
}
);
PublicDependencyModuleNames.AddRange(
new?string[]
{
“Engine“
“Core“
????????????????????“CoreUobject“
//?...?add?other?public?dependencies?that?you?statically?link?with?here?...
}
);
PrivateDependencyModuleNames.AddRange(
new?string[]
{
//?...?add?private?dependencies?that?you?statically?link?with?here?...
}
);
DynamicallyLoadedModuleNames.AddRange(
new?string[]
{
//?...?add?any?modules?that?your?module?loads?dynamically?here?...
}
);
????????????PublicAdditionalLibraries.Add(“Leap.lib“);
}
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-05-29?22:06??UE4-LeapMotionPlugin-master\
?????文件?????????171??2014-05-29?22:06??UE4-LeapMotionPlugin-master\.gitignore
?????文件????????1077??2014-05-29?22:06??UE4-LeapMotionPlugin-master\LICENSE
?????文件?????????402??2014-05-29?22:06??UE4-LeapMotionPlugin-master\LeapMotion.uplugin
?????文件????????1847??2014-05-29?22:06??UE4-LeapMotionPlugin-master\README.md
?????目錄???????????0??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Resources\
?????文件????????4498??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Resources\Icon128.png
?????目錄???????????0??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\
?????目錄???????????0??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\
?????文件????????1090??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\LeapMotion.Build.cs
?????目錄???????????0??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\
?????文件????????1783??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\Bone.cpp
?????文件????????2131??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\Bone.h
?????文件?????????193??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\FLeapMotion.cpp
?????文件?????????383??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\FLeapMotion.h
?????文件????????2794??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\Finger.cpp
?????文件?????????942??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\Finger.h
?????文件????????1591??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\FingerList.cpp
?????文件????????1592??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\FingerList.h
?????文件????????4325??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\Hand.cpp
?????文件????????5130??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\Hand.h
?????文件?????????985??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\HandList.cpp
?????文件????????1248??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\HandList.h
?????目錄???????????0??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\LEAP\
?????文件??????158729??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\LEAP\Leap.h
?????文件???????28916??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\LEAP\Leap.i
?????文件???????28543??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\LEAP\LeapMath.h
?????文件????????1109??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\LeapController.cpp
?????文件????????1164??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\LeapController.h
?????文件?????????649??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\Leapfr
?????文件?????????708??2014-05-29?22:06??UE4-LeapMotionPlugin-master\Source\LeapMotion\Private\Leapfr
............此處省略13個文件信息
- 上一篇:3DS文件導入OpenGL并動態顯示源碼
- 下一篇:OTN+PTN外文翻譯
評論
共有 條評論