If there's no texture file specified, the SSC Texture declaration can't replace it. In other words, add a texture0 declaration.
Code: Select all
texture0 "mars_texture.*"
would work, or specify some other appropriate filename.
Code: Select all
texture0 "mars_texture.*"
selden wrote:It's missing the diffuse texture file declaration.
If there's no texture file specified, the SSC Texture declaration can't replace it. In other words, add a texture0 declaration.Code: Select all
texture0 "mars_texture.*"
would work, or specify some other appropriate filename.
cartrite wrote:Selden,
I just tried your suggestion and it did not work. At least I didn't submit a bug report for nothing. Maybe I'll hold off on the beers.
cartrite
selden wrote:Well, that's a bummer. Hopefully Chris will be able to reproduce the problem and fix it.
cartrite wrote:Chris,
Ive already added 2 comments to the initial report. The last includes what I found about the Modify statement. I hope that is what you meant by synopsis. I think I describe the problem pretty well and how to reproduce it.
Code: Select all
selectionpopup.cpp: In member function ?€?void SelectionPopup::process(int)?€™:
selectionpopup.cpp:221: error: no matching function for call to ?€?Universe::markObject(Selection&, float, Color, Marker::Symbol, int)?€™
../../celengine/universe.h:106: note: candidates are: void Universe::markObject(const Selection&, float, Color, Marker::Symbol, int, std::string)
make[5]: *** [selectionpopup.o] Error 1
make[5]: Leaving directory `/home/cartrite/share/celestia/build/celestia/src/celestia/kde'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/cartrite/share/celestia/build/celestia/src/celestia/kde'
make[3]: *** [all-recursive] Error 1
cartrite wrote:Chris,
Thanks for correcting this and I'll check it out as soon as possible. I already tried but I couldn't build it because of an error in universe.cpp. Something Vincent is working on. Here is the error.Code: Select all
selectionpopup.cpp: In member function ?€?void SelectionPopup::process(int)?€™:
selectionpopup.cpp:221: error: no matching function for call to ?€?Universe::markObject(Selection&, float, Color, Marker::Symbol, int)?€™
../../celengine/universe.h:106: note: candidates are: void Universe::markObject(const Selection&, float, Color, Marker::Symbol, int, std::string)
make[5]: *** [selectionpopup.o] Error 1
make[5]: Leaving directory `/home/cartrite/share/celestia/build/celestia/src/celestia/kde'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/cartrite/share/celestia/build/celestia/src/celestia/kde'
make[3]: *** [all-recursive] Error 1
cartrite