Giter VIP home page Giter VIP logo

Comments (3)

BrainBacon avatar BrainBacon commented on May 31, 2024 1

Could you please share a reproducible example on something like glitch.com? You can use the following template as a starting point: https://glitch.com/~vue-babylonjs-starter

from vue-babylonjs.

H-Whisky avatar H-Whisky commented on May 31, 2024

Could you please share a reproducible example on something like glitch.com? You can use the following template as a starting point: https://glitch.com/~vue-babylonjs-starter

Hi,
Great library, works perfect, but I cant load a babylon scene.
I used to use BABYLON.SceneLoader.Load in H5,it was worked.

BABYLON.SceneLoader.Load("../scenes/highway/", "Highway.babylon", engine, function(__scene) {
    scene = __scene;
    console.log("Success Loaded Scene");
    allowInit = true;
});

But i use vue

<template>
	<cover-view>
		<Scene>
			<Asset src="./scenes/highway/Highway.babylon" :scaling="[0.02,0.02,0.02]" :position="[4,0.5,0]"></Asset>
		</Scene>
	</cover-view>
</template>
<script>
	import Vue from 'vue';
	import vb from 'vue-babylonjs';
	Vue.use(vb);
	export default {
		components: {
		},
		data() {
			return {
			};
		},
		watch: {
		},
		mounted() {
		},
		onUnload() {
		}
	}
</script>

it was not worked , and the console was:

babylonFileLoader.ts:109 Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
    at JSON.parse (<anonymous>)
    at loadAssetContainer (babylonFileLoader.ts:109)
    at Object.loadAssetContainer (babylonFileLoader.ts:787)
    at sceneLoader.ts:889
    at dataCallback (sceneLoader.ts:388)
    at XMLHttpRequest.onReadyStateChange (tools.ts:915)

I also tried gtlf file, the error still existed.

glTFFileLoader.ts:582 Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
    at JSON.parse (<anonymous>)
    at glTFFileLoader.ts:582
    at <anonymous>

My babylon&gltf file was both JSON.
I need your help too.Thaks

from vue-babylonjs.

zhanghaifei1997 avatar zhanghaifei1997 commented on May 31, 2024

如果你使用的是vue+webpack那你应该使用相对路径来加载你的文件,文件放到public里面(然后页面直接在src里面写'/autostore.obj')

from vue-babylonjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.