Forum Replies Created
-
AuthorPosts
-
jaspixel
CustomerApologies, my mistake.
I have rebooted, reloaded and the problem is now gone. Odd because before when I dragged loaded data onto the with slot, it would not stay.
It does now so clearly my fault, sorry again.
Jas
jaspixel
CustomerHi Mikhail,
** IGNORE, MY MISTAKE .. No problem to see***
Since the recent update I have noticed an issue with the add annotation puzzle.
When I use the add annotation puzzle object, it appears it is no longer possible to add the load data object in place of the text object in the with entry section.
Can you please confirm if this is no longer possible as worked great before or why I am unable to select and replace the text object that is already inserted when loading?
Many thanks,
Jas
2020-05-20 at 11:07 am in reply to: Make animated normal map water be exponential without jumps #27808jaspixel
CustomerThanks Mikhail.
I was hoping I could animate an ever increasing value for the Value node, so the noise texture could keep moving exponentially.
I’ve settled for a pingpong animation play of a noise animation shader using normal mapping. I am not up to speed on baking animation sequences in Blender, so this saves me a couple of days of learning extra tricks for now.
Many thanks for the info.
Best wishes,
Jason
jaspixel
CustomerOk thanks Mikhail. I better learn how to bake then ;)
jaspixel
CustomerHi Yuri,
Ok, thank for letting me know. Do you think this will change any time soon or is it too difficult to make orbit camera mode work like this?
Many thanks,
Jas
2020-04-01 at 10:49 am in reply to: how to load div content from external html file into an annotation popup #25225jaspixel
CustomerThanks so much Mikhail. I would have spent a month working that solution out
Much appreciated.
Jas
2020-03-27 at 3:54 pm in reply to: Is there a minimum width for the annotation background box #25061jaspixel
CustomerAha genius, thank you. My limited coding skills didn’t think to define the opposite
Thanks so much Yuri. To fully define the width I did a bolts and braces approach which works:
.v3d-annotation-dialog {
background: red;
min-width:70px;
max-width:70px;
width:70px;
height:200px;
}Many thanks again, I am enjoying playing with Verge3D, great work.
Best,
Jas
2020-03-27 at 12:30 pm in reply to: Is there a minimum width for the annotation background box #25050jaspixel
CustomerHi Yuri,
Thanks for your reply. I had seen this already and have tried this below in my css, but it will not go below 200px, changeds to red fine and height can bet set as I want, just not a small width.
.v3d-annotation-dialog {
background: red;
width:100px;
}I’ve tried Max-width also and is no better.
How should I set .background-size in css please. Is this a better way to alter the popup size instead of standard width and height?
I feel so close, just cant get this bit right.
Many thanks again for your help. I’m looking to buy a license as soon as I can complete what I want to do. I spent weeks trying to get Blend4web right, but this seems much better.
Thanks again.
Jas
-
AuthorPosts