huggingface / huggingface/simulate
Transformation matrix not updating correctly
Open
bug
Python
- Dominant language
- Python
- Stars
- 195
- Forks
- 13
- Avg merge
- 58m
- Merged PRs (30d)
- 1
Description
To reproduce:
```
print(node.transformation_matrix)
node.position += [0, 10, 0]
print(node.transformation_matrix)
```
The transformation matrix should change, but doesn't
Contributor guide
Assessment
This issue has not been assessed yet.