Updated Model (markdown)

Chuck Walbourn 2016-09-26 11:50:57 -07:00
Родитель b15ba3c8d3
Коммит 15ce0f2965
1 изменённых файлов: 1 добавлений и 1 удалений

@ -156,7 +156,7 @@ The ModelMeshPart is tied to a device, but not a device context. This means that
# State management
When ``Draw`` is called, it will set the states needed to render with the effect. Existing state is not save or restored. For efficiency, it simply sets the state it requires to render and assumes that any subsequent rendering will overwrite state that it needs.
When ``Draw`` is called, it will set the states needed to render with the Model's effects. Existing state is not save or restored. For efficiency, it simply sets the state it requires to render and assumes that any subsequent rendering will overwrite state that it needs.
Model makes use of the following states: