mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Add natvis for model types.
This commit is contained in:
parent
e96ed6e2fa
commit
a604488ed8
1 changed files with 15 additions and 0 deletions
|
|
@ -7,4 +7,19 @@
|
|||
</DisplayString>
|
||||
</Type>
|
||||
|
||||
<Type Name="vertex_normal">
|
||||
<DisplayString>
|
||||
{*(vector3<float>*)this}
|
||||
</DisplayString>
|
||||
</Type>
|
||||
|
||||
<Type Name="aim_vector4">
|
||||
<DisplayString Condition="w == 1">
|
||||
{*(vector3<float>*)this}
|
||||
</DisplayString>
|
||||
<DisplayString>
|
||||
{*(vector3<float>*)this} w={w}
|
||||
</DisplayString>
|
||||
</Type>
|
||||
|
||||
</AutoVisualizer>
|
||||
|
|
|
|||
Loading…
Reference in a new issue