huggingface / huggingface/simulate

Transformation matrix not updating correctly

Open
#347 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.