-
Content Count
11 -
Joined
-
Last visited
About cstfan
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
But that will be better if we could open url in the new tab, so as not to lose the topic, but apparently it's not possible, not option "_blank" in link tool, it's pity
-
solved Look for the good option to make virtual visit
cstfan replied to cstfan's topic in Questions & Answers
Oh thank you very much, mutli-scenes seems perfects, I'll try that as fast as possible. -
Hi everybody, I would like to create an virtual visit in several rooms to show arts realisations. I've beginning but I don't know if I use good option. My first trie is to use layermask to switch between rooms. But I suppose that it's possible with better solution. Or it's better to just use visibility mesh property. I didn't find in forum or playground, exemples to do that... Perhaps it's possible to switch scene directly, or unload/reload objects of the rooms. If you have an idear how make better, thank you by advance.
-
Deltakosh reacted to a post in a topic: How target the camera to the real world orientation ?
-
solved How target the camera to the real world orientation ?
cstfan replied to cstfan's topic in Questions & Answers
Thank you very much for your quick feedback @Deltakosh , I will indeed do as you say, it's already great. Your framework is really great. -
solved How target the camera to the real world orientation ?
cstfan replied to cstfan's topic in Questions & Answers
Thank you for your feedback and research track, but I would have liked a solution directly with Babylon because I am not yet very comfortable with javascript. I went through the forum and the playground without success: -( It is to create a POC to help our students find important places in the school. This may not yet be possible with the current version of Babylon, @Deltakosh Can you tell me if there's a solution I may have missed? Thank you and sorry for the inconvenience. -
solved How target the camera to the real world orientation ?
cstfan posted a topic in Questions & Answers
Hi, I would like when I start the device orientation camera that the orientation is as a real world? For example, if I create 4 cubes around me with north, east, west and south, I want to see the north cube when my smartphone is facing north. Thank you very much in advance for your help. Stephan -
cstfan reacted to a post in a topic: Performance/draw calls
-
cstfan reacted to a post in a topic: Lamps on Babylon / Open Contest!
-
solved Lock pagescrollign in iframe with babylon
cstfan replied to swat0284's topic in Questions & Answers
I also tested this solution, doesn't work, but the previous one is OK thanks very much again @Deltakosh -
cstfan reacted to a post in a topic: Lock pagescrollign in iframe with babylon
-
solved Lock pagescrollign in iframe with babylon
cstfan replied to swat0284's topic in Questions & Answers
Hi @Deltakosh I just try with false argument, it works, but not with true (???) Thank you very much, it's a very good thing. -
solved Lock pagescrollign in iframe with babylon
cstfan replied to swat0284's topic in Questions & Answers
Hi @Arte , I just tried with only overflow-y: scroll; in CSS, but I have the same problem 😪 And I can't apply the other solution because the html editor of the "Learning Management System" automatically delete class="myIframe" even if I indicate in the backoffice to filter the html code less. I'm desperate, I feel like we're not going to make it. However, it worked with the package managed by Blend4Web. I saw the files of the package css, html, etc... and I tried to use some part of code but it's nothing , code : https://drive.google.com/open?id=1-e9T5iRqz8mlRjvnGz4r373pVJ -
solved Lock pagescrollign in iframe with babylon
cstfan replied to swat0284's topic in Questions & Answers
Hi @Deltakosh and @Arte I had already pep, but I added in the CSS file overflow-y: hidden; and overflow-y: scroll; but I have the same problem 😞 Look this to show you better my problem : https://share.vidyard.com/watch/PHiUnFFJU6GDoDw1E1TacJ? My iframe used : <iframe width="800" height="500" src="https://novancia.blackboard.com/bbcswebdav/pid-101835-dt-content-rid-442562_1/xid-442562_1" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" allowfullscreen=""></iframe> I hope really that you can help me to found this problem, if you want try go to : h -
solved Lock pagescrollign in iframe with babylon
cstfan replied to swat0284's topic in Questions & Answers
Hi, I have the same problem when I insert the Babylon scene in an iframe on a page of an LMS (Learning management system). With a Blend4Web scene with the same iframe code, I haven't this problem. When the pointer of my mouse is above the scene, the wheel mouse zoom or reduce zoom, and the main page of the LMS doesn't move / scrolling. It's a real problem for me, please help