Forum Replies Created
-
AuthorPosts
-
PandernCustomer
How to increase the resolution or size of the document? As it is now it is not usable for commercial use at all.
I’ve tried to adjust this in the css:
#cf-pdf-generated .pdf__page { width: 795px; max-width: 795px; min-width: 795px; height: 1122.5px; max-height: 1122.5px; min-height: 1122.5px; box-sizing: border-box; background: #fff; display: flex; flex-direction: column; }
see attached pdf for an example of the result i am getting
Attachments:
You must be logged in to view attached files.2023-03-28 at 11:30 am in reply to: HTML puzzles about click event to enable and disable outline #61464PandernCustomerWhat I usually do is insert a ‘outline disable for’ ‘all objects’ before the logic puzzle enables it again for the correct object.
Kdv’s suggestion might be a better solution for your situation though
- This reply was modified 1 year, 7 months ago by Pandern.
Attachments:
You must be logged in to view attached files.PandernCustomerThis one is only in the blender store. It hasn’t been converted to Max or Maya yet. Maybe it never will. Download the blender version of verge3D to be able to see the puzzles in that demo.
PandernCustomerHi Yuri
I tried in incocnito, edge,and firefox developer, but no response from the post. Haven’t seen the error message again either though. I will do some more testing after migrating it to the wordpress server after the app is done on monday.
PandernCustomerThank you, Yuri, for the link on the password protection using promt and while loop, I had forgotten about that.
Exactly what I was in need of today. I also needed to expand the login to multiple users and different passwords without the need for html authoring.
The dictionary used will of course be an external file, this just for example if the OP might find it useful
- This reply was modified 1 year, 8 months ago by Pandern.
- This reply was modified 1 year, 8 months ago by Pandern.
Attachments:
You must be logged in to view attached files.PandernCustomerDon’t know why, but setting the variable to an empty list or another list doesn’t change the ovjects the hovered state is working for.
Only removing object from the original list seem to work.
Attachments:
You must be logged in to view attached files.PandernCustomerWhen i add a GET command to get the last order and the order number it is working fine. So it is communicating, but the send data puzzle is not recieving a response.
edit:
After som time I recieved this error in the console:
- This reply was modified 1 year, 8 months ago by Pandern.
PandernCustomerNot to infringe on kdv’s answer, but you can use the
draw line
puzzle to make that line. It is intended to draw a line to an element in the html, but annotations are also an html element so a line can be drawn to it. Like this:Not sure how useful it is though.
PandernCustomerYes Pandem,
that is interesting to see the value update in real time. I just asked above can that value have a trigger sensor? like upper value or lower value? which may trigger some event in scene depending upon its higher or lower value sensing.Yes, that is possible. I am no expert like kdv, but by playing with the puzzlers i’ve done something like what you are describing:
Attachments:
You must be logged in to view attached files.PandernCustomerThank you, kdv!
I really need to dive into the programmers reference. I am limiting myself with only doing puzzles.
PandernCustomerIt could be done with film offset. And three.js has this function, but it would be nice to also be able to control it with a puzzle in verge3d.
https://threejs.org/docs/#api/en/cameras/PerspectiveCamera.setViewOffset
Check out kdv’s response in this thread:
PandernCustomerEasy! You can use the events puzzles: https://www.soft8soft.com/docs/manual/en/puzzles/Events.html
Like this example i made for you: https://v3d.net/fnj
PandernCustomerWhat you see in the viewport on the ring is a texture that was converted to a texture from the text input with the
texture from text
puzzle. It would be very difficult to reverse this without some sort of OCR or other text recognition.PandernCustomerYes. By using the set prop puzzle you can send any value or information to an HTML element from the v3d container:
https://www.soft8soft.com/docs/manual/en/puzzles/HTML.html#set_attribute
Attachments:
You must be logged in to view attached files. -
AuthorPosts