Skip to content

Commit

Permalink
Merge pull request #50 from tong/update-api-links
Browse files Browse the repository at this point in the history
Update api links
  • Loading branch information
luboslenco authored Apr 12, 2022
2 parents 99abcb8 + df8d1f1 commit 756c5f4
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 27 deletions.
5 changes: 3 additions & 2 deletions animation_movebone/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
The left arm is controlled by Inverse Kinematics with a finger following a ball movement. Use `W` `S` `A` and `D` keys to move the ball.
The right arm is controlled by Forward Kinematics with a Haxe script.
The left arm is controlled by Inverse Kinematics with a finger following a ball movement.
Use `W` `S` `A` and `D` keys to move the ball.
The right arm is controlled by Forward Kinematics with a Haxe script.
4 changes: 2 additions & 2 deletions ease/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- https://armory3d.org/api/iron/system/Ease.html
- https://armory3d.org/api/iron/system/Tween.html
- https://api.armory3d.org/iron/system/Ease.html
- https://api.armory3d.org/iron/system/Tween.html
2 changes: 1 addition & 1 deletion file_storage/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://armory3d.org/api/kha/Storage.html
https://api.armory3d.org/kha/Storage.html
2 changes: 1 addition & 1 deletion graphics_settings/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- WIP, see attached MyTrait script (scene traits)
- To generate config.arm file, enable `Armory Project - Write Config`

https://armory3d.org/api/armory/data/Config.html
https://api.armory3d.org/armory/data/Config.html
2 changes: 1 addition & 1 deletion input_mouselock/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Keyboard `Escape` to toggle mouse lock.

https://armory3d.org/api/iron/system/Mouse.html
https://api.armory3d.org/iron/system/Mouse.html
2 changes: 1 addition & 1 deletion logic_object_rotate/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Press keyboard A, D to rotate object
Press keyboard `A`, `D` to rotate object
2 changes: 1 addition & 1 deletion logic_set_property/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Press 1, 2 or 3
- Press `1`, `2` or `3`
8 changes: 4 additions & 4 deletions macro_armpack/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Use build macro to:
- Create trait constructor
- Create trait init function
- Parse exported `Scene.arm` file and auto create references to objects in scene
Use build macro to:
- Create trait constructor
- Create trait init function
- Parse exported `Scene.arm` file and auto create references to objects in scene
2 changes: 1 addition & 1 deletion material_alpha/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Transparency using 'Properties - Material - Armory Props - Alpha Test'
Transparency using `Properties - Material - Armory Props - Alpha Test`
6 changes: 4 additions & 2 deletions material_decal_colors/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Left click and drag to rotate the monkey. Left click to spawn decal with random color.
Scroll up or down to zoom in or out. Right click to clear all decals
- Left click and drag to rotate the monkey.
- Left click to spawn decal with random color.
- Scroll up or down to zoom in or out.
- Right click to clear all decals
6 changes: 3 additions & 3 deletions material_params/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Shows how to control material nodes at run-time.

- Enable 'Parameter' property in 'Logic Node Editor - Properties - Armory Material Node'
- Enable `Parameter` property in `Logic Node Editor - Properties - Armory Material Node`
- RGB, Value and Image Texture nodes are supported
- See 'MyTrait' script to set material parameters using Haxe
- See 'NodeTree' to set material parameters using logic nodes
- See `MyTrait` script to set material parameters using Haxe
- See `NodeTree` to set material parameters using logic nodes

https://github.com/armory3d/armory/wiki/materials#material-parameters
6 changes: 3 additions & 3 deletions navmesh/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- https://github.com/armory3d/armory/wiki/navmesh
---
- [NavMesh](https://api.armory3d.org/armory/trait/NavMesh.html)
- [NavAgent](https://api.armory3d.org/armory/trait/NavAgent.html)
- [NavCrowd](https://api.armory3d.org/armory/trait/NavCrowd.html)
- https://api.armory3d.org/armory/trait/NavMesh.html
- https://api.armory3d.org/armory/trait/NavAgent.html
- https://api.armory3d.org/armory/trait/NavCrowd.html
2 changes: 1 addition & 1 deletion physics_constraints/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- https://github.com/armory3d/armory/wiki/physics#rigid-body-constraints
- https://armory3d.org/api/armory/trait/physics/PhysicsConstraint.html
- https://api.armory3d.org/armory/trait/physics/PhysicsConstraint.html
2 changes: 1 addition & 1 deletion physics_drag/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://armory3d.org/api/armory/trait/PhysicsDrag.html
https://api.armory3d.org/armory/trait/PhysicsDrag.html
4 changes: 2 additions & 2 deletions script_camera_lerp/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Use keys `A` and `D` to rotate the cube
The camera follows the cube smoothly with interpolation
Use keys `A` and `D` to rotate the cube.
The camera follows the cube smoothly with interpolation.
2 changes: 1 addition & 1 deletion spawn_from_scene/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Spawns an object from another scene.

https://armory3d.org/api/iron/Scene.html#spawnObject
https://api.armory3d.org/iron/Scene.html#spawnObject

0 comments on commit 756c5f4

Please sign in to comment.