This website requires JavaScript.
Explore
Help
Sign in
Archive
/
TombEngine
Watch
0
Star
0
Fork
You've already forked TombEngine
0
mirror of
https://github.com/TombEngine/TombEngine.git
synced
2025-05-03 02:07:59 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c9724c46c4
TombEngine
/
TR5Main
/
Renderer
/
StaticBuffer.h
9 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Refactored Camera Matrix Buffer. Now contains only one precalculated ViewProjection which is calculated ONCE per frame
2020-04-12 22:21:47 +02:00
#
pragma once
struct
alignas
(
16
)
CStaticBuffer
{
(Broken) Deleted Global Folder - No more enums.h, constants.h, macro.h, etc... - moved all structure in types.h to there respective file.
2020-05-30 15:55:23 +02:00
Matrix
World
;
Vector4
Position
;
Vector4
Color
;
Refactored Camera Matrix Buffer. Now contains only one precalculated ViewProjection which is calculated ONCE per frame
2020-04-12 22:21:47 +02:00
}
;
Reference in a new issue
Copy permalink