Difference between revisions of "User:Jr"
Jump to navigation
Jump to search
(added 'ruled.zip'.) |
(added 'foreach.inc'.) |
||
Line 21: | Line 21: | ||
all include files require a POV-Ray version 3.8, or later. | all include files require a POV-Ray version 3.8, or later. | ||
− | * bounder.inc -- a macro to calculate an object's bounding box. CSG objects, | + | * bounder.inc -- a macro to calculate an object's bounding box. CSG objects, and even "simple" rotated primitives, tend to have a lot of room in the bounding box provided by POV-Ray. the archive includes a demo scene, illustrating the use of 'Bounder()', and automated re-bounding of an object. |
{{TableVersionFileList | bounder.zip | 201910.5 |https://drive.google.com/file/d/1-ak9jRR7B6iNoQfchF_XMupNL6Wop5Oq/view?usp{{=}}sharing}} | {{TableVersionFileList | bounder.zip | 201910.5 |https://drive.google.com/file/d/1-ak9jRR7B6iNoQfchF_XMupNL6Wop5Oq/view?usp{{=}}sharing}} | ||
+ | |||
+ | * foreach.inc -- a macro to execute a (your) macro for each element, in the chosen dimension(s), of an array. the archive includes documentation and a comprehensive tutorial-style demo. | ||
+ | {{TableVersionFileList | foreach.zip | 202104.6 |https://drive.google.com/file/d/1-uadHHQ3K0sgdxyHmBCTznlPYNrnBgM9/view?usp{{=}}sharing}} | ||
* pvars.inc -- a set of macros for use with "packed" variables, that is, 4-vector variables where each component is addressed by position, just like an array. | * pvars.inc -- a set of macros for use with "packed" variables, that is, 4-vector variables where each component is addressed by position, just like an array. | ||
Line 30: | Line 33: | ||
{{TableVersionFileList | queues.zip | 201811.4 |https://drive.google.com/file/d/1-lISncj8_qJQsjXR2TclUc67Whv-HmZL/view?usp{{=}}sharing}} | {{TableVersionFileList | queues.zip | 201811.4 |https://drive.google.com/file/d/1-lISncj8_qJQsjXR2TclUc67Whv-HmZL/view?usp{{=}}sharing}} | ||
− | * ruled.inc -- a macro which expands to a "gridded" <code>plane{}</code>, derived from <span class='plainlinks'>[http://f-lohmueller.de/pov_tut/scale_model/s_mod_100e.htm Friedrich Lohmüller]</span>'s code. the archive includes documentation and a | + | * ruled.inc -- a macro which expands to a "gridded" <code>plane{}</code>, derived from <span class='plainlinks'>[http://f-lohmueller.de/pov_tut/scale_model/s_mod_100e.htm Friedrich Lohmüller]</span>'s code. the archive includes documentation and a scene file which replicates one of FL's demo images (approximately, ie a different camera view/angle). |
{{TableVersionFileList | ruled.zip | 201911.3 |https://drive.google.com/file/d/1-lgUb0GyIxwR8Uxoh20vVc1bHWI1KzkS/view?usp{{=}}sharing}} | {{TableVersionFileList | ruled.zip | 201911.3 |https://drive.google.com/file/d/1-lgUb0GyIxwR8Uxoh20vVc1bHWI1KzkS/view?usp{{=}}sharing}} | ||
− | * tmc.inc -- macros for counting calls to macros or other code. | + | * tmc.inc -- a set of macros for counting calls to macros or other code. |
{{TableVersionFileList | tmc.inc | 202205.3 |https://drive.google.com/file/d/1-SfuvkjZMTHz7P4i-vfKEgOGEkKNb6qo/view?usp{{=}}sharing}} | {{TableVersionFileList | tmc.inc | 202205.3 |https://drive.google.com/file/d/1-SfuvkjZMTHz7P4i-vfKEgOGEkKNb6qo/view?usp{{=}}sharing}} | ||
+ | |||
=== C code === | === C code === |
Revision as of 15:12, 7 August 2022
welcome to this .. remote exclave of creature-land.
- the page is currently "under development".
I intend, over the coming days and weeks, to create a collection of download links for my POV-Ray stuff, include files and utilities, mostly. the idea is to provide the latest version of each, all in one place.
I do have ideas for a "proper" article or two, too, on the (obligatory :-)) list of things to do.
SDL code
all include files require a POV-Ray version 3.8, or later.
- bounder.inc -- a macro to calculate an object's bounding box. CSG objects, and even "simple" rotated primitives, tend to have a lot of room in the bounding box provided by POV-Ray. the archive includes a demo scene, illustrating the use of 'Bounder()', and automated re-bounding of an object.
version | download |
201910.5 | bounder.zip |
- foreach.inc -- a macro to execute a (your) macro for each element, in the chosen dimension(s), of an array. the archive includes documentation and a comprehensive tutorial-style demo.
version | download |
202104.6 | foreach.zip |
- pvars.inc -- a set of macros for use with "packed" variables, that is, 4-vector variables where each component is addressed by position, just like an array.
version | download |
202203.3 | pvars.inc |
- queues.inc -- three sets of macros for first-in first-out ("FIFO"), last-in first-out ("LIFO", or "stack"), and priority queues. the archive includes documentation and (very) basic test/demo scenes.
version | download |
201811.4 | queues.zip |
- ruled.inc -- a macro which expands to a "gridded"
plane{}
, derived from Friedrich Lohmüller's code. the archive includes documentation and a scene file which replicates one of FL's demo images (approximately, ie a different camera view/angle).
version | download |
201911.3 | ruled.zip |
- tmc.inc -- a set of macros for counting calls to macros or other code.
version | download |
202205.3 | tmc.inc |
C code
stub.
other stuff
- rgbtxt2inc.tcl -- a simple script to convert the X Window System colour database ('rgb.txt') to a POV-Ray version 3.5 or later include file, the output is written to 'colours_x11.inc'.
version | download |
n/a | rgbtxt2inc.tcl |
last edited on 7.08.2022.