Difference between revisions of "User:Jholsenback"
Jholsenback (talk | contribs) m (archive entry addition) |
Jholsenback (talk | contribs) m (some setup notes) |
||
Line 5: | Line 5: | ||
===Scratch Pad=== | ===Scratch Pad=== | ||
====Syntax Diagram Examples==== | ====Syntax Diagram Examples==== | ||
+ | <p>This is an example of the proposed format that's going to replace the current pre-formatted text blocks which are currently being used, in the reference section narrative. </p> | ||
+ | <p>There are some differences in the presentation of this construct in <em>html</em> and on this documentation Wiki, so here's what you'll need to know.</p> | ||
+ | <ol> | ||
+ | <li>The syntax diagram is now inside a <strong>div</strong> tag instead of <strong>pre</strong> tag</li> | ||
+ | <li>The <strong>dt</strong> and <strong>dd</strong> elements of the list require that their closing tags be enclosed in the comments notation. Wiki-DocGen removes them later, because they're needed in html version</li> | ||
+ | <li>One or two more things later ...</li> | ||
+ | </ol> | ||
+ | <p></p> | ||
<div class="Syntax"> | <div class="Syntax"> | ||
<dl> | <dl> | ||
− | <dt> | + | <dt><!--</dt>---> |
<dd class="Jump">[http://wiki.povray.org/content/Documentation:Reference_Section_3#Camera Go to documentation Wiki]<!--</dd>---> | <dd class="Jump">[http://wiki.povray.org/content/Documentation:Reference_Section_3#Camera Go to documentation Wiki]<!--</dd>---> | ||
− | |||
<dt>CAMERA:<!--</dt>---> | <dt>CAMERA:<!--</dt>---> | ||
<dd><code>camera {</code> [CAMERA_ITEMS...] <code>}</code><!--</dd>---> | <dd><code>camera {</code> [CAMERA_ITEMS...] <code>}</code><!--</dd>---> |
Revision as of 20:48, 6 June 2011
Organization
Basically, I've been using this area as a scratch pad of sorts. Old pages that I didn't want to loose track of are listed here for easy access.
Scratch Pad
Syntax Diagram Examples
This is an example of the proposed format that's going to replace the current pre-formatted text blocks which are currently being used, in the reference section narrative.
There are some differences in the presentation of this construct in html and on this documentation Wiki, so here's what you'll need to know.
- The syntax diagram is now inside a div tag instead of pre tag
- The dt and dd elements of the list require that their closing tags be enclosed in the comments notation. Wiki-DocGen removes them later, because they're needed in html version
- One or two more things later ...
- Go to documentation Wiki
- CAMERA:
camera {
[CAMERA_ITEMS...]}
- CAMERA_ITEMS:
- CAMERA_TYPE | CAMERA_VECTOR | CAMERA_MODIFIER | CAMERA_IDENTIFIER
Image Layout Templates
- single image narrative on the right with captions
As suggested previously, the scattering color and extinction values were adjusted until the image looked good. In this kind of scene usually very small values are needed. Note how the container box is quite smaller than the room itself. Container boxes should always be sized as minimally as possible. If the box were as big as the room much higher values for |
|
- same as above only mirrored
As suggested previously, the scattering color and extinction values were adjusted until the image looked good. In this kind of scene usually very small values are needed. Note how the container box is quite smaller than the room itself. Container boxes should always be sized as minimally as possible. If the box were as big as the room much higher values for |
|
- panel of 3 with a border and captions
Keyword Addition Example
This outlines the steps to add a new keyword to the documentation. In this case deprecated
- first determine where the descriptive passage goes then add it
- update the syntax diagram in the appropriate places
- update the syntax diagram in the Quick Reference
- update the Identifiers and Keywords list
- document any other place(s) that it's used
- add a table of contents entry