Gravitation platforms for the bge
Channel:
Subscribers:
1,520
Published on ● Video Link: https://www.youtube.com/watch?v=yCmWJlatbcI
Gravitation platforms for the bge
First I make a single use case (one platform)
always---------Python
then I make it work for each case(many copies of the script)
always------python
then I make it work against all targets in scene.objects:
One item running many platforms
always-------python (using scene.objects each frame)
I then store the list I generate from scene.objects one time
(reducing logic) and use the list to opperate on the whole scene without using scene.objects each frame
always------python (in 1 object for all platforms in the scene)
forum thread = http://blenderartists.org/forum/showthread.php?389021-Gravity-Platforms&p=2986223#post2986223
Other Videos By BluePrintRandom
2015-12-29 | added follow unit and shift select vs normal select |
2015-12-29 | Using RTS system |
2015-12-29 | Choosing Units Part 2 = A list of lists |
2015-12-28 | Choosing units Python Part 1 (one soldier) |
2015-12-28 | Space-ish Final |
2015-12-28 | Space-ish 4 |
2015-12-28 | Space-ish 3 |
2015-12-28 | Space-ish 2 |
2015-12-28 | Space-ish 1 |
2015-12-28 | Zen Geometry baking |
2015-12-27 | Gravitation platforms for the bge |
2015-12-22 | playing with non basic shapes using compound system |
2015-12-22 | level editor (Pickle Save + Load) |
2015-12-22 | Pickle and save all instances of level pieces with unique UUID's |
2015-12-21 | Compound assembly kit using X roots from hidden layer |
2015-12-16 | Strange Device 3.14 |
2015-12-13 | BGMC Night 1 |
2015-12-08 | End Of 12-8-2015 |
2015-12-08 | NinjaRig |
2015-12-08 | Rigging Oktows NinjaNeer. |
2015-12-07 | Tonights' work - NinjaNeer Panel popping |
Tags:
bge
blender
game engine
platforms
physics
springs
motion