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

Graphics created with instancing have a null range. #7426

Open
matmarchand opened this issue Nov 25, 2024 · 1 comment
Open

Graphics created with instancing have a null range. #7426

matmarchand opened this issue Nov 25, 2024 · 1 comment
Labels
bug Something isn't working display

Comments

@matmarchand
Copy link
Contributor

Describe the bug
Some type of graphic will not produce a valid range when using instancing. I tested PointString which was fine but not Solid(Sphere) and Gltf.

To Reproduce
Steps to reproduce the behavior:

  1. Checkout branch : https://github.com/iTwin/itwinjs-core/tree/MathieuM/GraphicInstancesRange
  2. Go to \itwinjs-core\core\frontend
  3. npm run test RenderInstances
  4. Test will fail

Expected behavior
I expect graphics to have a non null range so I can use it in a TileTree as the root tile.

@pmconne pmconne added bug Something isn't working display labels Dec 1, 2024
@pmconne
Copy link
Member

pmconne commented Dec 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working display
Projects
None yet
Development

No branches or pull requests

2 participants