Forum Replies Created
-
AuthorPosts
-
2024-11-16 at 8:54 am in reply to: HtmlMixer Example: Why Moving mixerPlane Affects HTML Element Interaction #78831
kdv
ParticipantNo access. You could prepare your link a little better before posting it…
take a look and advise me on how to properly move the mixerPlane to z: 6 while ensuring it functions correctly?
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2024-11-16 at 3:43 am in reply to: Optimizing a model with Instances and Data Transfer Modifier #78828kdv
ParticipantI have this bearing I want to try to optimize as much as possible.
it’s a strangest way to optimize a cylinder I’ve ever seen…
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2024-11-15 at 3:27 pm in reply to: when open AR mode, browser ask “download 3D model” instead of “open 3D model” #78821kdv
Participantthat’s right. it won’t work as expected without
<img>
inside<a>
. it’s a special feature to initiate AR mode in iOS. along with “rel” attribute set to “ar”.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
ParticipantAhhh… Now I see. My bad
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
ParticipantIn the first post I didn’t notice mentioning “Maya” )))
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
Participant2024-11-15 at 1:58 pm in reply to: when open AR mode, browser ask “download 3D model” instead of “open 3D model” #78807kdv
ParticipantCheck if this app https://v3d.net/14s4 is working properly for you.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
ParticipantWould you be open to working with me to implement your screen recording system into my project?
Yes
kdv [at] izh [dot] comPuzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
ParticipantHow to get the “Virtual Reality” demo project to run in VR on Meta Quest 3?
just open it in the Meta Quest browser and click on
Enter VR
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
Participantwere not able to get a good quality screen recording downloaded as an MP4.
Why not? It’s quite possible…
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
Participantbut the offset from the left edge (and top edge) of the window is also scaled
I don’t see this happening
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
Participanttest.blend
it was the last try to attach your sprite sheet properly :-D the door is closed now.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
ParticipantWhere??? It’s just another .blend file WITHOUT your sprite sheet inside.
Attachments:
You must be logged in to view attached files.Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
ParticipantThis sprite sheet
what sprite sheet? your .blend file doesn’t contain any images. just useless file attached…
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
kdv
Participantsmth like this can do the trick
function setObjectScale(mesh, factor) { if (app.camera.isOrthographicCamera) factor = ((app.camera.top - app.camera.bottom) / app.camera.zoom) / factor; else factor = (mesh.position.distanceTo(app.camera.position) * Math.tan(Math.PI * app.camera.fov / 360) * 2) / factor; mesh.scale.set(1, 1, 1).multiplyScalar(factor); }
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
-
AuthorPosts