Experimental code for overlaying images - Who's?
Posted: 02.09.2004, 15:49
This looks like the starting point for something I was going to add myself. I was thinking of adding a .cel script commands like to load and display an image on a quad at the required screen coords. (Also commands to remove it again, obviously)
Just wondered if I was stepping on anyones code if I continued and tried to implement my idea. ( I want to avoid two versions of very similar code made by two people)
Also does anyone think that this would be a useful feature? I want to use urls for image locations, eventually.
I think that iit might be useful for small scripts to see the latest Cassini/whatever images, educational tours with diagrams/surface shots/actual photos/ explanations.
Thanks
Ben
Code: Select all
showImage "MarsSurface.jpg", 10,10
Just wondered if I was stepping on anyones code if I continued and tried to implement my idea. ( I want to avoid two versions of very similar code made by two people)
Also does anyone think that this would be a useful feature? I want to use urls for image locations, eventually.
I think that iit might be useful for small scripts to see the latest Cassini/whatever images, educational tours with diagrams/surface shots/actual photos/ explanations.
Thanks
Ben