this is basically a design document version - it sets the scenery for upcoming additions

This commit is contained in:
Hartmut Seichter 2018-04-02 01:06:50 +02:00
parent 32aac45162
commit 550d27273f
1504 changed files with 1051518 additions and 127 deletions

View file

@ -0,0 +1,14 @@
-- loading our libraries
pw.script:initialize()
print("hellow pixwerx")
local v = pw.vector3.new()
v:set(0,1,2)
v.x = 0.2
v.y = pw.pi
print(v.x)
print(v:v())