File tree Expand file tree Collapse file tree 4 files changed +155
-196
lines changed Expand file tree Collapse file tree 4 files changed +155
-196
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ struct vertex // definition of "patch" or "node"
4545 u32 nBack () { return n4 ; }
4646};
4747
48- using DWORDs = xr_vector < u32 > ;
48+ // using DWORDs = xr_vector<u32>;
4949
50- #define LT_DIRECT 0
51- #define LT_POINT 1
52- #define LT_SECONDARY 2
50+ // #define LT_DIRECT 0
51+ // #define LT_POINT 1
52+ // #define LT_SECONDARY 2
5353
54- struct R_Light
54+ /* struct R_Light
5555{
5656 u32 type; // Type of light source
5757 float amount; // Diffuse color of light
@@ -64,7 +64,7 @@ struct R_Light
6464 float attenuation2; // Quadratic attenuation
6565
6666 Fvector tri[3]; // Cached triangle for ray-testing
67- };
67+ };*/
6868
6969struct SCover
7070{
@@ -74,7 +74,7 @@ struct SCover
7474using Nodes = xr_vector < vertex > ;
7575using Vectors = xr_vector < Fvector > ;
7676using Marks = xr_vector < BYTE > ;
77- using Lights = xr_vector < R_Light > ;
77+ // using Lights = xr_vector<R_Light>;
7878
7979// data
8080extern CDB ::MODEL Level ;
You can’t perform that action at this time.
0 commit comments