Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Remote Rendering Dataplane SDK #19054

Merged
151 commits merged into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from 146 commits
Commits
Show all changes
151 commits
Select commit Hold shift + click to select a range
42e1b36
Initial commit:
ms-maxvollmer Jan 15, 2021
1874b43
Added the Mixed Reality Authentication library
Jan 19, 2021
2ada2d8
client classes and builder
ms-maxvollmer Jan 21, 2021
dac0ebe
Client implementation
ms-maxvollmer Jan 21, 2021
c40a98d
Generated autorest service client
Jan 19, 2021
5821190
Added public API structure
Jan 20, 2021
b214b5b
Added tests for MixedRealityAccountKeyCredential
Jan 20, 2021
d78d633
Added tests and finished implementation
Jan 21, 2021
21036b0
Updated documentation
Jan 21, 2021
9c237c1
Added sample
Jan 21, 2021
d3f870e
Allow the use of Jackson-databind
Jan 21, 2021
fd13f84
Next iteration on Java Data Plane SDK for ARR
ms-maxvollmer Jan 29, 2021
5a8a075
Initial commit:
ms-maxvollmer Jan 15, 2021
74a39a5
client classes and builder
ms-maxvollmer Jan 21, 2021
70e4425
Client implementation
ms-maxvollmer Jan 21, 2021
2210082
Next iteration on Java Data Plane SDK for ARR
ms-maxvollmer Jan 29, 2021
20d5251
module-info fixes
MalcolmTyrrell Feb 2, 2021
117ddc5
Add a credential method
MalcolmTyrrell Feb 2, 2021
02ee7c4
Add service version
MalcolmTyrrell Feb 2, 2021
01d1465
Add beginConversion using pollerFlux.
MalcolmTyrrell Feb 3, 2021
5360ed6
Add a pollerFlux for beginSession.
MalcolmTyrrell Feb 3, 2021
c298ca2
SyncPoller for sessions.
MalcolmTyrrell Feb 3, 2021
c750750
opens to com.azure.core
MalcolmTyrrell Feb 3, 2021
24ec28f
Remove non-poller client methods.
MalcolmTyrrell Feb 3, 2021
05652ad
Move library up one level
MalcolmTyrrell Feb 3, 2021
e825c18
Add test resources.
MalcolmTyrrell Feb 3, 2021
0510c89
Bones of tests.
MalcolmTyrrell Feb 4, 2021
5b1c7f3
Merge pull request #1 from MalcolmTyrrell/MalcolmTyrrell/mr-arr
ms-maxvollmer Feb 4, 2021
3d3f9a0
More test code.
MalcolmTyrrell Feb 4, 2021
b4e277c
Merge pull request #2 from ms-maxvollmer/MalcolmTyrrell/mr-arr
ms-maxvollmer Feb 4, 2021
c90d6fe
Refactored customer facing model classes and model translator
ms-maxvollmer Feb 4, 2021
f41d81e
Auth improvements.
MalcolmTyrrell Feb 4, 2021
088efd8
Merge remote-tracking branch 'origin/mavollme/mr-arr' into MalcolmTyr…
MalcolmTyrrell Feb 4, 2021
3095775
Take changes from latest official REST API.
MalcolmTyrrell Feb 4, 2021
558e8d5
Fix compile.
MalcolmTyrrell Feb 4, 2021
671784a
Fix auth and conversion test.
MalcolmTyrrell Feb 4, 2021
35153bc
Merge pull request #3 from ms-maxvollmer/MalcolmTyrrell/mr-arr
ms-maxvollmer Feb 5, 2021
d548a32
Make all classes final
ms-maxvollmer Feb 5, 2021
2324d1d
* Rename URI to URL
ms-maxvollmer Feb 5, 2021
554d10d
Remove setters that should not be public API
ms-maxvollmer Feb 5, 2021
1402b62
Return PagedIterable instead of List
ms-maxvollmer Feb 5, 2021
ee0f23a
Added method overloads and WithResponse methods
ms-maxvollmer Feb 5, 2021
fb6af48
* Renamed URI to URL
ms-maxvollmer Feb 5, 2021
0ee4d00
Added the Mixed Reality Authentication library
Jan 19, 2021
616e496
Generated autorest service client
Jan 19, 2021
be22762
Added public API structure
Jan 20, 2021
ad38d80
Added tests for MixedRealityAccountKeyCredential
Jan 20, 2021
755240d
Added tests and finished implementation
Jan 21, 2021
775941c
Updated documentation
Jan 21, 2021
3687625
Added sample
Jan 21, 2021
6d35cd9
Allow the use of Jackson-databind
Jan 21, 2021
60f16a1
Updated swagger file to final spec
Feb 2, 2021
6a51104
Added clientOptions to builder and changed accountId to be a String
Feb 4, 2021
ed87d4b
Added pipelines
Feb 5, 2021
b12a969
Added a client AccessToken consumption example
Feb 5, 2021
93b176e
Add other sync tests.
MalcolmTyrrell Feb 5, 2021
b89a29a
Fixed checkstyle issues
Feb 6, 2021
36e52fe
Comment out unused version
Feb 6, 2021
bc2c002
First pass at async test
MalcolmTyrrell Feb 7, 2021
2f36d64
More async conversion test
MalcolmTyrrell Feb 7, 2021
c0f1705
Async Session Test.
MalcolmTyrrell Feb 7, 2021
8bbd888
Failed conversion tests.
MalcolmTyrrell Feb 8, 2021
0179102
Moved ModelTranslator into AsyncClient to hide it from public API
ms-maxvollmer Feb 8, 2021
0d5aec9
Some code cleanups / Fixes of warnings
ms-maxvollmer Feb 8, 2021
fb6c511
Failed session test.
MalcolmTyrrell Feb 8, 2021
0d23a29
Renamed credential(accessToken) to accessToken(accessToken)
ms-maxvollmer Feb 8, 2021
fcef741
Removed remoterendering subfolder
ms-maxvollmer Feb 8, 2021
61e50ee
Add session traces and a few test improvements.
MalcolmTyrrell Feb 8, 2021
a7332be
Merge remote-tracking branch 'origin/MalcolmTyrrell/mr-arr' into mavo…
ms-maxvollmer Feb 8, 2021
30bc2f9
Merge branch 'master' into mavollme/mr-arr
ms-maxvollmer Feb 9, 2021
683d077
Fixed ci.yml
ms-maxvollmer Feb 9, 2021
0617505
Merge branch 'mavollme/mr-arr' of https://github.com/ms-maxvollmer/az…
ms-maxvollmer Feb 9, 2021
804a258
Fixed pom.xml
ms-maxvollmer Feb 9, 2021
570d0d3
Resolving review comments
ms-maxvollmer Feb 9, 2021
ad57731
Merge branch 'craig/mr-authentication-lib' of https://github.com/crai…
ms-maxvollmer Feb 9, 2021
06987b4
Merge branch 'craigktreasure-craig/mr-authentication-lib' into mavoll…
ms-maxvollmer Feb 9, 2021
5f90f29
Changed accountId to String
ms-maxvollmer Feb 9, 2021
c948fe7
Exclude module-info.java from Java8 builds
ms-maxvollmer Feb 10, 2021
61b37c0
Don't make authentication module transitive
ms-maxvollmer Feb 10, 2021
37b369f
Rename stopSession -> endSession
MalcolmTyrrell Feb 10, 2021
5b98203
Fix session record after test improvement.
MalcolmTyrrell Feb 10, 2021
8ac300c
Some code fixes for Java8
ms-maxvollmer Feb 10, 2021
1620864
Merge branch 'mavollme/mr-arr' of https://github.com/ms-maxvollmer/az…
ms-maxvollmer Feb 10, 2021
854303f
Fix Java8 code issues
ms-maxvollmer Feb 10, 2021
53a7221
Remove swagger readme
ms-maxvollmer Feb 10, 2021
5aeb53e
Add remoterendering sdk to version_data.txt
ms-maxvollmer Feb 10, 2021
c7973a8
Added autorest.md
ms-maxvollmer Feb 10, 2021
d0612df
Took README from .NET for structure. Will need to replace all referen…
ms-maxvollmer Feb 10, 2021
e17acdc
Fix version in pom
ms-maxvollmer Feb 10, 2021
1541b08
Move remoterendering sdk from version_data.txt to version_client.txt
ms-maxvollmer Feb 10, 2021
f668735
Added remoterendering group to pom.xml
ms-maxvollmer Feb 10, 2021
4498666
Update sdk/mixedreality/azure-mixedreality-remoterendering/pom.xml
ms-maxvollmer Feb 10, 2021
caf2e61
Update sdk/mixedreality/azure-mixedreality-remoterendering/pom.xml
ms-maxvollmer Feb 10, 2021
2164ce6
Fix parent
ms-maxvollmer Feb 10, 2021
18a5ff2
Add remoterendering to jacoco-test-coverage/pom.xml
ms-maxvollmer Feb 10, 2021
ddba06a
Fix parent version
ms-maxvollmer Feb 10, 2021
3a05124
Added the Mixed Reality Authentication library
Jan 19, 2021
5ad29a4
Generated autorest service client
Jan 19, 2021
6ebe0d1
Added public API structure
Jan 20, 2021
57b03d3
Added tests for MixedRealityAccountKeyCredential
Jan 20, 2021
d830449
Added tests and finished implementation
Jan 21, 2021
5d383d5
Updated documentation
Jan 21, 2021
2782d59
Added sample
Jan 21, 2021
d5de3ac
Allow the use of Jackson-databind
Jan 21, 2021
485013f
Updated swagger file to final spec
Feb 2, 2021
b1231ae
Added clientOptions to builder and changed accountId to be a String
Feb 4, 2021
8e9750d
Added pipelines
Feb 5, 2021
0001681
Added a client AccessToken consumption example
Feb 5, 2021
5b70e49
Fixed checkstyle issues
Feb 6, 2021
1466d04
Comment out unused version
Feb 6, 2021
820df3c
Feedback for the API
Feb 10, 2021
852eeed
Update dependencies
Feb 10, 2021
ec18b36
Update codegen
Feb 11, 2021
9b23988
Revert "Feedback for the API"
Feb 11, 2021
2b8ffe9
Merge branch 'craig/mr-authentication-lib' of https://github.com/crai…
ms-maxvollmer Feb 11, 2021
1f476d5
Add CHANGELOG.md
ms-maxvollmer Feb 11, 2021
bc3a8b1
* Updated autorest.md
ms-maxvollmer Feb 11, 2021
8bac035
Fix modules
ms-maxvollmer Feb 11, 2021
648a50a
Added missing builder methods
ms-maxvollmer Feb 12, 2021
05b84bb
Rename Conversion and associated classes to AssetConversion
ms-maxvollmer Feb 15, 2021
ad20d63
Merge branch 'master' into mavollme/mr-arr
ms-maxvollmer Feb 15, 2021
8025cb7
Samples
ms-maxvollmer Feb 17, 2021
1db217e
Merge branch 'mavollme/mr-arr' of https://github.com/ms-maxvollmer/az…
ms-maxvollmer Feb 17, 2021
e5ebedd
Remove BOM
MalcolmTyrrell Feb 17, 2021
b5ec512
* Improvements to samples
ms-maxvollmer Feb 17, 2021
09dca4b
CHANGELOG
ms-maxvollmer Feb 17, 2021
0b1b71b
Merge branch 'master' into mavollme/mr-arr
ms-maxvollmer Feb 17, 2021
ee3ea40
Delete code-model-v1
ms-maxvollmer Feb 17, 2021
5d3abbe
Fix link
MalcolmTyrrell Feb 17, 2021
c14993b
Fix Java8 incompatible code
ms-maxvollmer Feb 17, 2021
c5f1266
Merge branch 'mavollme/mr-arr' of https://github.com/ms-maxvollmer/az…
ms-maxvollmer Feb 17, 2021
28be378
Added JavaDocs to samples, fixed Java8 incompatible code, fixed READM…
ms-maxvollmer Feb 17, 2021
4ee4c1a
Fixed link
ms-maxvollmer Feb 17, 2021
64e3b15
Fixed checkstyle errors
ms-maxvollmer Feb 17, 2021
2573ae9
Fix link in README
ms-maxvollmer Feb 18, 2021
4351fe0
Revert changes to data sdk parent
ms-maxvollmer Feb 18, 2021
307a278
* Removed unneccesary class
ms-maxvollmer Feb 18, 2021
8b0a68c
Merge branch 'mavollme/mr-arr' of https://github.com/ms-maxvollmer/az…
ms-maxvollmer Feb 18, 2021
cca2121
Add set* prefix to setters in AssetConversionOptions
ms-maxvollmer Feb 18, 2021
ca8caee
Remove Response from SyncPoller
ms-maxvollmer Feb 18, 2021
65964c4
Added null checks
ms-maxvollmer Feb 18, 2021
93b6a30
Remove setters from immutable types and replace with constructor
ms-maxvollmer Feb 18, 2021
fd417bf
Make fields in immutable types final
ms-maxvollmer Feb 18, 2021
f019a51
Fix tests
ms-maxvollmer Feb 18, 2021
b6023b8
Fixed errors in tests
ms-maxvollmer Feb 18, 2021
c0295c5
Merge branch 'master' into mavollme/mr-arr
ms-maxvollmer Feb 19, 2021
4782e93
* Make error model immutable
ms-maxvollmer Feb 22, 2021
69a989f
Merge branch 'mavollme/mr-arr' of https://github.com/ms-maxvollmer/az…
ms-maxvollmer Feb 22, 2021
852e486
Fixed code formatting of samples and added proper embedme code snippe…
ms-maxvollmer Feb 23, 2021
6ea2843
Embedded code snippets
ms-maxvollmer Feb 23, 2021
7ff3161
Improve sample for separate storage URLs. Fixed typo in README
ms-maxvollmer Feb 23, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,11 @@
<artifactId>azure-mixedreality-authentication</artifactId>
ms-maxvollmer marked this conversation as resolved.
Show resolved Hide resolved
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
1 change: 1 addition & 0 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ com.azure:azure-messaging-servicebus;7.0.2;7.1.0-beta.1
com.azure:azure-messaging-servicebus-track1-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-mixedreality-authentication;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-search-documents;11.2.0;11.3.0-beta.1
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

