Tagged: annotation UI
- This topic has 15 replies, 3 voices, and was last updated 6 years, 4 months ago by Mikhail Luzyanin.
-
AuthorPosts
-
2018-06-07 at 9:36 am #4756vincentCustomer
Can I have a solution for add an annotation with a pad in a center of the brother. Look my picture to understand my needs. Thank your for your helps.
2018-06-07 at 9:48 am #4758Yuri KovelenovStaffHi,
Recently we released a more flexible method for adding annotations. The Puzzle is located in the HTML category and is called bing elem. So you can define an arbitrary HTML container to follow 3D your object. You can also use HTML puzzles to setup the close button of the window.
The HTML elements can be designed using external web design software or by hand and added to the main .html file of your app.
2018-06-07 at 10:16 am #4762vincentCustomerHi, I don’t want to follow my scene, just overlay the HTML container on top of the 3d scene. Bin element exist in Version 2.2.0 ?
2018-06-07 at 10:28 am #4763Yuri KovelenovStaff2018-06-07 at 10:42 am #4764vincentCustomerWhich one dear Yuri,
City
Cube
E-Learning
External Call
Farmers Journey
Fb
Htmlmixer
International Text
Lamp Animation
Lines
Materials
Pbr
Physics
Recliner
Refract
Ring
Spinner
Teapot Heater
Tween Camera
X-Mas Scene 20172018-06-07 at 10:54 am #4766Yuri KovelenovStaff2018-06-07 at 12:58 pm #4767vincentCustomerThere is no puzzle inside this exemple. What can I do understand ?
2018-06-07 at 1:17 pm #4768Yuri KovelenovStaff2018-06-07 at 2:20 pm #4769vincentCustomerNot very my case study, there isn’t any overlay… if you have a other puzzle more easy. I am designer not a coder.
2018-06-07 at 2:46 pm #4773Yuri KovelenovStaff2018-06-07 at 4:36 pm #4801vincentCustomerI hope so
2018-06-08 at 8:31 am #4806Mikhail LuzyaninStaffHi, Vincent. I think the only way for you is to create an HTML element over the application and hide/show it on the click by changing div’s visibility like it made in farmer’s journey. You can create an html element using any visual html constructor (like webflow or google web designer) and using specific HTML for example Set Style puzzle set the Display to “None” (invisible) or “Block” (visible), as I did it in the Farmer’s Journey demo. Look how it made in webflow . You will need to create a specific ID for your DIV element, and the using Puzzle black to call this div by the name and setting a specific parameters to it. I’m not a coder, but theres no need to code just to understand the logic of the process. I’ll try to explain it step by step:
1. You creating an HTML elements using any visual html editor.
2. Enbed your application to it with this code <iframe src=”application_name.html” width=”100%” height=”100%” frameborder=”0″></iframe> – insert it somewhere in the body or a lowest div.
3. Add a unic ID to all elements of your html site with wich will be created interation.
3. Then put all this ready html site in the application folder.
4. Then using html puzzles Set Sstyle – Display (Block/None) (don’t forget to theck the “In Doc” checkbox) you can change visibility of any elememt using it’s ID. You can study Farmer’s Journey or Teapot Heater puzzles for details.Co-founder and lead graphics specialist at Soft8Soft.
2018-06-26 at 9:25 am #5216vincentCustomerHello Mikhail,
I understood the steps, I work in the html for customise my Verge3D.
But; I don’t understand the practice of the frame who’s appear at left (in the application Twen camera), It’s a not easy for the user.2018-06-26 at 9:35 am #5217Mikhail LuzyaninStaffI don’t understand the practice of the frame who’s appear at left (in the application Twen camera), It’s a not easy for the user.
It’s not the best example. Better to create html page separately and then just call them using html puzzles like On Event to unhide already prepared divs or buttons.
Co-founder and lead graphics specialist at Soft8Soft.
2018-06-27 at 3:32 pm #5257vincentCustomerI progress on this way, I want to make a navigation in my 3D Modeling with panels, like the picture.
But I want to break the access at my background 3D scene. Which puzzle can I take ?
I imagine too, the scene is stopped -
AuthorPosts
- You must be logged in to reply to this topic.