KhronosGroup / KhronosGroup/glTF-Asset-Generator
Add models that will have negative values if treated as signed
- Dominant language
- C#
- Stars
- 180
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
In order to make a failure more apparent, models that use unsigned values should have a value high enough that they are negative if the client incorrectly handles them as signed.
This specifically needs to be tested for indices.
KhronosGroup/glTF-Blender-Exporter#139
Contributor guide
Research direction
Start by locating the model-generation entry point and existing index validation tests in this asset generator. Add models containing unsigned index values high enough to appear negative when incorrectly treated as signed, then run the relevant validation or importer tests. Done means index handling is covered by assets that expose signed-value errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100