Added interactive test scene, updated to latest pre-release

This commit is contained in:
2026-01-28 21:35:18 -08:00
parent 176fc83dae
commit faaf28b0fe
8 changed files with 41 additions and 12 deletions

View File

@ -0,0 +1,2 @@
tags = []
uuid = "a71def66-94b1-4679-8618-cfaef864276b"

View File

@ -0,0 +1,28 @@
scene = {
modifiers = [
{
type = "fpkit: system/interactive.modifier"
}
{
material = "models/cube.obj.assets/Material"
mesh = "models/cube"
type = "luxe: system/mesh.modifier"
}
{
type = "luxe: system/physics/body3D.modifier"
}
{
body = [
"a0ca5909-cd57-471b-8ecd-5d9ab64c2d87"
] // body
type = "luxe: system/physics/box_collider3D.modifier"
}
{
pos = [0 1.5 -3] // pos
type = "luxe: system/transform.modifier"
}
] // modifiers
name = "scene/interact_test"
uuid = "a0ca5909-cd57-471b-8ecd-5d9ab64c2d87"
visible = true
} // scene

View File

@ -0,0 +1,2 @@
tags = []
uuid = "8ae7140c-39b6-4dea-860b-80c71c0d4eae"