mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Corrected SkyBox vertex format
This commit is contained in:
parent
8253bcc343
commit
27720cb786
2 changed files with 6 additions and 6 deletions
|
|
@ -105,7 +105,7 @@ protected:
|
|||
|
||||
SimObjectPtr<Material> mMaterial;
|
||||
|
||||
GFXVertexBufferHandle<GFXVertexPNTT> mVB;
|
||||
GFXVertexBufferHandle<GFXVertexPNT> mVB;
|
||||
|
||||
GFXVertexBufferHandle<GFXVertexPC> mFogBandVB;
|
||||
Material *mFogBandMat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue