vue-babylonjs icon indicating copy to clipboard operation
vue-babylonjs copied to clipboard

A ready-to-go 3d environment for Vue.js using Babylon.js

Results 33 vue-babylonjs issues
Sort by recently updated
recently updated
newest added

Playing around with textures let me search alot, here is an example that should be added in the API of the docs (I can contribute): turning on wireframe on a...

When using the myScene data element does not initialize. The workaround I use is to capture the scene object in the onScene event and store in in myScene. However, in...

bug

**Error: too much recursion!** This bug generates when splitting the code into separate components for organizing code **Minimally Reproducible Example** just a basic example: ```vue ``` I would like to...

Looking for a way to do this animation with Vue.. here is an example using vanilla js: https://www.babylonjs-playground.com/#2SN4VZ#6 or this one: https://www.babylonjs-playground.com/#IW99H0#7 I think there is a way to use...

I want to build a file uploader (obj, mtl, etc.) but access files directly in the browser using the [FileReader API](https://alligator.io/vuejs/file-reader-component/) instead of sending it to a server and retrieve...

Can anyone give me an example of a ploygonmesh in vue-babylonjs? (just the short code) where do i put my vector2 corners? i cant seem to wrap my head around...

I want to load a 3d venue (i.e a large stadium or conference hall) in to my canvas and then depending on the information provided by the backend (grpc +...

# Context I'm experimenting with vue-babylonjs as basis for a live visuals programming workflow. The idea is to run a development server (webpack-dev-server with vue-loader), visit the it once (in...

enhancement
help wanted
good first issue

I started my project with the new vue-cli builder (it'd be great to have a template for vue-babylonjs to help getting started easier). Anyway, since I set my project up...

enhancement

Hello, I would like to load assets (.stl files) uploaded by users (so the origin of the file might not coincide with the centre of the mesh object): Is there...

help wanted
good first issue
question