I tested most of the functions and I couldn't make sense of a couple: - https://wiki.gideros.rocks/index.php/R3d.DebugDraw, only the debug contact points are showing, no shapes, no raycast ๐ข. As per the change log I would need to use r3d.body:setIsDebugEnabled but such function doesn't exist afaik - r3d.Body:setSprite(sprite), what does it do? - r3d.Joints, createBallAndSocketJoint crashes Gideros player - r3d.Joints, I don't know where I can get those info: getReactionForce, getReactionTorque and getAngle. In a function callback on the fixture? - r3d.Shape: they are all super easy to set up except those two: r3d.ConcaveMeshShape, r3d.ConvexMeshShape. I couldn't come up with nice examples!
I have some demos using r3d I need to put somewhere in the wiki, a dedicated 3D section + some 3D tutorials...
Comments
GTween has now all ๐ค its functions in the wiki ๐
https://wiki.gideros.rocks/index.php/GTween
I didn't realize how cool it is!
PS: if you made a cool tween and want to share it will go right there https://wiki.gideros.rocks/index.php/Ftf_libs#GFX
Likes: keszegh, MobAmuse
I visited Gideros ReactPhysics3D plugin and some functions were missing, this should be fixed
https://wiki.gideros.rocks/index.php/ReactPhysics3D
I tested most of the functions and I couldn't make sense of a couple:
- https://wiki.gideros.rocks/index.php/R3d.DebugDraw, only the debug contact points are showing, no shapes, no raycast ๐ข. As per the change log I would need to use r3d.body:setIsDebugEnabled but such function doesn't exist afaik
- r3d.Body:setSprite(sprite), what does it do?
- r3d.Joints, createBallAndSocketJoint crashes Gideros player
- r3d.Joints, I don't know where I can get those info: getReactionForce, getReactionTorque and getAngle. In a function callback on the fixture?
- r3d.Shape: they are all super easy to set up except those two: r3d.ConcaveMeshShape,
r3d.ConvexMeshShape. I couldn't come up with nice examples!
I have some demos using r3d I need to put somewhere in the wiki, a dedicated 3D section + some 3D tutorials...
Viva Gideros โค๏ธ