hpg-r3f-model-scene
Version:
Pretty Footer react component used in ant.design
19 lines • 710 B
JavaScript
/*
Auto-generated by: https://github.com/pmndrs/gltfjsx
Command: npx gltfjsx@6.1.4 public/models/duanluqi/duanluqi3.gltf
*/
import React from 'react';
import { useGLTF } from '@react-three/drei';
//本地
var modelsPathPrefix = 'https://hgp-public.oss-cn-hangzhou.aliyuncs.com/web3d/case/duanluqi/';
//线上
// const modelsPathPrefix = `${window.__MODELS_URL__}/duanluqi/`;
export default function Model() {
var _useGLTF = useGLTF("".concat(modelsPathPrefix, "duanluqi.gltf")),
scene = _useGLTF.scene;
// eslint-disable-next-line react/no-unknown-property
return /*#__PURE__*/React.createElement("primitive", {
object: scene
});
}
useGLTF.preload("".concat(modelsPathPrefix, "duanluqi.gltf"));