Skip to content

Commit

Permalink
page stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
jankrassnigg committed Aug 14, 2024
1 parent 65633f6 commit c4eade6
Show file tree
Hide file tree
Showing 11 changed files with 80 additions and 2 deletions.
10 changes: 10 additions & 0 deletions pages/docs/ai/AiPlugin/navigation-component.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AI Navigation Component

<!-- PAGE IS TODO -->

## Component Properties

## See Also

* [Skeletal Animations](../../animation/skeletal-animation/skeletal-animation-overview.md)

10 changes: 10 additions & 0 deletions pages/docs/ai/AiPlugin/navmesh-obstacle-component.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Navmesh Obstacle Component

<!-- PAGE IS TODO -->

## Component Properties

## See Also

* [Skeletal Animations](../../animation/skeletal-animation/skeletal-animation-overview.md)

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Aim IK Component

<!-- PAGE IS TODO -->

## Component Properties

## See Also

* [Skeletal Animations](../skeletal-animation-overview.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Two Bone IK Component

<!-- PAGE IS TODO -->

## Component Properties

## See Also

* [Skeletal Animations](../skeletal-animation-overview.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# LOD Animated Mesh Component

<!-- PAGE IS TODO -->

## Component Properties

## See Also



2 changes: 2 additions & 0 deletions pages/docs/animation/skeletal-animation/toc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
skeletal-animation-overview.md
animated-mesh-asset.md
animated-mesh-component.md
lod-animated-mesh-component.md
skeleton-asset.md
skeleton-component.md
animation-clip-asset.md
Expand All @@ -12,3 +13,4 @@ root-motion.md
joint-attachment-component.md
joint-override-component.md
blender-export.md
ik
10 changes: 10 additions & 0 deletions pages/docs/gameplay/creature-crawl-component.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Creature Crawl Component

<!-- PAGE IS TODO -->

## Component Properties

## See Also

* [Skeletal Animations](../animation/skeletal-animation/skeletal-animation-overview.md)

1 change: 0 additions & 1 deletion pages/docs/graphics/lighting/point-light-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ See [this page](dynamic-shadows.md#shadow-component-properties) for shadow relat

## See Also


* [Lighting](lighting-overview.md)
* [Spot Light Component](spot-light-component.md)
10 changes: 10 additions & 0 deletions pages/docs/graphics/meshes/lod-mesh-component.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# LOD Mesh Component

<!-- PAGE IS TODO -->

## Component Properties

## See Also



3 changes: 2 additions & 1 deletion pages/docs/graphics/meshes/toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ meshes-overview.md
mesh-asset.md
mesh-component.md
instanced-mesh-component.md
custom-mesh-component.md
custom-mesh-component.md
lod-mesh-component.md
8 changes: 8 additions & 0 deletions pages/docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
### [Mesh Component](graphics/meshes/mesh-component.md)
### [Instanced Mesh Component](graphics/meshes/instanced-mesh-component.md)
### [Custom Mesh Component](graphics/meshes/custom-mesh-component.md)
### [LOD Mesh Component (TODO)](graphics/meshes/lod-mesh-component.md)
## [Occluder Component](graphics/occluder-component.md)
## [Render Pipeline (TODO)](graphics/render-pipeline-overview.md)
## Render To Texture
Expand Down Expand Up @@ -173,6 +174,7 @@
### [Skeletal Animations](animation/skeletal-animation/skeletal-animation-overview.md)
### [Animated Mesh Asset](animation/skeletal-animation/animated-mesh-asset.md)
### [Animated Mesh Component](animation/skeletal-animation/animated-mesh-component.md)
### [LOD Animated Mesh Component (TODO)](animation/skeletal-animation/lod-animated-mesh-component.md)
### [Skeleton Asset](animation/skeletal-animation/skeleton-asset.md)
### [Skeleton Component](animation/skeletal-animation/skeleton-component.md)
### [Animation Clip Asset](animation/skeletal-animation/animation-clip-asset.md)
Expand Down Expand Up @@ -200,6 +202,9 @@
### [Joint Attachment Component](animation/skeletal-animation/joint-attachment-component.md)
### [Joint Override Component](animation/skeletal-animation/joint-override-component.md)
### [Authoring and Exporting Animations with Blender](animation/skeletal-animation/blender-export.md)
### Ik
#### [Aim IK Component (TODO)](animation/skeletal-animation/ik/aim-ik-component.md)
#### [Two Bone IK Component (TODO)](animation/skeletal-animation/ik/two-bone-ik-component.md)
# Sound
## [Sound](sound/sound-overview.md)
## [FMOD Integration](sound/fmod-overview.md)
Expand Down Expand Up @@ -227,6 +232,8 @@
# Ai
## Aiplugin
### [AiPlugin Overview](ai/AiPlugin/ai-plugin-overview.md)
### [AI Navigation Component (TODO)](ai/AiPlugin/navigation-component.md)
### [Navmesh Obstacle Component (TODO)](ai/AiPlugin/navmesh-obstacle-component.md)
### [Navmesh Path Test Component](ai/AiPlugin/navmesh-path-test-component.md)
### [Runtime Navmesh](ai/AiPlugin/runtime-navmesh.md)
## Recastplugin
Expand All @@ -240,6 +247,7 @@
## [RmlUi](ui/rmlui.md)
# Gameplay
## [Area Damage Component](gameplay/area-damage-component.md)
## [Creature Crawl Component (TODO)](gameplay/creature-crawl-component.md)
## [Grabbable Item Component](gameplay/grabbable-item-component.md)
## [Head Bone Component](gameplay/headbone-component.md)
## [Marker Component](gameplay/marker-component.md)
Expand Down

0 comments on commit c4eade6

Please sign in to comment.