Skip to content

Commit

Permalink
Fix editor preview again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonnyg committed Oct 28, 2024
1 parent 3fe14cf commit 518d86b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion assets/test.rivemodel
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scene: "/assets/test.rivescene"
default_animation: ""
material: "/defold-rive/assets/rivemodel_blit.material"
material: "/defold-rive/assets/rivemodel.material"
4 changes: 2 additions & 2 deletions defold-rive/assets/rivemodel.material
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "rive-test"
tags: "rive"
vertex_program: "/defold-rive/assets/shader-library/rivemodel_blit.vp"
fragment_program: "/defold-rive/assets/shader-library/rivemodel_blit.fp"
vertex_program: "/defold-rive/assets/rive.vp"
fragment_program: "/defold-rive/assets/rive.fp"
vertex_constants {
name: "world_view_proj"
type: CONSTANT_TYPE_WORLDVIEWPROJ
Expand Down
12 changes: 0 additions & 12 deletions defold-rive/assets/rivemodel_blit.material

This file was deleted.

2 changes: 1 addition & 1 deletion game.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ shared_state = 1
[display]
width = 960
height = 540
display_device_info = 1
high_dpi = 1
samples = 4

Expand All @@ -27,6 +26,7 @@ include_dirs = defold-rive
[graphics]
max_draw_calls = 1024
max_debug_vertices = 50000
opengl_version_hint = opengl_highest_available

[collection_proxy]
max_count = 16
Expand Down

0 comments on commit 518d86b

Please sign in to comment.