Added Sprite Physics and Joints
This commit is contained in:
95
doc/doc_files/loadmesh.html
Normal file
95
doc/doc_files/loadmesh.html
Normal file
@@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>LoadMesh [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function LoadMesh( mesh_file$ ) </h2></p>
|
||||
<p>
|
||||
Returns a mesh id for the loaded mesh
|
||||
</p>
|
||||
<p>
|
||||
Supported formats
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Animated objects:
|
||||
<ul>
|
||||
<li>
|
||||
B3D files (.b3d, r, skeleton)
|
||||
</li>
|
||||
<li>
|
||||
Microsoft DirectX (.x, r) (binary & text, skeleton)
|
||||
</li>
|
||||
<li>
|
||||
Milkshape (.ms3d, r, skeleton)
|
||||
</li>
|
||||
<li>
|
||||
Quake 3 models (.md3, r, morph)
|
||||
</li>
|
||||
<li>
|
||||
Quake 2 models (.md2, r, morph)
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Static objects:
|
||||
<ul>
|
||||
<li>
|
||||
Irrlicht scenes (.irr, r/w)
|
||||
</li>
|
||||
<li>
|
||||
Irrlicht static meshes (.irrmesh, r/w)
|
||||
</li>
|
||||
<li>
|
||||
3D Studio meshes (.3ds, r)
|
||||
</li>
|
||||
<li>
|
||||
Alias Wavefront Maya (.obj, r/w)
|
||||
</li>
|
||||
<li>
|
||||
Lightwave Objects (.lwo, r)
|
||||
</li>
|
||||
<li>
|
||||
COLLADA 1.4 (.xml, .dae, r/w)
|
||||
</li>
|
||||
<li>
|
||||
OGRE meshes (.mesh, r)
|
||||
</li>
|
||||
<li>
|
||||
My3DTools 3 (.my3D, r)
|
||||
</li>
|
||||
<li>
|
||||
Pulsar LMTools (.lmts, r)
|
||||
</li>
|
||||
<li>
|
||||
Quake 3 levels (.bsp, r)
|
||||
</li>
|
||||
<li>
|
||||
DeleD (.dmf, r)
|
||||
</li>
|
||||
<li>
|
||||
FSRad oct (.oct, r)
|
||||
</li>
|
||||
<li>
|
||||
Cartography shop 4 (.csm, r)
|
||||
</li>
|
||||
<li>
|
||||
STL 3D files (.stl, r/w)
|
||||
</li>
|
||||
<li>
|
||||
PLY 3D files (.ply, r/w)
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="loadmeshfromarchive.html">LoadMeshFromArchive</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
95
doc/doc_files/loadmeshfromarchive.html
Normal file
95
doc/doc_files/loadmeshfromarchive.html
Normal file
@@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>LoadMeshFromArchive [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function LoadMeshFromArchive( archive$, mesh_file$ ) </h2></p>
|
||||
<p>
|
||||
Returns a mesh id for the loaded mesh from an archive (*.zip, *.pak, etc.)
|
||||
</p>
|
||||
<p>
|
||||
Supported formats
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Animated objects:
|
||||
<ul>
|
||||
<li>
|
||||
B3D files (.b3d, r, skeleton)
|
||||
</li>
|
||||
<li>
|
||||
Microsoft DirectX (.x, r) (binary & text, skeleton)
|
||||
</li>
|
||||
<li>
|
||||
Milkshape (.ms3d, r, skeleton)
|
||||
</li>
|
||||
<li>
|
||||
Quake 3 models (.md3, r, morph)
|
||||
</li>
|
||||
<li>
|
||||
Quake 2 models (.md2, r, morph)
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Static objects:
|
||||
<ul>
|
||||
<li>
|
||||
Irrlicht scenes (.irr, r/w)
|
||||
</li>
|
||||
<li>
|
||||
Irrlicht static meshes (.irrmesh, r/w)
|
||||
</li>
|
||||
<li>
|
||||
3D Studio meshes (.3ds, r)
|
||||
</li>
|
||||
<li>
|
||||
Alias Wavefront Maya (.obj, r/w)
|
||||
</li>
|
||||
<li>
|
||||
Lightwave Objects (.lwo, r)
|
||||
</li>
|
||||
<li>
|
||||
COLLADA 1.4 (.xml, .dae, r/w)
|
||||
</li>
|
||||
<li>
|
||||
OGRE meshes (.mesh, r)
|
||||
</li>
|
||||
<li>
|
||||
My3DTools 3 (.my3D, r)
|
||||
</li>
|
||||
<li>
|
||||
Pulsar LMTools (.lmts, r)
|
||||
</li>
|
||||
<li>
|
||||
Quake 3 levels (.bsp, r)
|
||||
</li>
|
||||
<li>
|
||||
DeleD (.dmf, r)
|
||||
</li>
|
||||
<li>
|
||||
FSRad oct (.oct, r)
|
||||
</li>
|
||||
<li>
|
||||
Cartography shop 4 (.csm, r)
|
||||
</li>
|
||||
<li>
|
||||
STL 3D files (.stl, r/w)
|
||||
</li>
|
||||
<li>
|
||||
PLY 3D files (.ply, r/w)
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="loadmesh.html">LoadMesh</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -3,7 +3,74 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<style>
|
||||
table, th, td { border: 1px solid black; } th, td { padding: 10px; }
|
||||
body { background-color: #064066; color: #FFFFFF; }
|
||||
a { color: #40bfb8; }
|
||||
a::before {
|
||||
content: "---";
|
||||
font-family: monospace, monospace;
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
color: #064066;
|
||||
}
|
||||
|
||||
.rc_number { color: #800000; }
|
||||
.rc_string { color: green; }
|
||||
.rc_keyword { color: blue; font-weight: bold; }
|
||||
.rc_comment { color: #0A0A0A; }
|
||||
#rc_code { font-family: Consolas,"courier new"; background-color: #f1f1f1; padding: 2px; font-size: 105%; }
|
||||
|
||||
|
||||
ul, #myUL {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#myUL {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.box {
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none; /* Safari 3.1+ */
|
||||
-moz-user-select: none; /* Firefox 2+ */
|
||||
-ms-user-select: none; /* IE 10+ */
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.box::before {
|
||||
content: "[+]";
|
||||
font-family: monospace, monospace;
|
||||
font-weight: bold;
|
||||
color: #40bfb8;
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.box {
|
||||
font-weight: bold;
|
||||
color: #40bfb8;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.check-box::before {
|
||||
content: "[-]";
|
||||
font-family: monospace, monospace;
|
||||
font-weight: bold;
|
||||
//color: dodgerblue;
|
||||
color: #40bfb8;
|
||||
}
|
||||
|
||||
.nested {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title> RCBasic Library Reference </title>
|
||||
@@ -1187,6 +1254,220 @@
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/deletespriteanimation.html" target="main">DeleteSpriteAnimation</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul id="myUL">
|
||||
<li><span class="box">Sprite Physics</span>
|
||||
<ul class="nested">
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspritecenter.html" target="main">getSpriteCenter</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setspritelinearvelocity.html" target="main">setSpriteLinearVelocity</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspritelinearvelocity.html" target="main">getSpriteLinearVelocity</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setspriteangularvelocity.html" target="main">setSpriteAngularVelocity</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspriteangularvelocity.html" target="main">getSpriteAngularVelocity</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/applyspriteforce.html" target="main">applySpriteForce</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/applyspritecentralforce.html" target="main">applySpriteCentralForce</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/applyspritetorque.html" target="main">applySpriteTorque</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/applyspritelinearimpulse.html" target="main">applySpriteLinearImpulse</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/applyspriteangularimpulse.html" target="main">applySpriteAngularImpulse</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspritemass.html" target="main">getSpriteMass</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspriteinertia.html" target="main">getSpriteInertia</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspriteworldpoint.html" target="main">getSpriteWorldPoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspriteworldvector.html" target="main">getSpriteWorldVector</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspritelocalpoint.html" target="main">getSpriteLocalPoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspritelocalvector.html" target="main">getSpriteLocalVector</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspritelinearvelocityfromlocalpoint.html" target="main">getSpriteLinearVelocityFromLocalPoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspritelinearvelocityfromworldpoint.html" target="main">getSpriteLinearVelocityFromWorldPoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspritelineardamping.html" target="main">getSpriteLinearDamping</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setspritelineardamping.html" target="main">setSpriteLinearDamping</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspriteangulardamping.html" target="main">getSpriteAngularDamping</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setspriteangulardamping.html" target="main">setSpriteAngularDamping</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getspritegravityscale.html" target="main">getSpriteGravityScale</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setspritegravityscale.html" target="main">setSpriteGravityScale</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setspritebullet.html" target="main">setSpriteBullet</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/spriteisbullet.html" target="main">spriteIsBullet</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setspritesleepallowed.html" target="main">setSpriteSleepAllowed</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/spritesleepallowed.html" target="main">spriteSleepAllowed</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setspriteawake.html" target="main">setSpriteAwake</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/spriteisawake.html" target="main">spriteIsAwake</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setspritefixedrotation.html" target="main">setSpriteFixedRotation</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/spriteisfixedrotation.html" target="main">spriteIsFixedRotation</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul id="myUL">
|
||||
<li><span class="box">2D Constraints</span>
|
||||
<ul class="nested">
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/createdistancejoint.html" target="main">createDistanceJoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/createfrictionjoint.html" target="main">createFrictionJoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/creategearjoint.html" target="main">createGearJoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/createmotorjoint.html" target="main">createMotorJoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/createprismaticjoint.html" target="main">createPrismaticJoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/createpulleyjoint.html" target="main">createPulleyJoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/createrevolutejoint.html" target="main">createRevoluteJoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/createweldjoint.html" target="main">createWeldJoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/createwheeljoint.html" target="main">createWheelJoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointworldanchora.html" target="main">getJointWorldAnchorA</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointworldanchorb.html" target="main">getJointWorldAnchorB</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointreactionforce.html" target="main">getJointReactionForce</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointreactiontorque.html" target="main">getJointReactionTorque</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointlocalanchora.html" target="main">getJointLocalAnchorA</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointlocalanchorb.html" target="main">getJointLocalAnchorB</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointlength.html" target="main">setJointLength</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointlength.html" target="main">getJointLength</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointminlength.html" target="main">setJointMinLength</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointminlength.html" target="main">getJointMinLength</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointmaxlength.html" target="main">setJointMaxLength</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointmaxlength.html" target="main">getJointMaxLength</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointcurrentlength.html" target="main">getJointCurrentLength</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointstiffness.html" target="main">setJointStiffness</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointstiffness.html" target="main">getJointStiffness</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointdamping.html" target="main">setJointDamping</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointdamping.html" target="main">getJointDamping</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointmaxforce.html" target="main">setJointMaxForce</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointmaxforce.html" target="main">getJointMaxForce</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointmaxtorque.html" target="main">setJointMaxTorque</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointmaxtorque.html" target="main">getJointMaxTorque</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointcorrectionfactor.html" target="main">setJointCorrectionFactor</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointcorrectionfactor.html" target="main">getJointCorrectionFactor</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointratio.html" target="main">setJointRatio</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointratio.html" target="main">getJointRatio</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointlinearoffset.html" target="main">setJointLinearOffset</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointlinearoffset.html" target="main">getJointLinearOffset</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointangularoffset.html" target="main">setJointAngularOffset</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointangularoffset.html" target="main">getJointAngularOffset</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointlocalaxisa.html" target="main">getJointLocalAxisA</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointreferenceangle.html" target="main">getJointReferenceAngle</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointtranslation.html" target="main">getJointTranslation</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointspeed.html" target="main">getJointSpeed</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/jointislimitenabled.html" target="main">jointIsLimitEnabled</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/enablejointlimit.html" target="main">enableJointLimit</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointlowerlimit.html" target="main">getJointLowerLimit</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointupperlimit.html" target="main">getJointUpperLimit</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointlimits.html" target="main">setJointLimits</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/jointmotorisenabled.html" target="main">jointMotorIsEnabled</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/enablejointmotor.html" target="main">enableJointMotor</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointmotorspeed.html" target="main">setJointMotorSpeed</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointmotorspeed.html" target="main">getJointMotorSpeed</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointmaxmotorforce.html" target="main">setJointMaxMotorForce</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointmaxmotorforce.html" target="main">getJointMaxMotorForce</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointmotorforce.html" target="main">getJointMotorForce</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointmaxmotortorque.html" target="main">setJointMaxMotorTorque</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointmaxmotortorque.html" target="main">getJointMaxMotorTorque</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointmotortorque.html" target="main">getJointMotorTorque</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointgroundanchora.html" target="main">getJointGroundAnchorA</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointgroundanchorb.html" target="main">getJointGroundAnchorB</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointlengtha.html" target="main">getJointLengthA</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointlengthb.html" target="main">getJointLengthB</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointcurrentlengtha.html" target="main">getJointCurrentLengthA</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointcurrentlengthb.html" target="main">getJointCurrentLengthB</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setjointorigin.html" target="main">setJointOrigin</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointangle.html" target="main">getJointAngle</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointlinearspeed.html" target="main">getJointLinearSpeed</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getjointangularspeed.html" target="main">getJointAngularSpeed</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -1438,7 +1719,7 @@
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/updateactorinertiatensor.html" target="main">updateActorInertiaTensor</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getactorcomposition.html" target="main">getActorCOMPosition</a></li>
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getactorcenter.html" target="main">getActorCenter</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getactorrotationq.html" target="main">getActorRotationQ</a></li>
|
||||
|
||||
@@ -1454,7 +1735,7 @@
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/setactorangularvelocityworld.html" target="main">setActorAngularVelocityWorld</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getactorlocalpointvelocity.html" target="main">getActorLocalPointVelocity</a></li>
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getactorvelocityinlocalpoint.html" target="main">getActorVelocityInLocalPoint</a></li>
|
||||
|
||||
<li><a href="/home/n00b/Projects/RCBASIC4/rcbasic_build/../doc/doc_files/getactorlinearvelocitylocal.html" target="main">getActorLinearVelocityLocal</a></li>
|
||||
|
||||
|
||||
19
doc/doc_files/rc_cover_page.html
Executable file
19
doc/doc_files/rc_cover_page.html
Executable file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>RC BASIC Title</title></head><body>
|
||||
<div style="text-align: center;"><br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<h1><b>RC BASIC</b></h1><br><img style="width: 358px; height: 367px;" alt="" src="images/rcbasic_icon.png"><br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
The Revolution will be written in BASIC</div>
|
||||
</body></html>
|
||||
4
doc/files/applyspriteangularimpulse.txt
Normal file
4
doc/files/applyspriteangularimpulse.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applySpriteAngularImpulse [RCBasic Doc]
|
||||
#header sub applySpriteAngularImpulse( spr_id, impulse)
|
||||
|
||||
|
||||
4
doc/files/applyspritecentralforce.txt
Normal file
4
doc/files/applyspritecentralforce.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applySpriteCentralForce [RCBasic Doc]
|
||||
#header sub applySpriteCentralForce( spr_id, x, y)
|
||||
|
||||
|
||||
4
doc/files/applyspriteforce.txt
Normal file
4
doc/files/applyspriteforce.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applySpriteForce [RCBasic Doc]
|
||||
#header sub applySpriteForce( spr_id, fX, fY, pX, pY)
|
||||
|
||||
|
||||
4
doc/files/applyspritelinearimpulse.txt
Normal file
4
doc/files/applyspritelinearimpulse.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applySpriteLinearImpulse [RCBasic Doc]
|
||||
#header sub applySpriteLinearImpulse( spr_id, iX, iY, pX, pY)
|
||||
|
||||
|
||||
4
doc/files/applyspritetorque.txt
Normal file
4
doc/files/applyspritetorque.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title applySpriteTorque [RCBasic Doc]
|
||||
#header sub applySpriteTorque( spr_id, torque)
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ The above example will compare each case in the block to the <b>SELECT CASE</b>.
|
||||
#code
|
||||
Select Case 5
|
||||
Case 6
|
||||
Print THIS WILL NOT PRINT"
|
||||
Print "THIS WILL NOT PRINT"
|
||||
Case 4, 5
|
||||
Print "THIS WILL PRINT"
|
||||
Default
|
||||
|
||||
4
doc/files/createdistancejoint.txt
Normal file
4
doc/files/createdistancejoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createDistanceJoint [RCBasic Doc]
|
||||
#header function createDistanceJoint( spriteA, spriteB, aX, aY, bX, bY)
|
||||
|
||||
|
||||
4
doc/files/createfrictionjoint.txt
Normal file
4
doc/files/createfrictionjoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createFrictionJoint [RCBasic Doc]
|
||||
#header function createFrictionJoint( spriteA, spriteB, x, y)
|
||||
|
||||
|
||||
4
doc/files/creategearjoint.txt
Normal file
4
doc/files/creategearjoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createGearJoint [RCBasic Doc]
|
||||
#header function createGearJoint( jointA, jointB, g_ratio)
|
||||
|
||||
|
||||
4
doc/files/createmotorjoint.txt
Normal file
4
doc/files/createmotorjoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createMotorJoint [RCBasic Doc]
|
||||
#header function createMotorJoint( spriteA, spriteB)
|
||||
|
||||
|
||||
4
doc/files/createprismaticjoint.txt
Normal file
4
doc/files/createprismaticjoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createPrismaticJoint [RCBasic Doc]
|
||||
#header function createPrismaticJoint( spriteA, spriteB, aX, aY, axisX, axisY)
|
||||
|
||||
|
||||
4
doc/files/createpulleyjoint.txt
Normal file
4
doc/files/createpulleyjoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createPulleyJoint [RCBasic Doc]
|
||||
#header function createPulleyJoint( spriteA, spriteB, gaX, gaY, gbX, gbY, aX, aY, bX, bY, j_ratio)
|
||||
|
||||
|
||||
4
doc/files/createrevolutejoint.txt
Normal file
4
doc/files/createrevolutejoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createRevoluteJoint [RCBasic Doc]
|
||||
#header function createRevoluteJoint( spriteA, spriteB, x, y)
|
||||
|
||||
|
||||
4
doc/files/createweldjoint.txt
Normal file
4
doc/files/createweldjoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createWeldJoint [RCBasic Doc]
|
||||
#header function createWeldJoint( spriteA, spriteB, x, y)
|
||||
|
||||
|
||||
4
doc/files/createwheeljoint.txt
Normal file
4
doc/files/createwheeljoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title createWheelJoint [RCBasic Doc]
|
||||
#header function createWheelJoint( spriteA, spriteB, aX, aY, axisX, axisY)
|
||||
|
||||
|
||||
4
doc/files/enablejointlimit.txt
Normal file
4
doc/files/enablejointlimit.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title enableJointLimit [RCBasic Doc]
|
||||
#header sub enableJointLimit( joint_id, flag)
|
||||
|
||||
|
||||
4
doc/files/enablejointmotor.txt
Normal file
4
doc/files/enablejointmotor.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title enableJointMotor [RCBasic Doc]
|
||||
#header sub enableJointMotor( joint_id, flag)
|
||||
|
||||
|
||||
4
doc/files/getactorcenter.txt
Normal file
4
doc/files/getactorcenter.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getActorCenter [RCBasic Doc]
|
||||
#header sub getActorCenter( actor, ByRef x, ByRef y, ByRef z)
|
||||
|
||||
Gets an actor's center of mass position. This is useful for setting the origin of constraints.
|
||||
@@ -1,4 +0,0 @@
|
||||
#title getActorCOMPosition [RCBasic Doc]
|
||||
#header sub getActorCOMPosition( actor, ByRef x, ByRef y, ByRef z)
|
||||
|
||||
Gets an actor's center of mass position. This is useful for setting the origin of constraints.
|
||||
4
doc/files/getactorvelocityinlocalpoint.txt
Normal file
4
doc/files/getactorvelocityinlocalpoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getActorVelocityInLocalPoint [RCBasic Doc]
|
||||
#header sub getActorVelocityInLocalPoint( actor, rel_x, rel_y, rel_z, ByRef x, ByRef y, ByRef z)
|
||||
|
||||
|
||||
4
doc/files/getjointangle.txt
Normal file
4
doc/files/getjointangle.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointAngle [RCBasic Doc]
|
||||
#header function getJointAngle( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointangularoffset.txt
Normal file
4
doc/files/getjointangularoffset.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointAngularOffset [RCBasic Doc]
|
||||
#header function getJointAngularOffset( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointangularspeed.txt
Normal file
4
doc/files/getjointangularspeed.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointAngularSpeed [RCBasic Doc]
|
||||
#header function getJointAngularSpeed( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointcorrectionfactor.txt
Normal file
4
doc/files/getjointcorrectionfactor.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointCorrectionFactor [RCBasic Doc]
|
||||
#header function getJointCorrectionFactor( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointcurrentlength.txt
Normal file
4
doc/files/getjointcurrentlength.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointCurrentLength [RCBasic Doc]
|
||||
#header function getJointCurrentLength( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointcurrentlengtha.txt
Normal file
4
doc/files/getjointcurrentlengtha.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointCurrentLengthA [RCBasic Doc]
|
||||
#header function getJointCurrentLengthA( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointcurrentlengthb.txt
Normal file
4
doc/files/getjointcurrentlengthb.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointCurrentLengthB [RCBasic Doc]
|
||||
#header function getJointCurrentLengthB( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointdamping.txt
Normal file
4
doc/files/getjointdamping.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointDamping [RCBasic Doc]
|
||||
#header function getJointDamping( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointgroundanchora.txt
Normal file
4
doc/files/getjointgroundanchora.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointGroundAnchorA [RCBasic Doc]
|
||||
#header sub getJointGroundAnchorA( joint_id, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getjointgroundanchorb.txt
Normal file
4
doc/files/getjointgroundanchorb.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointGroundAnchorB [RCBasic Doc]
|
||||
#header sub getJointGroundAnchorB( joint_id, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getjointlength.txt
Normal file
4
doc/files/getjointlength.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointLength [RCBasic Doc]
|
||||
#header function getJointLength( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointlengtha.txt
Normal file
4
doc/files/getjointlengtha.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointLengthA [RCBasic Doc]
|
||||
#header function getJointLengthA( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointlengthb.txt
Normal file
4
doc/files/getjointlengthb.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointLengthB [RCBasic Doc]
|
||||
#header function getJointLengthB( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointlinearoffset.txt
Normal file
4
doc/files/getjointlinearoffset.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointLinearOffset [RCBasic Doc]
|
||||
#header sub getJointLinearOffset( joint_id, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getjointlinearspeed.txt
Normal file
4
doc/files/getjointlinearspeed.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointLinearSpeed [RCBasic Doc]
|
||||
#header function getJointLinearSpeed( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointlocalanchora.txt
Normal file
4
doc/files/getjointlocalanchora.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointLocalAnchorA [RCBasic Doc]
|
||||
#header sub getJointLocalAnchorA( joint_id, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getjointlocalanchorb.txt
Normal file
4
doc/files/getjointlocalanchorb.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointLocalAnchorB [RCBasic Doc]
|
||||
#header sub getJointLocalAnchorB( joint_id, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getjointlocalaxisa.txt
Normal file
4
doc/files/getjointlocalaxisa.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointLocalAxisA [RCBasic Doc]
|
||||
#header sub getJointLocalAxisA( joint_id, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getjointlowerlimit.txt
Normal file
4
doc/files/getjointlowerlimit.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointLowerLimit [RCBasic Doc]
|
||||
#header function getJointLowerLimit( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointmaxforce.txt
Normal file
4
doc/files/getjointmaxforce.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointMaxForce [RCBasic Doc]
|
||||
#header function getJointMaxForce( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointmaxlength.txt
Normal file
4
doc/files/getjointmaxlength.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointMaxLength [RCBasic Doc]
|
||||
#header function getJointMaxLength( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointmaxmotorforce.txt
Normal file
4
doc/files/getjointmaxmotorforce.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointMaxMotorForce [RCBasic Doc]
|
||||
#header function getJointMaxMotorForce( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointmaxmotortorque.txt
Normal file
4
doc/files/getjointmaxmotortorque.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointMaxMotorTorque [RCBasic Doc]
|
||||
#header function getJointMaxMotorTorque( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointmaxtorque.txt
Normal file
4
doc/files/getjointmaxtorque.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointMaxTorque [RCBasic Doc]
|
||||
#header function getJointMaxTorque( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointminlength.txt
Normal file
4
doc/files/getjointminlength.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointMinLength [RCBasic Doc]
|
||||
#header function getJointMinLength( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointmotorforce.txt
Normal file
4
doc/files/getjointmotorforce.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointMotorForce [RCBasic Doc]
|
||||
#header function getJointMotorForce( joint_id, inv_dt)
|
||||
|
||||
|
||||
4
doc/files/getjointmotorspeed.txt
Normal file
4
doc/files/getjointmotorspeed.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointMotorSpeed [RCBasic Doc]
|
||||
#header function getJointMotorSpeed( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointmotortorque.txt
Normal file
4
doc/files/getjointmotortorque.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointMotorTorque [RCBasic Doc]
|
||||
#header function getJointMotorTorque( joint_id, inv_dt)
|
||||
|
||||
|
||||
4
doc/files/getjointratio.txt
Normal file
4
doc/files/getjointratio.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointRatio [RCBasic Doc]
|
||||
#header function getJointRatio( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointreactionforce.txt
Normal file
4
doc/files/getjointreactionforce.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointReactionForce [RCBasic Doc]
|
||||
#header sub getJointReactionForce( joint_id, inv_dt, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getjointreactiontorque.txt
Normal file
4
doc/files/getjointreactiontorque.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointReactionTorque [RCBasic Doc]
|
||||
#header function getJointReactionTorque( joint_id, inv_dt)
|
||||
|
||||
|
||||
4
doc/files/getjointreferenceangle.txt
Normal file
4
doc/files/getjointreferenceangle.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointReferenceAngle [RCBasic Doc]
|
||||
#header function getJointReferenceAngle( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointspeed.txt
Normal file
4
doc/files/getjointspeed.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointSpeed [RCBasic Doc]
|
||||
#header function getJointSpeed( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointstiffness.txt
Normal file
4
doc/files/getjointstiffness.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointStiffness [RCBasic Doc]
|
||||
#header function getJointStiffness( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointtranslation.txt
Normal file
4
doc/files/getjointtranslation.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointTranslation [RCBasic Doc]
|
||||
#header function getJointTranslation( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointupperlimit.txt
Normal file
4
doc/files/getjointupperlimit.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointUpperLimit [RCBasic Doc]
|
||||
#header function getJointUpperLimit( joint_id)
|
||||
|
||||
|
||||
4
doc/files/getjointworldanchora.txt
Normal file
4
doc/files/getjointworldanchora.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointWorldAnchorA [RCBasic Doc]
|
||||
#header sub getJointWorldAnchorA( joint_id, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getjointworldanchorb.txt
Normal file
4
doc/files/getjointworldanchorb.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getJointWorldAnchorB [RCBasic Doc]
|
||||
#header sub getJointWorldAnchorB( joint_id, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getspriteangulardamping.txt
Normal file
4
doc/files/getspriteangulardamping.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteAngularDamping [RCBasic Doc]
|
||||
#header function getSpriteAngularDamping( spr_id)
|
||||
|
||||
|
||||
4
doc/files/getspriteangularvelocity.txt
Normal file
4
doc/files/getspriteangularvelocity.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteAngularVelocity [RCBasic Doc]
|
||||
#header function getSpriteAngularVelocity( spr_id)
|
||||
|
||||
|
||||
4
doc/files/getspritecenter.txt
Normal file
4
doc/files/getspritecenter.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteCenter [RCBasic Doc]
|
||||
#header sub getSpriteCenter( spr_id, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getspritegravityscale.txt
Normal file
4
doc/files/getspritegravityscale.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteGravityScale [RCBasic Doc]
|
||||
#header function getSpriteGravityScale( spr_id)
|
||||
|
||||
|
||||
4
doc/files/getspriteinertia.txt
Normal file
4
doc/files/getspriteinertia.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteInertia [RCBasic Doc]
|
||||
#header function getSpriteInertia( spr_id)
|
||||
|
||||
|
||||
4
doc/files/getspritelineardamping.txt
Normal file
4
doc/files/getspritelineardamping.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteLinearDamping [RCBasic Doc]
|
||||
#header function getSpriteLinearDamping( spr_id)
|
||||
|
||||
|
||||
4
doc/files/getspritelinearvelocity.txt
Normal file
4
doc/files/getspritelinearvelocity.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteLinearVelocity [RCBasic Doc]
|
||||
#header sub getSpriteLinearVelocity( spr_id, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getspritelinearvelocityfromlocalpoint.txt
Normal file
4
doc/files/getspritelinearvelocityfromlocalpoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteLinearVelocityFromLocalPoint [RCBasic Doc]
|
||||
#header sub getSpriteLinearVelocityFromLocalPoint( spr_id, pX, pY, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getspritelinearvelocityfromworldpoint.txt
Normal file
4
doc/files/getspritelinearvelocityfromworldpoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteLinearVelocityFromWorldPoint [RCBasic Doc]
|
||||
#header sub getSpriteLinearVelocityFromWorldPoint( spr_id, wX, wY, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getspritelocalpoint.txt
Normal file
4
doc/files/getspritelocalpoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteLocalPoint [RCBasic Doc]
|
||||
#header sub getSpriteLocalPoint( spr_id, wX, wY, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getspritelocalvector.txt
Normal file
4
doc/files/getspritelocalvector.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteLocalVector [RCBasic Doc]
|
||||
#header sub getSpriteLocalVector( spr_id, wX, wY, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getspritemass.txt
Normal file
4
doc/files/getspritemass.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteMass [RCBasic Doc]
|
||||
#header function getSpriteMass( spr_id)
|
||||
|
||||
|
||||
4
doc/files/getspriteworldpoint.txt
Normal file
4
doc/files/getspriteworldpoint.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteWorldPoint [RCBasic Doc]
|
||||
#header sub getSpriteWorldPoint( spr_id, lX, lY, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/getspriteworldvector.txt
Normal file
4
doc/files/getspriteworldvector.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title getSpriteWorldVector [RCBasic Doc]
|
||||
#header sub getSpriteWorldVector( spr_id, lX, lY, ByRef x, ByRef y)
|
||||
|
||||
|
||||
4
doc/files/jointislimitenabled.txt
Normal file
4
doc/files/jointislimitenabled.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title jointIsLimitEnabled [RCBasic Doc]
|
||||
#header function jointIsLimitEnabled( joint_id)
|
||||
|
||||
|
||||
4
doc/files/jointmotorisenabled.txt
Normal file
4
doc/files/jointmotorisenabled.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title jointMotorIsEnabled [RCBasic Doc]
|
||||
#header function jointMotorIsEnabled( joint_id)
|
||||
|
||||
|
||||
4
doc/files/setjointangularoffset.txt
Normal file
4
doc/files/setjointangularoffset.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointAngularOffset [RCBasic Doc]
|
||||
#header sub setJointAngularOffset( joint_id, angleOffset)
|
||||
|
||||
|
||||
4
doc/files/setjointcorrectionfactor.txt
Normal file
4
doc/files/setjointcorrectionfactor.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointCorrectionFactor [RCBasic Doc]
|
||||
#header sub setJointCorrectionFactor( joint_id, factor)
|
||||
|
||||
|
||||
4
doc/files/setjointdamping.txt
Normal file
4
doc/files/setjointdamping.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointDamping [RCBasic Doc]
|
||||
#header sub setJointDamping( joint_id, damping)
|
||||
|
||||
|
||||
4
doc/files/setjointlength.txt
Normal file
4
doc/files/setjointlength.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointLength [RCBasic Doc]
|
||||
#header sub setJointLength( joint_id, jlen)
|
||||
|
||||
|
||||
4
doc/files/setjointlimits.txt
Normal file
4
doc/files/setjointlimits.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointLimits [RCBasic Doc]
|
||||
#header sub setJointLimits( joint_id, lower_limit, upper_limit)
|
||||
|
||||
|
||||
4
doc/files/setjointlinearoffset.txt
Normal file
4
doc/files/setjointlinearoffset.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointLinearOffset [RCBasic Doc]
|
||||
#header sub setJointLinearOffset( joint_id, x, y)
|
||||
|
||||
|
||||
4
doc/files/setjointmaxforce.txt
Normal file
4
doc/files/setjointmaxforce.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointMaxForce [RCBasic Doc]
|
||||
#header sub setJointMaxForce( joint_id, force)
|
||||
|
||||
|
||||
4
doc/files/setjointmaxlength.txt
Normal file
4
doc/files/setjointmaxlength.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointMaxLength [RCBasic Doc]
|
||||
#header sub setJointMaxLength( joint_id, jlen)
|
||||
|
||||
|
||||
4
doc/files/setjointmaxmotorforce.txt
Normal file
4
doc/files/setjointmaxmotorforce.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointMaxMotorForce [RCBasic Doc]
|
||||
#header sub setJointMaxMotorForce( joint_id, force)
|
||||
|
||||
|
||||
4
doc/files/setjointmaxmotortorque.txt
Normal file
4
doc/files/setjointmaxmotortorque.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointMaxMotorTorque [RCBasic Doc]
|
||||
#header sub setJointMaxMotorTorque( joint_id, torque)
|
||||
|
||||
|
||||
4
doc/files/setjointmaxtorque.txt
Normal file
4
doc/files/setjointmaxtorque.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointMaxTorque [RCBasic Doc]
|
||||
#header sub setJointMaxTorque( joint_id, torque)
|
||||
|
||||
|
||||
4
doc/files/setjointminlength.txt
Normal file
4
doc/files/setjointminlength.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointMinLength [RCBasic Doc]
|
||||
#header sub setJointMinLength( joint_id, jlen)
|
||||
|
||||
|
||||
4
doc/files/setjointmotorspeed.txt
Normal file
4
doc/files/setjointmotorspeed.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointMotorSpeed [RCBasic Doc]
|
||||
#header sub setJointMotorSpeed( joint_id, speed)
|
||||
|
||||
|
||||
4
doc/files/setjointorigin.txt
Normal file
4
doc/files/setjointorigin.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointOrigin [RCBasic Doc]
|
||||
#header sub setJointOrigin( joint_id, x, y)
|
||||
|
||||
|
||||
4
doc/files/setjointratio.txt
Normal file
4
doc/files/setjointratio.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointRatio [RCBasic Doc]
|
||||
#header sub setJointRatio( joint_id, j_ratio)
|
||||
|
||||
|
||||
4
doc/files/setjointstiffness.txt
Normal file
4
doc/files/setjointstiffness.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setJointStiffness [RCBasic Doc]
|
||||
#header sub setJointStiffness( joint_id, stiffness)
|
||||
|
||||
|
||||
4
doc/files/setspriteangulardamping.txt
Normal file
4
doc/files/setspriteangulardamping.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setSpriteAngularDamping [RCBasic Doc]
|
||||
#header sub setSpriteAngularDamping( spr_id, angularDamping)
|
||||
|
||||
|
||||
4
doc/files/setspriteangularvelocity.txt
Normal file
4
doc/files/setspriteangularvelocity.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setSpriteAngularVelocity [RCBasic Doc]
|
||||
#header sub setSpriteAngularVelocity( spr_id, av)
|
||||
|
||||
|
||||
4
doc/files/setspriteawake.txt
Normal file
4
doc/files/setspriteawake.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setSpriteAwake [RCBasic Doc]
|
||||
#header sub setSpriteAwake( spr_id, flag)
|
||||
|
||||
|
||||
4
doc/files/setspritebullet.txt
Normal file
4
doc/files/setspritebullet.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setSpriteBullet [RCBasic Doc]
|
||||
#header sub setSpriteBullet( spr_id, flag)
|
||||
|
||||
|
||||
4
doc/files/setspritefixedrotation.txt
Normal file
4
doc/files/setspritefixedrotation.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setSpriteFixedRotation [RCBasic Doc]
|
||||
#header sub setSpriteFixedRotation( spr_id, flag)
|
||||
|
||||
|
||||
4
doc/files/setspritegravityscale.txt
Normal file
4
doc/files/setspritegravityscale.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
#title setSpriteGravityScale [RCBasic Doc]
|
||||
#header sub setSpriteGravityScale( spr_id, g_scale)
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user