Skip to content

Commit 04027ad

Browse files
committed
docs: tweaks to model docs
1 parent 932b91a commit 04027ad

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

osrs/projection/model.simba

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
(*
2-
# Model
2+
# Models
33
Types and methods that allows you to load and project 3D models.
44

55
This is mostly for internal use for {ref}`RSObjects` and {ref}`RSEntities` but
66
you may use this directly if you need and know what you are doing.
7+
8+
If you are curious about how the projection works you should read about
9+
{ref}`Projection`.
10+
11+
```{figure} ../../images/modeldraw.png
12+
```
713
*)
814
{$DEFINE WL_MODEL_INCLUDED}
915
{$INCLUDE_ONCE WaspLib/osrs.simba}

utils/math/geometry.simba

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ begin
231231
end;
232232

233233

234-
235-
236234
type
237235
TBoxFilter = record
238236
Box: TBox;

0 commit comments

Comments
 (0)