fix default model box
This commit is contained in:
parent
05f4c6639b
commit
89110afef6
|
|
@ -551,7 +551,7 @@ inline void Model_constructNull( Model& model ){
|
||||||
8, 9, 10, 8, 10, 11,
|
8, 9, 10, 8, 10, 11,
|
||||||
12, 13, 14, 12, 14, 15,
|
12, 13, 14, 12, 14, 15,
|
||||||
16, 17, 18, 16, 18, 19,
|
16, 17, 18, 16, 18, 19,
|
||||||
20, 21, 22, 10, 22, 23,
|
20, 21, 22, 20, 22, 23,
|
||||||
};
|
};
|
||||||
|
|
||||||
for ( RenderIndex* i = indices; i != indices + ( sizeof( indices ) / sizeof( RenderIndex ) ); ++i )
|
for ( RenderIndex* i = indices; i != indices + ( sizeof( indices ) / sizeof( RenderIndex ) ); ++i )
|
||||||
|
|
|
||||||
|
|
@ -293,7 +293,7 @@ private:
|
||||||
8, 9, 10, 8, 10, 11,
|
8, 9, 10, 8, 10, 11,
|
||||||
12, 13, 14, 12, 14, 15,
|
12, 13, 14, 12, 14, 15,
|
||||||
16, 17, 18, 16, 18, 19,
|
16, 17, 18, 16, 18, 19,
|
||||||
20, 21, 22, 10, 22, 23,
|
20, 21, 22, 20, 22, 23,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user