Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
56 views

Suppose I build a 3D model in these two open-sources i.e Three.js and Babylonjs, and want to sell that application. I want to clear the following doubts Do I need to handover the entire code to whom ...
Nisha's user avatar
  • 1
0 votes
1 answer
73 views

I’m currently working on a game built using Noa.js and Babylon.js. In the existing entity.js file from the project template, the player is created using a simple box mesh. I’m trying to replace this ...
Anurag's user avatar
  • 85
0 votes
0 answers
50 views

I am making simple babylon.js project that can be set base texture, pattern overlay texture, pattern tint, lightmap of sphere. But my project doesn't work well. I can see only black sphere (not ...
Franck Mallete's user avatar
-1 votes
1 answer
172 views

error screenshot I am getting a CORS error when I'm trying to connect to colyseus server. I have provided code pls check what is the issue. Server file - index.js // server/index.js import express ...
Ishita Amod's user avatar
2 votes
0 answers
36 views

I have two STEP files, After.stp and Before.stp, of the same object. In the Before.stp file, some surfaces have shifted or deviated compared to After.stp. I need to identify and colorize the different ...
Tranquillity's user avatar
0 votes
1 answer
42 views

I had learned to code babylonjs scenes in type script import {Scene, Engine, FreeCamera, Vector3, HemisphericLight, MeshBuilder, StandardMaterial, Texture, CubeTexture, PBRMaterial, SceneLoader, ...
Some_Things's user avatar
0 votes
1 answer
55 views

I recently encountered a problem with the Pivot method for BabylonJS frame sprites, it does not exist :D I would like to ask if anyone has encountered a similar problem and how to set the rotation ...
Leobuildru's user avatar
3 votes
0 answers
205 views

I am experimenting whith webgpu. I found out that transferring data between cpu and gpu can be quite slow. My goal is to simulate particle physics on the gpu using webgpu's compute shaders, then use ...
Victor's user avatar
  • 708
0 votes
0 answers
51 views

I'm getting this error below when running on emulator: libc Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7b03a8c6f4 in tid 10945 (mqt_js), pid 10810 If I run on a device I get ...
Chaudhry Talha's user avatar
0 votes
1 answer
45 views

I have a function in a class here which runs every frame (in babylonjs). its purpose is to load 3d tiles and set the mesh. if (!mesh) { // this.loadTile is async! const newTile = this.loadTile(...
pcace's user avatar
  • 756
1 vote
1 answer
41 views

Problem Description: I am encountering an issue while developing 3D graphics with Babylon.js. I attempted to set mesh vertex positions directly using the setVerticesBuffer method, but the mesh does ...
Cognia's user avatar
  • 520
1 vote
1 answer
288 views

I'm using Blender 4.0.2 and Blender2Babylon-3.3x.zip, that I downloaded from github repo here. I created new file with cube model and deleted camera and light, so there is nothing except cube. During ...
Anna Melashkina's user avatar
0 votes
1 answer
173 views

I am making a first-person game using Babylon.js and I'm trying to add a feature where the player can sprint (camera.speed is increased) when holding SHIFT, but SHIFT doesn't trigger the keydown event,...
Keaden Knight's user avatar
0 votes
2 answers
713 views

I am trying to load Draco-compressed meshes, processed server-side with glTF-Transform, in BabylonJS retrieving them on the fly via REST calls. Due to this, the mesh to load doesn’t have an extension, ...
Alessandro Muzzi's user avatar
0 votes
0 answers
113 views

I tried installing babylonjs/viewer and @babylonjs/viewer. Both are not working. The first viewer is throwing a namespace error. second one has the issue with the typescript version below 5. Anyone ...
Jai's user avatar
  • 31
-1 votes
1 answer
73 views

Using BABYLON.DefaultRenderingPipeline with depthOfField creates strange effects on GUI (partly blurred). Example: https://www.babylonjs-playground.com/#USTXX4 EDIT: BABYLON.DynamicTexture https://...
MortalFool's user avatar
  • 1,131
1 vote
1 answer
64 views

I am getting started with Babylon.js and am getting stuck. I have this code to create boxes and add cylinders to them. When clicked, bullets fire out from the cylinder. I've added a playground link ...
FoxDeploy's user avatar
  • 13.8k
0 votes
2 answers
136 views

I’m developing a custom AnimationSequencer Class that, once provided with a group of keyframes, is able to dynamically generate an Animation instance for each keyframe group, append these animations ...
Giles Thompson's user avatar
0 votes
1 answer
134 views

Given I have a BabylonJS keyframe animation defined similar to as follows (ancillary code omitted for brevity): const animation = new BABYLON.Animation( "positionAnimation", "...
Giles Thompson's user avatar
-1 votes
1 answer
252 views

I've seen this website https://greenewera.com.tw/2023/ and curious about how to make it. Already checked with wappalyzer and it shows the framework like Vue.js and Ngins as web server, but how to ...
HH Chen's user avatar
0 votes
1 answer
67 views

I have a strange problem in my angular app and I can't figure it out. I am importing a mesh like this: SceneLoader.ImportMesh("", "assets/models/", "model.gltf", this....
madmax's user avatar
  • 1,813
0 votes
1 answer
501 views

I have a Blazor WASM project that I load Babylon scene. When I load a simple scene (drawing a sphere on a plane) everything loads fine. But, I am trying to load an *.obj file, which is stored on ...
jason's user avatar
  • 3,635
1 vote
0 answers
48 views

I am trying to build a BabylonJS app inside of ObservableJS. I've already made an ObservableJS page with a working BabylonJS app inside, just by writing BabylonJS code inside a code cell. So I know ...
Addem's user avatar
  • 4,013
-2 votes
1 answer
75 views

i am trying to update a stateful variable cameraPosition using Typescript, React and Babylonjs. this is the code snipped: const camera = scene?.cameras[0]; const prevPositionRef = useRef<...
pcace's user avatar
  • 756
1 vote
0 answers
130 views

I'm looking for answer regarding the multiDrawElementsInstancedWEBGL api on the web, I'm hitting a wall on something and this is quite frustrating, and really afraid this could confirm my darkest fear ...
Samsy's user avatar
  • 385
0 votes
0 answers
60 views

i am new to babylonjs and currently having problem animating my gltf file. could you help me fix it? Thanks in advance import * as BABYLON from '@babylonjs/core'; import '@babylonjs/loaders/glTF'; ...
Salt's user avatar
  • 1
1 vote
0 answers
111 views

I am trying to use react-native-skia with @babylonjs/react-native(1.6.1) and RN 0.71 but can not use both of them together. Only of them is visible on the screen. I had the same problem earlier with ...
Narendra's user avatar
  • 4,584
1 vote
1 answer
108 views

I created a model in Blender and when viewing it in Sandbox theres is no gradient when i look at the views set up by the camera, but once the developer adds it to the website a gredient from the ...
josipa šimić's user avatar
0 votes
1 answer
543 views

I'm struggeling with making the background color of a babylonjs scene transparent. Since I'm using a .glb file i need to add a environment. Before using the defaultEnvironment i was able to remove the ...
Tjerk Haaye Henricus Dames's user avatar
0 votes
1 answer
108 views

I am trying to do something like this: resolve: { alias: { babylonjs: "https://preview.babylonjs.com/babylon.js?t=1682926053948", } }, Instead of using saved local ...
splash27's user avatar
  • 2,127
0 votes
1 answer
160 views

I want the camera to be positioned so that the center of the object is rendered at the given pixel coordinates( for example (10, 20)) of the screen. The center of the object is given in the world ...
ZhefengJin's user avatar
  • 1,167
1 vote
1 answer
500 views

As for the topic, I have a BabylonJS project and want to implement physics, I have upgraded version from 5.57.0 to 6.18.0 so my package.json looks like so { "name": "roulette", ...
seven's user avatar
  • 1,774
0 votes
1 answer
69 views

According to the docs IWheelEvent.wheelDelta is deprecated. What should we use instead?
TmTron's user avatar
  • 19.7k
1 vote
1 answer
315 views

I want to load a 3D *.glb file with babylonjs from a hidden file path like this <html> <head> <title>Babylon.js Viewer - Display a 3D model</title> <script src=&...
fitra's user avatar
  • 89
0 votes
1 answer
796 views

I am Created a 3D model and exported the file in the extension .GLB I like to use that file in flutter is there any way to use. And I have tried with this dependencies model_viewer_plus: ^1.5.0, ...
Vasanthan Raj's user avatar
0 votes
2 answers
141 views

In a Microsoft Teams app, I am using await app.shareAppContentToStageAsync() with a page that hosts Babylon JS - this exact page that should show a ball on a plane with a blue background. https://doc....
Michael S. Scherotter's user avatar
1 vote
1 answer
2k views

I'm developing a BabylonJS application. BabylonJS PostProcess class appends .fragment.fx to a given file name and requests that from the server. When my local Vite (version 4.0.4) dev server serves ...
AJP's user avatar
  • 29k
1 vote
1 answer
657 views

I want to display a babylon image but I can't position it, because a BABYLON.GUI.Image doens't seem to have properties like x, y or position. const advancedTexture = BABYLON.GUI.AdvancedDynamicTexture....
nix86's user avatar
  • 3,057
0 votes
1 answer
165 views

I have developed a simple application with babylon.js in a file called index.html, but I don't know how to run it on Hololens Emulator.
nix86's user avatar
  • 3,057
0 votes
1 answer
246 views

I’m a bit new to working with 3D space and rotation. I have a list of four Vector3 points that represent the corners of a rectangle. What I want to do is use those points to create a box mesh that is ...
ChevCast's user avatar
  • 59.4k
1 vote
0 answers
414 views

How do I compute the alpha and beta for ArcRotateCamera to look a point on a sphere? My playground has a ray from sphere origin to point on surface. Ultimately, I would like to animate from current ...
Enki's user avatar
  • 1,715
0 votes
1 answer
405 views

In babylon js when you load an obj modele how could you edit it and add textures on colors? BABYLON.SceneLoader.Append("skull/", "skull.obj", scene)
mnwer's user avatar
  • 23
0 votes
1 answer
501 views

I'm trying to use physics (AmmoJS) in BabylonJS for an imported mesh. For meshes I create on the fly everything works fine, but when I import a mesh it falls through the ground. const ground = BABYLON....
Dylan's user avatar
  • 9,403
1 vote
1 answer
488 views

I load a model coming from Blender (exported with babylon js exporter). The model comes with materials. and has 5 meshes (very simple test model). I would like to change albedo (color under natural ...
Franck's user avatar
  • 387
1 vote
0 answers
266 views

I'm implementing 3D demo application using Babylonjs library for 3D Demo.I'm importing 3D model from S3 and adding texture image on top of material in Reactjs. But when i add texture image on top of ...
InsaneCoder's user avatar
1 vote
0 answers
400 views

The AWS Faqs : https://aws.amazon.com/sumerian/faqs/ Suggest the AWS Sumerian is going to transition to BABYLON.JS. However, why is AWS planning to sunset this Service ? Is there any new AWS service ...
Subarnarekha's user avatar
0 votes
0 answers
397 views

how to get all intersection points, while two different mesh collide/intersect? ex. mesh.intersectsMesh(anotherMesh) it return bool. In my case I need to find all intersection points.
Iam Coder's user avatar
  • 1,005
1 vote
1 answer
194 views

I wanted to rewrite a project of mine in babylon js so i created a new directory added a html file and added the script tags for babylon etc... Everything works fine till i create the engine. If i ...
nico-src's user avatar
0 votes
1 answer
759 views

For example imagine a cube. As you look straight onto the cube, the side of the cube which is facing the camera is fully transparent. Then you rotate the cube or the camera around the cube, and as you ...
codingChicken's user avatar
1 vote
0 answers
642 views

I have a web app that contains a canvas filled with a BabylonJS created scene (with an ArcRotateCamera) and other html content. I want to use the scroll wheel of the mouse to zoom the camera in the ...
Ruediger Jungbeck's user avatar

1
2 3 4 5
10