# Model Check: Game-Ready GLB/glTF 3D Model Validator

**Use case:** 

Check if GLB/glTF 3D models are game ready. Scale, pivot, poly count, texture and rig checks plus turnaround renders. Sort AI-generated models in one run.

## Input

```json
{
  "modelUrl": "https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/main/Models/Duck/glTF-Binary/Duck.glb",
  "targetPreset": "pc_prop",
  "renders": true
}
```

## Output

```json
{
  "name": {
    "label": "Model",
    "format": "text"
  },
  "verdict": {
    "label": "Verdict",
    "format": "text"
  },
  "stats.dimensionsMeters.y": {
    "label": "Height (m)",
    "format": "number"
  },
  "stats.triangles": {
    "label": "Triangles",
    "format": "number"
  },
  "stats.pivot": {
    "label": "Pivot",
    "format": "text"
  },
  "renders.turnaround": {
    "label": "Turnaround",
    "format": "image"
  },
  "renders.hero": {
    "label": "Hero shot",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [Model Check: Game-Ready GLB/glTF 3D Model Validator](https://apify.com/ocean3d/modelcheck) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ocean3d/modelcheck) to learn more, explore other use cases, and run it yourself.