mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
Reorg of the probe initialization/update code to streamline parts of it, and make it flow more obviously
Added some initial asset stuffs for Das Boot for building out a better testing level.
This commit is contained in:
parent
ff871f37e3
commit
6a654a9c35
243 changed files with 5818 additions and 1821 deletions
|
|
@ -86,9 +86,6 @@ public:
|
|||
bool onAdd();
|
||||
void onRemove();
|
||||
|
||||
// Override this so that we can dirty the network flag when it is called
|
||||
void setTransform(const MatrixF &mat);
|
||||
|
||||
// This function handles sending the relevant data from the server
|
||||
// object to the client object
|
||||
U32 packUpdate(NetConnection *conn, U32 mask, BitStream *stream);
|
||||
|
|
@ -112,4 +109,4 @@ public:
|
|||
void setPreviewMatParameters(SceneRenderState* renderState, BaseMatInstance* mat);
|
||||
};
|
||||
|
||||
#endif // _Skylight_H_
|
||||
#endif // _Skylight_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue