16.01 - how to use new "Line Rendering" empty feature
31 January 2016 06:53
Hi,
I have looked at the .blend file for the new line rendering feature using an empty in 16.01, but I am not sure how to use it in an animation.
Is it possible to set thickness, color and alpha for lines using the Blender GUI, or is programming also necessary?
I would like to use this to draw planet orbits. A tutorial or more detailed description would be appreciated.
Thanks.
I have looked at the .blend file for the new line rendering feature using an empty in 16.01, but I am not sure how to use it in an animation.
Is it possible to set thickness, color and alpha for lines using the Blender GUI, or is programming also necessary?
I would like to use this to draw planet orbits. A tutorial or more detailed description would be appreciated.
Thanks.
31 January 2016 15:04
Hello!
This feature requires programming to create a line and set its width/color/alpha params. See sources of the "Lines" code snippet to learn more.
This feature requires programming to create a line and set its width/color/alpha params. See sources of the "Lines" code snippet to learn more.
Blend4Web Team
https://twitter.com/AlexKowel
https://twitter.com/AlexKowel
27 July 2017 19:15
Hello Alexander Kovelenov, i'am trying to create a line renderer anchored to Html element, when the camera rotate, the line change the second point position.
i have successfully created a line in 3D space canvas but it's fixed when i rotate the camera by referring to this example :
https://www.blend4web.com/apps/code_snippets/code_snippets.html?scene=lines
how can i achieve this ? can i found some tutorial or directions ?
thank you all
i have successfully created a line in 3D space canvas but it's fixed when i rotate the camera by referring to this example :
https://www.blend4web.com/apps/code_snippets/code_snippets.html?scene=lines
how can i achieve this ? can i found some tutorial or directions ?
thank you all