Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Add PrimitiveModeNormalsTest (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev authored Nov 17, 2023
1 parent b7a0f25 commit a3b4496
Show file tree
Hide file tree
Showing 9 changed files with 812 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 2.0/PrimitiveModeNormalsTest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Primitive Mode Normals Test

## Screenshot

![screenshot](screenshot/screenshot.png)

## Description

This asset tests rendering of point, line, and triangle primitive modes with and without vertex normals.

- The first two columns, points and lines without normals, should be rendered as solid colors without lighting.

- The third column, triangles without normals, should be rendered with flat shading and full PBR material model.

- The remaining columns, all three modes with normals, should be rendered with smooth shading and full PBR material model.

## License Information

Public domain ([CC0](https://creativecommons.org/publicdomain/zero/1.0/))
Binary file added 2.0/PrimitiveModeNormalsTest/glTF/Colors.bin
Binary file not shown.
Binary file added 2.0/PrimitiveModeNormalsTest/glTF/Labels.png
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 2.0/PrimitiveModeNormalsTest/glTF/Lines.bin
Binary file not shown.
Binary file added 2.0/PrimitiveModeNormalsTest/glTF/Plane.bin
Binary file not shown.
Binary file added 2.0/PrimitiveModeNormalsTest/glTF/Points.bin
Binary file not shown.
Loading

0 comments on commit a3b4496

Please sign in to comment.