We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

How to create a picture annotation with puzzles?

Home Forums Puzzles How to create a picture annotation with puzzles?

Tagged: 

Viewing 16 post (of 16 total)
  • Author
    Posts
  • #64712
    xeon
    Customer

    You need two items: the annotation puzzle and the location of your video or image:

    The annotation puzzle by default has 4 text fields.
    The first is the name of the Annotation. In this example its “video” and can be seen in the image as the annotation button title.
    The second is the location object that will be the anchor for the annotation button. In this example, I created an empty and placed it next to the cube. The empty object name in Blender is called “Annoation1″.
    The next field is used for text and or HTML. In the case of video you would use something like:

    <video width=”320″ height=”240″ controls> <source src=”MyMovie.mp4″ type=”video/mp4″> </video>
    if your video is in your media folder of your verge3d project it would be:
    <video width=”320″ height=”240″ controls><source src=”./media/MyMovie.mp4″ type=”video/mp4″></video>

    For an image your HTML would be something like:

    The last field is the Id…these are unique ids for the HTML…. you just need to make sure that you do not use the same ID more than once.

    Hope this helps.

    Attachments:
    You must be logged in to view attached files.

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

Viewing 16 post (of 16 total)
  • You must be logged in to reply to this topic.