We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc8101 commit 748334bCopy full SHA for 748334b
tensorflow_graphics/g3doc/tensorboard.md
@@ -78,9 +78,9 @@ All keys from `camera_config` will be passed to a class with name
78
79
```python
80
camera_config = {
81
- 'cls': 'PerspectiveCamera',
82
- 'fov': 75,
83
- 'aspect': 0.9,
+ 'cls': 'PerspectiveCamera',
+ 'fov': 75,
+ 'aspect': 0.9,
84
}
85
...
86
```
0 commit comments