Skip to content

Commit

Permalink
added exmaple gif
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAbdelNour authored May 23, 2021
1 parent 0d1e508 commit 48e7206
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# electron-texture-paint

![Alt Text](example.gif)

This project allows you to paint pixel art directly onto models!


Expand Down
Binary file added example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/ThreeScene.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default {
// load in a model
const loader = new FBXLoader();
const fbx_model = require("../assets/untitled.fbx");
const fbx_model = require("../assets/alien_spider_no_material.fbx");
loader.load(
fbx_model,
Expand Down

0 comments on commit 48e7206

Please sign in to comment.