Forum Replies Created
-
AuthorPosts
-
kdv
ParticipantClipping doesn’t work this way. Make sure that all materials are opaque.
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
Participantto make it work you need just two values: _ppTarget.point (will be rewritten by closestPointToPoint) and _ppTarget.distance (will be returned as a result of closestPointToPoint)
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
ParticipantAttach your .blend file here.
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
ParticipantCopy your short link after publishing, save it to a file. Long links can be found in the cloud storage.
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
Participantwith some small modifications it will work in 4.8.0 too.
const tree = mesh.geometry.boundsTree; _ppTarget.distance = tree.closestPointToPoint(mesh, _lastIntersection, _ppTarget.point);
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 Blender move the glass material to the bottom. or do not use multi-material objects.
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
ParticipantUsually it’s just a frame which will load your page. And in case with V3D apps its not a fact that their logic will work…
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
Participantor an shapecast error in the console
this code (as is) will work correctly only with 4.9.0pre1. and yes, it’s working.
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
ParticipantTried but sadly
*facepalm* a remainder of a vector divided by a number?
the result will be
NaN
(nothing)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
ParticipantI’m trying to get dimensions of an object
~0.258 is a dimension of your cube. That’s where you can use “get dimension” / 2 instead of 0.05
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
ParticipantYet get object dimension puzzles does not work here?
or here?
incompatible puzzles (and wrong logic in your head). it’s not possible to measure distance between a number and an object. it’s not possible to compare a boolean value with a numeric value…
The first puzzle set is working. You just need to replace 0.05 with 0.25. And why are you hiding the player object instead of bullets?
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
Participantthe answer is on your screenshot. rename your textures properly (without %)…
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
Participantthey are still clickable and does its function, but not visible…
press F12 and show what you see in the console log.
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
ParticipantYou’ll have to use additional logic in V3D to animate visibility state in time. No other variants.
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
Participantas well as a screenshot of the exported Verge project.
where?
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