More Annotation Issues
05 June 2015 21:27
I have been adding Anchors/Annotations to my project, and would like to have comments and suggestions made on a couple points.
1. “Detect Visibility” does sort of hide the Annotation when something obstructs it, in the foreground, but not completely. I would prefer to be able to make the annotation completely invisible, if possible. How might I do this?
2. Annotations have “Title”, “Category”, and “Description” fields. Very short descriptions (like a date or printed number) will not appear, unless the description has substantially longer character count than the title. The description field will just appear blank, in these cases. For example, and annotation with a title of “XX” and a description of “XXXX” will display the title but the description field will appear blank. Am I doing something wrong?
1. “Detect Visibility” does sort of hide the Annotation when something obstructs it, in the foreground, but not completely. I would prefer to be able to make the annotation completely invisible, if possible. How might I do this?
2. Annotations have “Title”, “Category”, and “Description” fields. Very short descriptions (like a date or printed number) will not appear, unless the description has substantially longer character count than the title. The description field will just appear blank, in these cases. For example, and annotation with a title of “XX” and a description of “XXXX” will display the title but the description field will appear blank. Am I doing something wrong?
05 June 2015 22:30
Hi Chris,
[EDIT] Oopse sorry I was wrong - annotations are not really a part of the web player.
I recall there was such bug with annotations but we fixed it for the current release (15.05).
Here is my setup:
untitled.html
1. “Detect Visibility” does sort of hide the Annotation when something obstructs it, in the foreground, but not completely. I would prefer to be able to make the annotation completely invisible, if possible. How might I do this?This is the behavior we programmed for the default annotations. You may still program your own design and behavior for the annotations. See our code snippets for a hint. Although a much simpler way might be the modifying of the web player's HTML/CSS.
[EDIT] Oopse sorry I was wrong - annotations are not really a part of the web player.
Very short descriptions (like a date or printed number) will not appear, unless the description has substantially longer character count than the title.
I recall there was such bug with annotations but we fixed it for the current release (15.05).
Here is my setup:
untitled.html
05 June 2015 22:55
06 June 2015 04:33
06 June 2015 17:52
06 June 2015 18:13
06 June 2015 18:23
06 June 2015 21:12
10 June 2015 19:12
Ответ на сообщение пользователя Chris_Clawson
It is embarrassing to get caught on such a dumb mistake. My main project started a few versions ago, and although I kept updating the Blender addon, I forgot to use the latest version of b4w.full.min.js . I apologize for troubling you with my error.
this has got me a couple times as well!