Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d8d513c6dd5a26793ebd36a9f6865487 > files > 60

ocaml-lablgl-devel-1.04-5.fc15.i686.rpm

2002-09-20  Issac Trotts  <ijtrotts@ucdavis.edu>

	* main.ml:
	Added a check so we don't do the expensive rescale unless we have to.

	* main.ml: Fixed up the aspect ratio.

	* main.ml:
	Added rescaling to next highest power of two along each axis.
	Changed texture coordinates so the image no longer appears rotated by 90 deg.

	* main.ml:
	Added conversion from camlimages to lablGL's preferred raw format.
	In order to make the image a power of two, I truncate the image.
	This needs to be replaced with scaling up to the next largest power of
	two and rescaling the square to have the proper aspect ratio.

	* .Makefile.swp: .

	* .Makefile.swp, Makefile, OCamlMakefile, main.ml:
	Just displays a checkerboard at the moment.