Search found 45 matches

by 3DfromNULL
2019-Mar-03 10:48
Forum: Sample works and scripts by the author
Topic: Baseball seam (2018)
Replies: 0
Views: 25315

Baseball seam (2018)

What curve is the seam of a baseball or tennis ball? We might be able to find the mathematical solutions on the net. But let's make the curve in "try and error" approach, instead. images/myimg/postimg/baseball_seam/baseball_5b.png The hidden line (curve) should be congruent to the visible ...
by 3DfromNULL
2019-Mar-03 10:47
Forum: Sample works and scripts by the author
Topic: Ball and Stick (2018)
Replies: 0
Views: 25948

Ball and Stick (2018)

This script generates balls and sticks at the specified coordinates. images/myimg/postimg/ball_and_stick/ballnstick1_1a.jpg edited on Mar 12 2019: Updated the attached script file, 1b->1c so that it can be run with ptsxpy 0.0.7. images/myimg/postimg/_ver_icon/py3_a.png images/myimg/postimg/_ver_icon...
by 3DfromNULL
2019-Mar-03 10:45
Forum: Sample works and scripts by the author
Topic: Scrolling Text (2018)
Replies: 0
Views: 25089

Scrolling Text (2018)

This script shows a simple camera animation. It generates letters in a 3D space from your text in the specified font, and a camera moves over the text. In this example, text is "lorem ipsum ...", font is KlingonTNG for Klingon's language. images/myimg/postimg/scrolling_text/1a.jpg images/m...
by 3DfromNULL
2018-Aug-12 1:23
Forum: Sample works and scripts by the author
Topic: Flower of Life ball (part), (2018)
Replies: 0
Views: 28486

Flower of Life ball (part), (2018)

A Folower of Life (FoL) ball consists of some rings on a sphere. It's very easy to make these rings using intersection boolean operation between a hollow sphere and a pipe. images/myimg/postimg/FoLball/FoLball_2a.jpg images/myimg/postimg/FoLball/FoLball_3a.jpg However, the "radius" of each...
by 3DfromNULL
2018-Aug-11 8:51
Forum: Sample works and scripts by the author
Topic: Mandelbrot plot (2002)
Replies: 0
Views: 27250

Mandelbrot plot (2002)

This script gives a demonstration of plotting Mandelbrot set and coloring trueSpace (tS) objects. Each pixel's color and height are calculated by x and y coordinates of the point using Python's "complex" type. To get a spectrum of color in RGB, the script uses hsv_to_rgb() of "colorsy...
by 3DfromNULL
2018-Aug-05 5:10
Forum: Known bugs and ToDo
Topic: Todo (Test)
Replies: 0
Views: 22601

Todo (Test)

  • All Classes defined in ptsxpydef1.py. (Made a script and test is OK. Nedded are a explanation and release)
  • Methods relatded to Vec3f(). (Made a script and test is OK. Nedded are a explanation and release)
  • All other methods.
by 3DfromNULL
2018-Aug-05 4:58
Forum: Known bugs and ToDo
Topic: Todo (Sample scripts)
Replies: 0
Views: 24681

Todo (Sample scripts)

[DONE] Widgets. (partially completed to migrate the WDGINTACS_SELECT type widget sample in SDK) [DONE] Flower of Life (FoL) Ball. Deformation objects. (plan only) Self-playing piano. (plan only. Only tS5 has a piano object in its library, AFAIK) Origami animation. (hard to do because it seems that ...
by 3DfromNULL
2018-Aug-05 4:45
Forum: Known bugs and ToDo
Topic: Todo (Main web site)
Replies: 0
Views: 22696

Todo (Main web site)

FAQ page: [DONE]"Back to the top of page" feature Script writing page: Syntax page: To add entries of ptsxgp (ptsx general purpose library). (But this might have no higher priority, and methods used in ptsxdef1.py may be more important) To Add A Selector to filter by category. (plan only)...
by 3DfromNULL
2018-Aug-04 8:16
Forum: Joining the test
Topic: Overview of test
Replies: 0
Views: 26863

Overview of test

I don't open the source code of the plugin to the public at this point in time. The specification document is the tSxAPIxx.doc and a tester need to make sure that test scripts can call each tsxAPI function and can get right results from it . The results to be checked include returned values, changed...
by 3DfromNULL
2018-Aug-04 6:52
Forum: Guide sign
Topic: Welcome
Replies: 0
Views: 70825

Welcome

Welcome to the user forum of Primitive tsxPython (ptsxpy). The ptsxpy is another Python interpreter plugin for trueSpace series. If you don't have "trueSpace" (the main 3D tool for ptsxpy) on your PC, please search its free version via the net and install it. You can install ptsxpy to true...