You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/remote-rendering/samples/sample-model.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,16 @@ Model statistics:
23
23
|-----------|:-----------|
24
24
|[Required server size](../reference/vm-sizes.md)| standard |
25
25
| Number of triangles | 18.7 Million |
26
+
| Number of vertices | 35.0 Million |
26
27
| Number of movable parts | 2073 |
27
28
| Number of materials | 94 |
29
+
| Number of textures | 393, using more than 1.6 GB of GPU memory |
28
30
29
31
## Third-party data
30
32
31
33
### Triangular meshes
32
34
33
-
The Khronos Group maintains a set of glTF sample models for testing. ARR supports the glTF format both in text (*.gltf*) and in binary (*.glb*) form. We suggest using the PBR models for best visual results:
35
+
The Khronos Group maintains a set of glTF sample models for testing. ARR supports the glTF format both in text (`.gltf`) and in binary (`.glb`) form. We suggest using the PBR models for best visual results:
0 commit comments