由用户创建的信息 Evgeny Rodygin
24 September 2015 17:27
Ответ на сообщение пользователя paulBlend4Web subtab was removed several releases ago (in 15.06 to be exact). When you switch to Blend4Web renderer, you already have all related to b4w options in corresponding tabs. What kind of options are you trying to find?
In regards to the missing tab, I have indeed switched to the Blend4web render engine. The Blend4web subtab just simply doesn't make an appearance within the Object Tab.
With the iframe window, does the HTML page need to be hosted online in order to feature within this framework? Is it possible to simply export the scene as code and place it within the iframe coding under a specific line or is this too much hassle? That way, I could theoretically edit the final code with javascript lines as I get more fluent. Sorry for all of the newbie questions…Well. Exported HTML has to be on the server as well as any other asset you use on your website.
If you are planning to use some coding, then you'd better go with the JSON export and write a simple app. Putting it into i-frame would be similar to the previously described approach. You will also have some html-file which should be placed inside the iframe tag.
24 September 2015 10:25
23 September 2015 18:31
I have a HTML file created for this framework coding and am curious about the "no external dependencies" feature of this Blend4web methodAs it is described in this tutorial you just need to point your html-exported scene inside the iframe tag.
<iframe width="800" height="500" src="/path/to/your/scene"></iframe>
The path here is given relatively to the main html page. This should work without any problems. I have attach a simple example of how it works.
I cannot seem to locate the Blend4web tab in the objects segments. Is there an external setting I have neglected to tick for this option in order to make the interactive feature 'Selectable'?Have you switched to the Blend4Web render engine?
23 September 2015 18:07
21 September 2015 15:48
Команда Blend4Web примет участие в Blender Conference 2015, которая будет проходить с 23 по 25 октября в Амстердаме.
Юрий Ковеленов расскажет миру о Blend4Web. Если кто-то из вас планирует посетить эту конференцию, мы с радостью пообщаемся с вами и ответим на любые вопросы, связанные с нашим движком.
До встречи в Амстердаме в конце Октября!
Юрий Ковеленов расскажет миру о Blend4Web. Если кто-то из вас планирует посетить эту конференцию, мы с радостью пообщаемся с вами и ответим на любые вопросы, связанные с нашим движком.
До встречи в Амстердаме в конце Октября!
21 September 2015 15:42
Blend4Web Team is going to participate in Blender Conference 2015 which will take place in October 23-25.
Yuri Kovelenov will tell the world about Blend4Web. If someone is going to visit this event we will be glad to talk to you guys and answer any of your questions related to the engine.
Hope to see you in the end of October in Amsterdam!
Yuri Kovelenov will tell the world about Blend4Web. If someone is going to visit this event we will be glad to talk to you guys and answer any of your questions related to the engine.
Hope to see you in the end of October in Amsterdam!
21 September 2015 12:20
21 September 2015 11:54
Hello,
This can be solved in several ways. For example, you can create a continuous sensor manifold which will deal with animation frames basing on the last clicked button.
Here is another example I've made quickly.
But want when you click the button the animation actually run and stop at the frame 6 from another button and run another animation from frame 6-10
This can be solved in several ways. For example, you can create a continuous sensor manifold which will deal with animation frames basing on the last clicked button.
Here is another example I've made quickly.
21 September 2015 10:23
Hello,
You can use canvas textures in node materials as well. It will look similarly to what we have in this code snippet.
You can use canvas textures in node materials as well. It will look similarly to what we have in this code snippet.