Skip to content

Commit 24b4361

Browse files
committed
minor documentation fixes
1 parent 33d0cb5 commit 24b4361

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/doc/userdoc.txt

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -350,26 +350,6 @@ other values (3-10)</li>
350350
<li>pick ( value, 10, 20, 1, 1, 0 ) - values 10, 11, and 13 through
351351
20 will be returned (12 is skipped due to zero weight)</li>
352352
</ul>
353-
Note: the filename for the map and
354-
projmap functions can specify an optional format-arg which will be
355-
inserted into the filename as indicated in the examples below:<br>
356-
<ul>
357-
<li>map( 'noise.%d.map.tx', 10 ) &nbsp; <i>references a file named
358-
'noise.10.map.tx'</i><br>
359-
</li>
360-
<li>map( 'fenceColor-%04d.tx', 12 )&nbsp;&nbsp;&nbsp; <i>references
361-
a file named
362-
'fenceColor-0012.tx'</i></li>
363-
<li>map( 'map-%d.tx', $objectId)&nbsp;&nbsp; <i>builds the filename
364-
based on the object Id</i></li>
365-
<li>map( 'map-%d.tx', cycle($objectId, 10, 20))&nbsp;&nbsp; <i>cycles
366-
through maps 10 through 20 based on
367-
object Id</i></li>
368-
<li>map( 'map-%d.tx', pick($objectId, 10, 20)) &nbsp; <i>picks maps
369-
10 through 20 randomly based on
370-
object Id</i><br>
371-
</li>
372-
</ul>
373353
<br>
374354
<h4><a name="General_Math_Functions"></a>
375355
General Math Functions and Constants<br>

0 commit comments

Comments
 (0)