We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932b91a commit 04027adCopy full SHA for 04027ad
2 files changed
osrs/projection/model.simba
@@ -1,9 +1,15 @@
1
(*
2
-# Model
+# Models
3
Types and methods that allows you to load and project 3D models.
4
5
This is mostly for internal use for {ref}`RSObjects` and {ref}`RSEntities` but
6
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
+```
13
*)
14
{$DEFINE WL_MODEL_INCLUDED}
15
{$INCLUDE_ONCE WaspLib/osrs.simba}
utils/math/geometry.simba
@@ -231,8 +231,6 @@ begin
231
end;
232
233
234
-
235
236
type
237
TBoxFilter = record
238
Box: TBox;
0 commit comments