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 e0d3224 commit 884424cCopy full SHA for 884424c
server/core/src/main/java/dev/slimevr/posestreamer/BVHFileStream.kt
@@ -187,6 +187,9 @@ class BVHFileStream : PoseDataStream {
187
val positionScale = bvhSettings.positionScale
188
writer
189
.write("${rootPos.x * positionScale} ${rootPos.y * positionScale} ${rootPos.z * positionScale}")
190
+
191
+ // Add spacing
192
+ writer.write(" ")
193
writeBoneHierarchyRotation(rootBone, null)
194
195
writer.newLine()
0 commit comments