Skip to content

Commit

Permalink
skinning move to ant.render
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Jan 17, 2024
1 parent 4fa7645 commit 30ad5ec
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion pkg/ant.animation/package.ecs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ policy "slot"
.component "animation"

component "animation".type "lua"
component "skinning".type "lua"
component "animation_changed"
component "animation_playback"
component "slot".type "lua"
Expand Down
2 changes: 2 additions & 0 deletions pkg/ant.render/skinning/skinning.ecs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ policy "skinrender"
.component_opt "render_layer"
.component "mesh"
.component "visible_state"

component "skinning".type "lua"
1 change: 0 additions & 1 deletion test/httpc/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ require "bootstrap"
import_package "ant.window".start {
feature = {
"ant.test.httpc",
"ant.animation",
"ant.render",
"ant.shadow_bounding|scene_bounding",
"ant.pipeline"
Expand Down
1 change: 0 additions & 1 deletion test/imgui/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import_package "ant.window".start {
feature = {
"imgui",
"ant.render",
"ant.animation",
"ant.imgui",
"ant.pipeline",
},
Expand Down
1 change: 0 additions & 1 deletion test/rmlui/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import_package "ant.window".start {
feature = {
"ant.test.rmlui",
"ant.rmlui",
"ant.animation",
"ant.render",
"ant.shadow_bounding|scene_bounding",
"ant.pipeline",
Expand Down
1 change: 0 additions & 1 deletion tools/editor/launch/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import_package "ant.window".start {
window_size = "720x450",
feature = {
"ant.render",
"ant.animation",
"ant.pipeline",
"ant.imgui",
"launch",
Expand Down

0 comments on commit 30ad5ec

Please sign in to comment.