Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine
Manage
Activity
Members
Labels
Plan
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
engine
Commits
3af10ab8
Commit
3af10ab8
authored
Jul 7, 2019
by
D-AIRY
Browse files
Options
Downloads
Patches
Plain Diff
minor fixes
parent
56584862
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/gamesource/shaders/mtrlgreen/mtrlgreen_mr.ps
+4
-4
4 additions, 4 deletions
build/gamesource/shaders/mtrlgreen/mtrlgreen_mr.ps
source/game/PropStatic.h
+1
-1
1 addition, 1 deletion
source/game/PropStatic.h
with
5 additions
and
5 deletions
build/gamesource/shaders/mtrlgreen/mtrlgreen_mr.ps
+
4
−
4
View file @
3af10ab8
...
@@ -4,9 +4,9 @@ mtrlgreen_mrbase.ps
...
@@ -4,9 +4,9 @@ mtrlgreen_mrbase.ps
Рендер
растительности
с
микрорельефом
Рендер
растительности
с
микрорельефом
*
/
*
/
#include
<
..
/struct.h
>
#include
"
..
/struct.h
"
#include
<
..
/mtrl.h
>
#include
"
..
/mtrl.h
"
#include
<
..
/green.h
>
#include
"
..
/green.h
"
/
/##########################################################################
/
/##########################################################################
...
@@ -19,7 +19,7 @@ Texture2D g_txParameters: register(t10);
...
@@ -19,7 +19,7 @@ Texture2D g_txParameters: register(t10);
//
half4
g_vParam;
//
half4
g_vParam;
//
half4
g_vNearFarLayers;
//
half4
g_vNearFarLayers;
#include
<
..
/const.h
>
#include
"
..
/const.h
"
/
/##########################################################################
/
/##########################################################################
...
...
This diff is collapsed.
Click to expand it.
source/game/PropStatic.h
+
1
−
1
View file @
3af10ab8
...
@@ -33,7 +33,7 @@ protected:
...
@@ -33,7 +33,7 @@ protected:
void
releasePhysics
()
override
;
void
releasePhysics
()
override
;
void
onSetUseTrimesh
(
int
iVal
);
void
onSetUseTrimesh
(
int
iVal
);
bool
m_iTrimeshPhysics
=
0
;
int
m_iTrimeshPhysics
=
0
;
};
};
#endif
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment