UNPKG

@vrspace/babylonjs

Version:

vrspace.org babylonjs client

13 lines (12 loc) 288 B
/** * Avatar that is not humanoid but some other 3d model. */ export class MeshAvatar extends Avatar { constructor(scene: any, vrObject: any); vrObject: any; mesh: any; getUrl(): any; baseMesh(): any; basePosition(): any; } import { Avatar } from "./avatar.js";