-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples/3D/HoloLensModelViewer: Sample E3D model viewer for UWP/HoloLens
- Loading branch information
1 parent
e4800fd
commit 071ce62
Showing
14 changed files
with
1,463 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.87 KB
samples/3D/HoloLensModelViewer/Assets/Square150x150Logo.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29911.84 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HoloLensModelViewer", "HoloLensModelViewer.vcxproj", "{AFF38973-8374-415C-86F2-558C248C730F}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|ARM = Debug|ARM | ||
Debug|ARM64 = Debug|ARM64 | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|ARM = Release|ARM | ||
Release|ARM64 = Release|ARM64 | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM.ActiveCfg = Debug|ARM | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM.Build.0 = Debug|ARM | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM.Deploy.0 = Debug|ARM | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM64.ActiveCfg = Debug|ARM64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM64.Build.0 = Debug|ARM64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM64.Deploy.0 = Debug|ARM64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x64.ActiveCfg = Debug|x64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x64.Build.0 = Debug|x64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x64.Deploy.0 = Debug|x64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x86.Build.0 = Debug|Win32 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x86.Deploy.0 = Debug|Win32 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM.ActiveCfg = Release|ARM | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM.Build.0 = Release|ARM | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM.Deploy.0 = Release|ARM | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM64.ActiveCfg = Release|ARM64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM64.Build.0 = Release|ARM64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM64.Deploy.0 = Release|ARM64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x64.ActiveCfg = Release|x64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x64.Build.0 = Release|x64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x64.Deploy.0 = Release|x64 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x86.ActiveCfg = Release|Win32 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x86.Build.0 = Release|Win32 | ||
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x86.Deploy.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {D1585234-F662-4650-A177-AC8FBC7E6149} | ||
EndGlobalSection | ||
EndGlobal |
416 changes: 416 additions & 0 deletions
416
samples/3D/HoloLensModelViewer/HoloLensModelViewer.vcxproj
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<Package | ||
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | ||
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" | ||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | ||
IgnorableNamespaces="uap mp"> | ||
|
||
<Identity Name="cc88d84c-fd68-4b43-9a19-1ae6f5e4270e" | ||
Publisher="CN=Jerome" | ||
Version="1.0.3.0" /> | ||
|
||
<mp:PhoneIdentity PhoneProductId="cc88d84c-fd68-4b43-9a19-1ae6f5e4270e" PhonePublisherId="00000000-0000-0000-0000-000000000000"/> | ||
|
||
<Properties> | ||
<DisplayName>HoloLensModelViewer</DisplayName> | ||
<PublisherDisplayName>Jerome</PublisherDisplayName> | ||
<Logo>Assets\StoreLogo.png</Logo> | ||
</Properties> | ||
|
||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.18362.0" /> | ||
</Dependencies> | ||
|
||
<Resources> | ||
<Resource Language="x-generate"/> | ||
</Resources> | ||
|
||
<Applications> | ||
<Application Id="App" | ||
Executable="$targetnametoken$.exe" | ||
EntryPoint="HoloLensModelViewer.AppView"> | ||
<uap:VisualElements | ||
DisplayName="HoloLensModelViewer" | ||
Square150x150Logo="Assets\Square150x150Logo.png" | ||
Square44x44Logo="Assets\Square44x44Logo.png" | ||
Description="HoloLensModelViewer" | ||
BackgroundColor="#464646"> | ||
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" /> | ||
<uap:SplashScreen Image="Assets\SplashScreen.png" /> | ||
</uap:VisualElements> | ||
</Application> | ||
</Applications> | ||
</Package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ImportGroup Label="PropertySheets" /> | ||
<PropertyGroup Label="UserMacros" /> | ||
<!-- | ||
To customize common C++/WinRT project properties: | ||
* right-click the project node | ||
* expand the Common Properties item | ||
* select the C++/WinRT property page | ||
For more advanced scenarios, and complete documentation, please see: | ||
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget | ||
--> | ||
<PropertyGroup /> | ||
<ItemDefinitionGroup /> | ||
</Project> |
Oops, something went wrong.