Skip to content

Commit

Permalink
Fixed #466: Docs for BlankEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Oct 12, 2023
1 parent 88010e7 commit 62bdad4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions indigo/docs/06-presentation/primitives.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ All renderable nodes come with the same set of basic transforms that you see on

They are then specialised to do certain jobs.

#### `BlankEntity`

Represents nothing more than a space on the screen that you can manipulate and paint into, by providing a [`ShaderData`](/07-shaders/shaders-overview.md) instance.

Useful when you want total rendering control with none of the built in frills and opinions of the other primative types.

#### `Text[M <: Material]`

Provides basic support for rendering text onto the screen, including things like alignment.
Expand Down

0 comments on commit 62bdad4

Please sign in to comment.