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...
I swear I looked multiple times but cannot find Noise:getInterp() on the page you mention ๐ค. I know the page Noise:getInterp() was created by error on the wiki and has been removed. The correct page is Noise:getInterp and seems fine?
19:51, 27 July 2025 MoKaLux deleted page Noise:getInterp()(content was: "#REDIRECT Noise:getInterp", and the only contributor was "MoKaLux"(view/restore)19:45, 18 March 2021 MoKaLux moved page Noise:getInterp() to Noise:getInterp (removed parenthesis)(revert)
I swear I also looked multiple times but cannot find any typo in available on the page ๐คทโโ๏ธ. It appears two times and both should be correct?!
I can't see it either. When I attempted to post a message here today. It was pre-filled with that info and so I presumed it was something that I wrote ages ago that I didn't click "post comment" button back then. So, it probably got dealt with ages ago which is why you probably can't find the issue.
The gamekit plugin help is not on that page either. I am having issue with gaming plugin on iOS and was wondering if it is working on gamekit instead. I am going to get it running on gamekit using bits of comments on forum. I'll probably create a new thread on the issue once I have had a chance to try things out.
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, pie
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 โค๏ธ
PS: this works but what are the numbers, bodies?
Noise:getInterp
Noise:getInterp()
are the same and appears twice in https://wiki.gideros.rocks/index.php/Noise.new
available is spelt incorrectly here: https://wiki.gideros.rocks/index.php/Noise:setNoiseType
There is no documentation on gamekit listed here: https://wiki.gideros.rocks/index.php/Category:Plugins I presume it is intentional to get you use gaming plugin instead?
Likes: MoKaLux
Sorry if I missed anything in your post ๐
The gamekit plugin help is not on that page either. I am having issue with gaming plugin on iOS and was wondering if it is working on gamekit instead. I am going to get it running on gamekit using bits of comments on forum. I'll probably create a new thread on the issue once I have had a chance to try things out.
On this page - https://wiki.gideros.rocks/index.php/Gaming
require("gaming") should be require "gaming"
Likes: MoKaLux
Gaming:getPlayerName()
Gaming:getPlayerId()
Gaming:getPlayerPicture()
Example error message: attempt to call missing method 'getPlayerPicture' of table
What does work and you can get all the above information is by calling:
Gaming:getPlayerInfo()
I don't know if the above 3 functions works on Android or not. It need testing and the documentation may need updating based on the outcome.
Gaming:isLoggedIn() does not work on iOS either, missing method.
Likes: MoKaLux