mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
*** empty log message ***
This commit is contained in:
parent
32ce502fbd
commit
20a6f604b3
@ -1067,7 +1067,7 @@ int framework_main(int argc, char *argv[]) {
|
|||||||
RenderRelation *arc = new RenderRelation(root, geomnode, 10);
|
RenderRelation *arc = new RenderRelation(root, geomnode, 10);
|
||||||
first_arc = arc;
|
first_arc = arc;
|
||||||
|
|
||||||
Texture *tex = TexturePool::load_texture("rock-floor.jpg");
|
Texture *tex = TexturePool::load_texture("rock-floor.rgb");
|
||||||
if (tex != (Texture *)NULL) {
|
if (tex != (Texture *)NULL) {
|
||||||
tex->set_minfilter(Texture::FT_linear);
|
tex->set_minfilter(Texture::FT_linear);
|
||||||
tex->set_magfilter(Texture::FT_linear);
|
tex->set_magfilter(Texture::FT_linear);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user