TheBeardyMan
- Activité totale 428
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 157
- Abonnements 122
-
There's no general solution for stepping backward - for example if your logic sets the value of a variable to the square of what it was before, and the new value is 4, what was the old value? 2 or...
-
Euler Rotations have a "rotation order", and in Dreams, that order is yaw (outermost), then pitch, and finally roll (innermost). Imagine a ring rotating about the Y axis, and mounted inside that, a...
-
The Trello mentions an upcoming "Convert to Paint" feature that will allow multiple sculpts to be converted into a single paint. I suggested allowing the resulting object to be a sculpt here: http...
-
There should also be a "collaborators" checkbox - "here's the gadget that we're going to use to fix that bug in the boss fight scene" is probably a message that you'd want to receive.
-
Expanding on my thoughts about a dream within a dream communicating a level pass or fail to the hub dream. Dreams within dreams have their own isolated set of persistent variables, so persistent va...
-
You can use a Timeline with five Keyframes to record the object's rotation at five points and a Signal Manipulator to scale the value of your variable from -180 -> +180 to 0.0 -> 1.0. Here are the ...
-
Definitely something that I would find useful, because those gadgets being on a Timeline isn't the only situation where their names can't be seen. I often use them in situations where their "big ga...
-
Sorry, should have made it clearer that I was talking about the use case where you want to make an art mode brush cycle through multiple colours in a single stroke - to make that happen, you have t...
-
For even more flexibility, remove the constraint that the force that tells a puppet what way is up or down has to be gravity. That way you could even have a puppet walking on the inside of a spinni...
-
Dreams' Calculator gadget uses 32 bit floating point numbers, and when converted to decimal, they're not guaranteed to be accurate to more than 6 significant digits. Compared to the true value 1278...