Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project_Phoenix
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Project_Phoenix
Commits
76066c20
Commit
76066c20
authored
7 years ago
by
jwendt
Browse files
Options
Downloads
Patches
Plain Diff
minor bugfixes
parent
57fcac88
No related branches found
No related tags found
1 merge request
!92
Feature/#302 #306 update conan dependencies
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
library/phx/material.hpp
+0
-3
0 additions, 3 deletions
library/phx/material.hpp
with
2 additions
and
5 deletions
CMakeLists.txt
+
2
−
2
View file @
76066c20
...
...
@@ -46,8 +46,8 @@ include(GenerateExportHeader)
include
(
WarningLevels
)
conan_or_find_package
(
gl REQUIRED
)
conan_or_find_package
(
B
oost
.O
ptional REQUIRED
)
conan_or_find_package
(
B
oost
.S
ignals2 REQUIRED
)
conan_or_find_package
(
b
oost
_o
ptional REQUIRED
)
conan_or_find_package
(
b
oost
_s
ignals2 REQUIRED
)
conan_or_find_package
(
glew REQUIRED
)
conan_or_find_package
(
glm REQUIRED
)
conan_or_find_package
(
assimp REQUIRED
)
...
...
This diff is collapsed.
Click to expand it.
library/phx/material.hpp
+
0
−
3
View file @
76066c20
...
...
@@ -78,9 +78,6 @@ class PHOENIX_EXPORT Material : public Resource {
void
SetTexture
(
ResourcePointer
<
Image
>
image
,
std
::
shared_ptr
<
gl
::
texture_2d
>*
texture
);
ResourceProxy
*
ambient_image_
=
nullptr
;
ResourceProxy
*
diffuse_image_
=
nullptr
;
ResourceProxy
*
specular_image_
=
nullptr
;
ResourcePointer
<
Image
>
ambient_image_
{
nullptr
};
ResourcePointer
<
Image
>
diffuse_image_
{
nullptr
};
ResourcePointer
<
Image
>
specular_image_
{
nullptr
};
...
...
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