<!-- Mixed Reality -->
<module>sdk/mixedreality/azure-mixedreality-authentication</module>
<module>sdk/mixedreality/azure-mixedreality-remoterendering</module>

<!-- Quantum Jobs -->
<module>sdk/quantum/azure-quantum-jobs</module>
Expand Down Expand Up @@ -303,6 +304,8 @@
<packages>com.azure.mixedreality.authentication*</packages>
</group>
<group>
<title>Azure Mixed Reality RemoteRendering</title>
<packages>com.azure.mixedreality.remoterendering*</packages>
<title>Azure Communication</title>
<packages>com.azure.communication.*</packages>
</group>
Expand Down
346 changes: 346 additions & 0 deletions sdk/mixedreality/TestResources/testBox.fbx
Original file line number Diff line number Diff line change
@@ -0,0 +1,346 @@
; FBX 7.5.0 project file
; ----------------------------------------------------

FBXHeaderExtension: {
FBXHeaderVersion: 1003
FBXVersion: 7500
CreationTimeStamp: {
Version: 1000
Year: 2021
Month: 1
Day: 24
Hour: 10
Minute: 15
Second: 0
Millisecond: 529
}
Creator: "FBX SDK/FBX Plugins version 2018.1.1"
SceneInfo: "SceneInfo::GlobalInfo", "UserData" {
Type: "UserData"
Version: 100
MetaData: {
Version: 100
Title: "Exported .fbx from Lift"
Subject: "fbx"
Author: ""
Keywords: "Microsoft Community Paint"
Revision: "rev. 1.0"
Comment: ""
}
Properties70: {
P: "DocumentUrl", "KString", "Url", "", "testBox.fbx"
P: "SrcDocumentUrl", "KString", "Url", "", "testBox.fbx"
P: "Original", "Compound", "", ""
P: "Original|ApplicationVendor", "KString", "", "", ""
P: "Original|ApplicationName", "KString", "", "", ""
P: "Original|ApplicationVersion", "KString", "", "", ""
P: "Original|DateTime_GMT", "DateTime", "", "", ""
P: "Original|FileName", "KString", "", "", ""
P: "LastSaved", "Compound", "", ""
P: "LastSaved|ApplicationVendor", "KString", "", "", ""
P: "LastSaved|ApplicationName", "KString", "", "", ""
P: "LastSaved|ApplicationVersion", "KString", "", "", ""
P: "LastSaved|DateTime_GMT", "DateTime", "", "", ""
}
}
}
GlobalSettings: {
Version: 1000
Properties70: {
P: "UpAxis", "int", "Integer", "",1
P: "UpAxisSign", "int", "Integer", "",1
P: "FrontAxis", "int", "Integer", "",2
P: "FrontAxisSign", "int", "Integer", "",1
P: "CoordAxis", "int", "Integer", "",0
P: "CoordAxisSign", "int", "Integer", "",1
P: "OriginalUpAxis", "int", "Integer", "",-1
P: "OriginalUpAxisSign", "int", "Integer", "",1
P: "UnitScaleFactor", "double", "Number", "",100
P: "OriginalUnitScaleFactor", "double", "Number", "",1
P: "AmbientColor", "ColorRGB", "Color", "",0,0,0
P: "DefaultCamera", "KString", "", "", "Producer Perspective"
P: "TimeMode", "enum", "", "",0
P: "TimeProtocol", "enum", "", "",2
P: "SnapOnFrameMode", "enum", "", "",0
P: "TimeSpanStart", "KTime", "Time", "",0
P: "TimeSpanStop", "KTime", "Time", "",46186158000
P: "CustomFrameRate", "double", "Number", "",-1
P: "TimeMarker", "Compound", "", ""
P: "CurrentTimeMarker", "int", "Integer", "",-1
}
}

; Documents Description
;------------------------------------------------------------------

Documents: {
Count: 1
Document: 2520542649728, "Scene", "Scene" {
Properties70: {
P: "SourceObject", "object", "", ""
P: "ActiveAnimStackName", "KString", "", "", ""
}
RootNode: 0
}
}

; Document References
;------------------------------------------------------------------

References: {
}

; Object definitions
;------------------------------------------------------------------

Definitions: {
Version: 100
Count: 4
ObjectType: "GlobalSettings" {
Count: 1
}
ObjectType: "Model" {
Count: 1
PropertyTemplate: "FbxNode" {
Properties70: {
P: "QuaternionInterpolate", "enum", "", "",0
P: "RotationOffset", "Vector3D", "Vector", "",0,0,0
P: "RotationPivot", "Vector3D", "Vector", "",0,0,0
P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0
P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0
P: "TranslationActive", "bool", "", "",0
P: "TranslationMin", "Vector3D", "Vector", "",0,0,0
P: "TranslationMax", "Vector3D", "Vector", "",0,0,0
P: "TranslationMinX", "bool", "", "",0
P: "TranslationMinY", "bool", "", "",0
P: "TranslationMinZ", "bool", "", "",0
P: "TranslationMaxX", "bool", "", "",0
P: "TranslationMaxY", "bool", "", "",0
P: "TranslationMaxZ", "bool", "", "",0
P: "RotationOrder", "enum", "", "",0
P: "RotationSpaceForLimitOnly", "bool", "", "",0
P: "RotationStiffnessX", "double", "Number", "",0
P: "RotationStiffnessY", "double", "Number", "",0
P: "RotationStiffnessZ", "double", "Number", "",0
P: "AxisLen", "double", "Number", "",10
P: "PreRotation", "Vector3D", "Vector", "",0,0,0
P: "PostRotation", "Vector3D", "Vector", "",0,0,0
P: "RotationActive", "bool", "", "",0
P: "RotationMin", "Vector3D", "Vector", "",0,0,0
P: "RotationMax", "Vector3D", "Vector", "",0,0,0
P: "RotationMinX", "bool", "", "",0
P: "RotationMinY", "bool", "", "",0
P: "RotationMinZ", "bool", "", "",0
P: "RotationMaxX", "bool", "", "",0
P: "RotationMaxY", "bool", "", "",0
P: "RotationMaxZ", "bool", "", "",0
P: "InheritType", "enum", "", "",0
P: "ScalingActive", "bool", "", "",0
P: "ScalingMin", "Vector3D", "Vector", "",0,0,0
P: "ScalingMax", "Vector3D", "Vector", "",1,1,1
P: "ScalingMinX", "bool", "", "",0
P: "ScalingMinY", "bool", "", "",0
P: "ScalingMinZ", "bool", "", "",0
P: "ScalingMaxX", "bool", "", "",0
P: "ScalingMaxY", "bool", "", "",0
P: "ScalingMaxZ", "bool", "", "",0
P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0
P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0
P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1
P: "MinDampRangeX", "double", "Number", "",0
P: "MinDampRangeY", "double", "Number", "",0
P: "MinDampRangeZ", "double", "Number", "",0
P: "MaxDampRangeX", "double", "Number", "",0
P: "MaxDampRangeY", "double", "Number", "",0
P: "MaxDampRangeZ", "double", "Number", "",0
P: "MinDampStrengthX", "double", "Number", "",0
P: "MinDampStrengthY", "double", "Number", "",0
P: "MinDampStrengthZ", "double", "Number", "",0
P: "MaxDampStrengthX", "double", "Number", "",0
P: "MaxDampStrengthY", "double", "Number", "",0
P: "MaxDampStrengthZ", "double", "Number", "",0
P: "PreferedAngleX", "double", "Number", "",0
P: "PreferedAngleY", "double", "Number", "",0
P: "PreferedAngleZ", "double", "Number", "",0
P: "LookAtProperty", "object", "", ""
P: "UpVectorProperty", "object", "", ""
P: "Show", "bool", "", "",1
P: "NegativePercentShapeSupport", "bool", "", "",1
P: "DefaultAttributeIndex", "int", "Integer", "",-1
P: "Freeze", "bool", "", "",0
P: "LODBox", "bool", "", "",0
P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0
P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0
P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1
P: "Visibility", "Visibility", "", "A",1
P: "Visibility Inheritance", "Visibility Inheritance", "", "",1
}
}
}
ObjectType: "Material" {
Count: 1
PropertyTemplate: "FbxSurfacePhong" {
Properties70: {
P: "ShadingModel", "KString", "", "", "Phong"
P: "MultiLayer", "bool", "", "",0
P: "EmissiveColor", "Color", "", "A",0,0,0
P: "EmissiveFactor", "Number", "", "A",1
P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2
P: "AmbientFactor", "Number", "", "A",1
P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8
P: "DiffuseFactor", "Number", "", "A",1
P: "Bump", "Vector3D", "Vector", "",0,0,0
P: "NormalMap", "Vector3D", "Vector", "",0,0,0
P: "BumpFactor", "double", "Number", "",1
P: "TransparentColor", "Color", "", "A",0,0,0
P: "TransparencyFactor", "Number", "", "A",0
P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0
P: "DisplacementFactor", "double", "Number", "",1
P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0
P: "VectorDisplacementFactor", "double", "Number", "",1
P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2
P: "SpecularFactor", "Number", "", "A",1
P: "ShininessExponent", "Number", "", "A",20
P: "ReflectionColor", "Color", "", "A",0,0,0
P: "ReflectionFactor", "Number", "", "A",1
}
}
}
ObjectType: "Geometry" {
Count: 1
PropertyTemplate: "FbxMesh" {
Properties70: {
P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
P: "BBoxMin", "Vector3D", "Vector", "",0,0,0
P: "BBoxMax", "Vector3D", "Vector", "",0,0,0
P: "Primary Visibility", "bool", "", "",1
P: "Casts Shadows", "bool", "", "",1
P: "Receive Shadows", "bool", "", "",1
}
}
}
}

; Object properties
;------------------------------------------------------------------

Objects: {
Geometry: 2520544655040, "Geometry::mesh_id43", "Mesh" {
Properties70: {
P: "BBoxMin", "Vector3D", "Vector", "",-100,-100,-100
P: "BBoxMax", "Vector3D", "Vector", "",100,100,100
}
Vertices: *72 {
a: 100,100,-100,-100,-100,-100,-100,100,-100,100,-100,-100,-100,100,100,100,-100,100,100,100,100,-100,-100,100,100,100,100,100,-100,-100,100,100,-100,100,-100,100,-100,100,-100,-100,-100,100,-100,100,100,-100,-100,-100,-100,100,-100,100,100,100,100,100,-100,-100,100,100,-100,-100,100,100,-100,-100,100,-100,100,-100,-100,-100
}
PolygonVertexIndex: *36 {
a: 0,1,-3,0,3,-2,4,5,-7,4,7,-6,8,9,-11,8,11,-10,12,13,-15,12,15,-14,16,17,-19,16,19,-18,20,21,-23,20,23,-22
}
GeometryVersion: 124
LayerElementNormal: 0 {
Version: 102
Name: ""
MappingInformationType: "ByVertice"
ReferenceInformationType: "Direct"
Normals: *72 {
a: 0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0
}
NormalsW: *24 {
a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
}
}
LayerElementColor: 0 {
Version: 101
Name: "VertexColors"
MappingInformationType: "ByVertice"
ReferenceInformationType: "IndexToDirect"
Colors: *96 {
a: 0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1,0.980392156862745,0.843137254901961,0.388235294117647,1
}
}
LayerElementUV: 0 {
Version: 101
Name: ""
MappingInformationType: "ByVertice"
ReferenceInformationType: "Direct"
}
LayerElementMaterial: 0 {
Version: 101
Name: ""
MappingInformationType: "AllSame"
ReferenceInformationType: "IndexToDirect"
Materials: *1 {
a: 0
}
}
Layer: 0 {
Version: 100
LayerElement: {
Type: "LayerElementNormal"
TypedIndex: 0
}
LayerElement: {
Type: "LayerElementMaterial"
TypedIndex: 0
}
LayerElement: {
Type: "LayerElementColor"
TypedIndex: 0
}
LayerElement: {
Type: "LayerElementUV"
TypedIndex: 0
}
}
}
Model: 2520544652560, "Model::root", "Mesh" {
Version: 232
Properties70: {
P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
P: "GeometricTranslation", "Vector3D", "Vector", "",0.029182942584157,0.0412420704960823,0.200006887316704
P: "GeometricRotation", "Vector3D", "Vector", "",19.5286376895952,-30.3983310953995,0
P: "GeometricScaling", "Vector3D", "Vector", "",0.00176811746427344,0.00159080407945701,0.00159080401671689
P: "DefaultAttributeIndex", "int", "Integer", "",0
}
Shading: T
Culling: "CullingOff"
}
Material: 2520544654560, "Material::Material_50", "" {
Version: 102
ShadingModel: "phong"
MultiLayer: 0
Properties70: {
P: "DiffuseColor", "Color", "", "A",0.992156862745098,0.925490196078431,0.650980392156863
P: "SpecularColor", "Color", "", "A",0.0352941176470588,0.0352941176470588,0.0352941176470588
P: "ShininessExponent", "Number", "", "A",62.8694496154785
P: "Emissive", "Vector3D", "Vector", "",0,0,0
P: "Ambient", "Vector3D", "Vector", "",0.2,0.2,0.2
P: "Diffuse", "Vector3D", "Vector", "",0.992156862745098,0.925490196078431,0.650980392156863
P: "Specular", "Vector3D", "Vector", "",0.0352941176470588,0.0352941176470588,0.0352941176470588
P: "Shininess", "double", "Number", "",62.8694496154785
P: "Opacity", "double", "Number", "",1
P: "Reflectivity", "double", "Number", "",0
}
}
}

; Object connections
;------------------------------------------------------------------

Connections: {

;Model::root, Model::RootNode
C: "OO",2520544652560,0

;Geometry::mesh_id43, Model::root
C: "OO",2520544655040,2520544652560

;Material::Material_50, Model::root
C: "OO",2520544654560,2520544652560
}
;Takes section
;----------------------------------------------------

Takes: {
Current: ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ This is a Public Preview version, so breaking changes are possible in subsequent

<!-- LINKS -->
[read_me]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/mixedreality/azure-mixedreality-authentication/README.md
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/mixedreality/azure-mixedreality-authentication/src/samples/java/com/azure/mixedreality/authentication
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/mixedreality/azure-mixedreality-authentication/src/samples/java/com/azure/mixedreality/authentication
Loading