MrOobleck
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Media Molecule, we need this desperately! Think of the children!
-
What if you used a raycast from the hand to find the nearest thing to grab (limited range of like 0.25 meters or so), then used the hit coordinates as the target location for the hand, then used a ...
-
This is one of the features I would most like to see added. I want to remake the 2.5D magic brawler game I just finished in LBP3 with a first person mode, but right now it's only possible to have o...
-
I have an idea on how to make in-game screens using the raycasts, but I'm sure it would cause insane lag.
-
You could theoretically make your own very pixelated screens using the raycasts and vector transform logic, but the lag generated probably wouldn't be worth it.
-
Haha thanks napzackz!
-
I have an idea for making your own, but I haven't tried it yet. I'm thinking of creating a grid of pixels with RGB color inputs, each sensing for a different RGB global variable. Make a virtual cam...
-
I understand axis angles, and am using them for my laser reflection and refraction system, but I'm still trying to wrap my head around quaternions and Euler angles, as well as how to translate betw...
-
amchornet76, if you're looking for an atan2(y,x) function, I just released one in my "Math" collection. It uses an approximation formula, but it's pretty close. Its output is in radians.
-
StankyDino, do you know how to make a timeline go backwards?