Search

You can find the results of your search below.

tutorial @soft:vrgrid
11 Hits, Last modified:
dismiss="false"> **Note :** You can find all the examples covered in this tutorial in the VRGrid menu unde... red, green, and blue values between 0 to 255. For example, pure red would be expressed as color="(255,0,0)"... t the sound begins, rather than when it ends. For example, if your sound is 5 seconds long, playback="rando... of each of these sides with the <create> tag. For example, the full object has 6 sides corresponding to the
howtos @soft:platform
5 Hits, Last modified:
without escaping from the Editor. The following example shows how to set up 'User Tools' to use Win32API ... of your choice, so here is how to do it. In this example, we will install and use Enbarcadero Borland C++ ... are more compilers available (Pelles C or FB for example). It is up to you which compiler or language you ... compile a TCL script into an EXE </well> In this example we have a the birds.tcl script in the Birds direc
regexp @soft:platform
3 Hits, Last modified:
a case insensitive search is also not enough. For example, if we want to search for numeric digit, then we ... use a backslash before the special character. For example, the single character regular expression "\*" mat... al characters are briefly described. <well> Usage Examples </well> The caret (^) in the beginning of the st
python @soft:ptshell
2 Hits, Last modified:
<sxh python;> # file_handling.py with open("example.txt", "w") as file: file.write("Hello, Python 2.7!") with open("example.txt", "r") as file: content = file.read()
tutorial @soft:phphum
2 Hits, Last modified:
tion of message boxes or system dialog boxes. For example: <sxh php;> <?php // This program does not need ... application window whenever an event occurs. For example, if the user clicks a button or selects an item f
calculator @soft:platform
2 Hits, Last modified:
lculator to get the answer quickly. <well> Usage Examples </well> Following examples show how to use the built-in calculator: 1. Type in the expression you want t
git @soft:ptshell
1 Hits, Last modified:
" git config --global user.email "your.email@example.com" </sxh> **Initializing a Repository** Creat
cloudhosting @soft:vrgrid
1 Hits, Last modified:
use a standard hyperlink preceded by vrf: As an example : <sxh html;> <a href="vrf:https://ptsource.githu
polydraw @soft:polydraw
1 Hits, Last modified:
angles) and parametric NURBS Curves. * Pre-made example models inside the program folder under Objects.
formats @soft:platform
1 Hits, Last modified:
for very particular types of data: PNG files, for example, store bitmapped images using lossless data compr
actions @soft:vrgrid
1 Hits, Last modified:
nto the details in how to create a action in this example we will use the <replace> action: <sxh xml;> <cr
tutorial @soft:polydraw
1 Hits, Last modified:
different operations you can do in each mode. For example, in "Move" mode, dragging the left mouse button a
vrffiles @soft:vrgrid
1 Hits, Last modified:
d:3dobjectname"> ... </create> </sxh> Below is an example of a <create> tag with all of the possible attrib
cmdline @soft:platform
1 Hits, Last modified:
should be separated with a space. <well> Usage Examples </well> You will find bellow some samples with c