Skip to content

Commit 34f88e2

Browse files
author
alferio
committed
fix(model): indexing
- core/src/main/kotlin/com/github/alfu32/sketch/Main.kt - computeGroupFaceMeshVisualStamp(...) already now includes the group world transform, so moved instances invalidate correctly - I also added syncGroupFaceBundles() on every render pass, not only during root face-mesh rebuild - that forces dead/deleted child-group mesh bundles to be dropped even when the root face mesh itself did not need rebuilding - core/src/main/kotlin/com/github/alfu32/sketch/Main.kt - computeGroupFaceMeshVisualStamp(...) already now includes the group world transform, so moved instances invalidate correctly - I also added syncGroupFaceBundles() on every render pass, not only during root face-mesh rebuild - that forces dead/deleted child-group mesh bundles to be dropped even when the root face mesh itself did not need rebuilding fix(snap): permissions
1 parent b269c60 commit 34f88e2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.github.alfu32.sketch
22

33
object BuildFlags {
4-
const val WEB_BUILD: Boolean = false
4+
const val WEB_BUILD: Boolean = true
55
}
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)