Vue 3d loaderVue 3d loader
Guide
  • English
  • 简体中文
GitHub
Guide
  • English
  • 简体中文
GitHub
  • Guide

    • Introduce
    • Get started
    • Event
    • API
    • Donation
  • Example

    • Load a 3D model
    • Loading multiple models in the same scene
    • Load json 3D model
    • Loader draco model
    • Set width and height
    • Material and texture
    • Background color and transparency
    • Interactive control
    • Rotate 3D model
    • Events
    • Lights
    • Camera position and rotation
    • Load multiple models in parallel
    • Add label
    • Play/stop animation
    • Enable damping
    • Loading progress
    • Set camera vertical/horizontal rotation
    • Enable axes helper and grid helper
    • Set min or max distance
    • Point light follow camera
    • Clone same model

Enable axes helper and grid helper

Tips

Show axes and grid helper in scene.

<template>
    <vue3dLoader
        filePath="/models/collada/stormtrooper/stormtrooper.dae"
        :enableAxesHelper="true"
        :axesHelperSize="500"
        :enableGridHelper="true"
    />
</template>
<script setup lang="ts"></script>
Edit this page on Github
Last Updated: 8/29/23, 9:33 AM
Contributors: king2088
Prev
Set camera vertical/horizontal rotation
Next
Set min or max distance