ScPovPlot3D/Info [ Project ]
AUTHOR
Project is maintained by: Janusz Opiła Ph.D. janusz.opila@gmail.com or jmo@agh.edu.pl Dept. of Applied Informatics AGH University of Science & Technology, Cracow, Poland
INSTALLATION
Some imporatant remarks on this straightforward installation
PURPOSE
Macros for visualization of 3D data by raytracing method Download page (new tab) This file contains additional remarks valid for all other files. Status of documentation is preliminary
INFO
definition of Types of variables used in source code:
- boolean - logic values[yes|no] or [true|false]
- uinteger - unsigned integer number
- integer - signed integer number
- float - float number
- enum - enumerated constant
- string_fn - string representing valid file name and/or path for example "C:\AnyPicture.png"
- 3Dvector - 3D space vector ex. <2.4, 3.5, 4.7>
- color_vector - identifier declared as fully qualified color vector
- texturedef - identifier declared as fully qualified texture definition texture{}
- colormapdef - identifier declared as fully qualified color_map{}
- interiordef - identifier declared as fully qualified interior definition
- materialdef - identifier declared as fully qualified material definition
- pfunction - function "pointer"
COPYRIGHT
GNU GPL v.3 License (c) 2007-now by Janusz Opiła Ph.D.