| 12345678910111213141516171819202122232425262728293031323334353637 |
- #include "$EDITOR$\SelectionBase.bslinc"
- #define USE_SKELETON
- #include "$EDITOR$\SelectionBase.bslinc"
- #undef USE_SKELETON
- #define USE_BLEND_SHAPES
- #include "$EDITOR$\SelectionBase.bslinc"
- #define USE_SKELETON
- #include "$EDITOR$\SelectionBase.bslinc"
- technique Selection1
- {
- mixin Selection;
- };
- technique Selection2
- {
- mixin SelectionSkinned;
- tags = { "Skinned" };
- };
- technique Selection3
- {
- mixin SelectionMorph;
- tags = { "Morph" };
- };
- technique Selection4
- {
- mixin SelectionSkinnedMorph;
- tags = { "SkinnedMorph" };
- };
|