Skip to content

Commit

Permalink
include in optimizer new model information view
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Nov 6, 2023
1 parent 3359380 commit 198f246
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/Optimizer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import FileDropComponent from "../components/FileDropComponent"
import { getFileNameWithoutExtension, disposeVRM } from "../library/utils"
import { loadVRM, addVRMToScene } from "../library/load-utils"
import { downloadVRM } from "../library/download-utils"
import ModelInformation from "../components/ModelInformation"

function Optimizer({
animationManager,
Expand Down Expand Up @@ -89,6 +90,9 @@ function Optimizer({
<FileDropComponent
onFilesDrop={handleFilesDrop}
/>
<ModelInformation
currentVRM={ currentVRM}
/>
<div className={styles.buttonContainer}>
<CustomButton
theme="light"
Expand Down

0 comments on commit 198f246

Please sign in to comment.