-
in the video for drawing cricles into IcosahedronGeometry
when trying to access the vertices array on the IcosahedronGeometry objects it is undifined the array does noto exist.
-
Hi, I am trying to run the basi_usage.py example notebook, but when I get to the last cell, the one with the CoverEmbedding():
```
from pytket_dqc.networks import NISQNetwork
from pytket import C…
-
Specifying only `min-vertices=4` works (removes the polygon with three vervices):
```
echo '{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[102,2],[104,2],[104,4]…
-
### Library and Version
v5.4.2-106.1 (latest available)
Also reproduced with 5.3.1.
### Operating System
Windows 10
### Steps to Trigger Behavior
Unfortunately I don't have a test ca…
-
I notice that the `Graph` interface provides no method to list all vertices. Is there a reason for doing so? This should be a simple implementation since the `Store` method provides a `ListVertices` m…
-
With the test object:
```
o Simple
v 1.0 2.0 3.0
v 3.0 5.0 6.0
v 7.0 8.0 9.0
vt 0.0 1.0
vt 1.0 0.0
vt 0.0 0.0
vn 0.0 0.0 1.0
f 2/3/1 1/2/1 3/1/1
f 2/1/1 1/3/1 3/2/1
```
The interleaved a…
-
Hi,
I am integrating xatlas into a project we are doing for one of our customers. I have found a weird behaviour and I am not sure if it is a bug or a problem with my input. The result is that some …
-
**Describe the bug**
Noisey errors from ConcavePolygonShape2D and clipping during collider regeneration that doesn't occur with default physics engine. The errors occur when colliders are generated…
-
Hi, thank you for your work.
I noticed that you remove the shuffle of the vertices of the identity and pose meshes which added in NPT. Have you tried to add the shuffle in your work?
-
I'm trying to get this to work in three 125.2. The package is imported correctly, I just keep getting the error that n.vertices is undefined. I tried to follow the code in the example as close as poss…