You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eric Mor edited this page Aug 8, 2019
·
1 revision
This component displays a model.
Keyword:model
The model component is used as a block (like most other components), but it is also possible to use it inline, meaning that is is can be written directly in the effect that uses it. For example:
effect MyEffect
model -name 0xCAFED00D -size 2.0
end