mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
build on Irix
This commit is contained in:
parent
590e4ad6f1
commit
1dfa65881b
@ -691,7 +691,7 @@ fill_mesh(XFileDataNode *obj) {
|
|||||||
|
|
||||||
// Some properties are stored as children of the mesh.
|
// Some properties are stored as children of the mesh.
|
||||||
int num_objects = obj->get_num_objects();
|
int num_objects = obj->get_num_objects();
|
||||||
for (int i = 0; i < num_objects; i++) {
|
for (i = 0; i < num_objects; i++) {
|
||||||
if (!fill_mesh_child(obj->get_object(i))) {
|
if (!fill_mesh_child(obj->get_object(i))) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@ -918,7 +918,7 @@ fill_material_list(XFileDataNode *obj) {
|
|||||||
// Now look for children of the MaterialList object. These should
|
// Now look for children of the MaterialList object. These should
|
||||||
// all be Material objects.
|
// all be Material objects.
|
||||||
int num_objects = obj->get_num_objects();
|
int num_objects = obj->get_num_objects();
|
||||||
for (int i = 0; i < num_objects; i++) {
|
for (i = 0; i < num_objects; i++) {
|
||||||
XFileDataNode *child = obj->get_object(i);
|
XFileDataNode *child = obj->get_object(i);
|
||||||
if (child->is_standard_object("Material")) {
|
if (child->is_standard_object("Material")) {
|
||||||
XFileMaterial *material = new XFileMaterial;
|
XFileMaterial *material = new XFileMaterial;
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
mathutil:c linmath:c putil:c panda:m \
|
mathutil:c linmath:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolconfig dtool pystub \
|
dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
eggToX.cxx eggToX.h
|
eggToX.cxx eggToX.h
|
||||||
@ -19,7 +19,7 @@
|
|||||||
egg:c pandaegg:m \
|
egg:c pandaegg:m \
|
||||||
mathutil:c linmath:c putil:c panda:m \
|
mathutil:c linmath:c putil:c panda:m \
|
||||||
express:c pandaexpress:m \
|
express:c pandaexpress:m \
|
||||||
dtoolconfig dtool pystub \
|
dtoolutil:c dtoolbase:c prc:c dconfig:c dtoolconfig:m dtool:m pystub
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
xFileToEgg.cxx xFileToEgg.h
|
xFileToEgg.cxx xFileToEgg.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user