
Zuzuk
Members-
Content Count
32 -
Joined
-
Last visited
About Zuzuk
-
Rank
Advanced Member
-
-
-
Thanks. But rtsp isn't supported by browsers at all. There are different solutions for that. And I generally found a solution. I used WCS player code and BABYLON video texture code. Actually I forgot all of the lines I change but if someone has the same problem thas's the point where you can start
- 6 replies
-
- videotexture
- stream
-
(and 1 more)
Tagged with:
-
Thanks a lot! Everything works perfect
-
Zuzuk started following Count LOD distance from camera target
-
Hi Can I somehow make distance for LODs to count from the target position of ArcRotateCamera? I'm making sort of map application and when I tilt the camera down, visible meshes on the map is under the camera and I want them to be where camera is looking
-
-
When I've tried to load .babylon model to the editor, I've receive a message: "ERROR: Cannot insert node with id=EditorCamera (text: EditorCamera) because another node with the same id already exists." Then I've checked the .babylon file but haven't found any object with id "EditorCamera" office.babylon
-
It fixed the PG, but not project and I found mistake: My fps text block was on top of ALL of screen, so it blocks all picks(I thought that text block is only where the text is) Thanks for fix, don't know why it works before
-
Main camera needs to be set to scene.cameraToUseForPointers You were right but no new camera needs to be created(for second viewport I use argument "camera" in scene.pick function) Thanks
-
Thanks anyway, I'll try something else
- 6 replies
-
- videotexture
- stream
-
(and 1 more)
Tagged with:
-
I've took libs from here: https://github.com/BabylonJS/Babylon.js/blob/master/dist/preview release/babylon.max.js https://github.com/BabylonJS/Babylon.js/blob/master/dist/preview release/gui/babylon.gui.js
-
It's on line 292: https://www.babylonjs-playground.com/#AEXWGL#4 function in tutorial for arcRotateCamera, for freeCamera you need to use camera.rotation.x instead of camera.beta