Skip to content

Commit 3e9605b

Browse files
Merge pull request #231509 from FlorianBorn71/MentionMoreSampleModelStats
Add #vertices and #textures to the Engine model stats
2 parents 2ae060d + 193759d commit 3e9605b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/remote-rendering/samples/sample-model.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ Model statistics:
2323
|-----------|:-----------|
2424
| [Required server size](../reference/vm-sizes.md) | standard |
2525
| Number of triangles | 18.7 Million |
26+
| Number of vertices | 35.0 Million |
2627
| Number of movable parts | 2073 |
2728
| Number of materials | 94 |
29+
| Number of textures | 393, using more than 1.6 GB of GPU memory |
2830

2931
## Third-party data
3032

3133
### Triangular meshes
3234

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:
3436

3537
* [glTF Sample Models](https://github.com/KhronosGroup/glTF-Sample-Models)
3638

0 commit comments

Comments
 (0)