Add bezier objects

This commit is contained in:
hasufell 2014-05-31 18:43:20 +02:00
parent 1a107b455b
commit 74f0af7a07
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
4 changed files with 40 additions and 0 deletions

9
obj/bezier.obj Normal file
View File

@ -0,0 +1,9 @@
v 0.0 0.0 0.0
v 0.0 1.0 0.0
v 1.0 1.0 0.0
v 1.0 0.0 0.0
cstype bezier
deg 3
curv 1 2 3 4
end

14
obj/beziercurve.obj Normal file
View File

@ -0,0 +1,14 @@
v -4.0 0.0 0.0
v -4.0 1.0 0.0
v -3.0 2.0 0.0
v 0.0 3.0 0.0
v 3.0 2.0 0.0
v 1.0 0.0 0.0
v 3.0 -2.0 0.0
v -3.0 -2.0 0.0
v -4.0 -1.0 0.0
v -4.0 0.0 0.0
cstype bezier
deg 9
curv 1 2 3 4 5 6 7 8 9 10
end

8
obj/beziercurve_4cp.obj Normal file
View File

@ -0,0 +1,8 @@
v -4.0 0.0 0.0
v -4.0 4.0 0.0
v 4.0 4.0 0.0
v 4.0 -4.0 0.0
cstype bezier
deg 3
curv 1 2 3 4
end

View File

@ -0,0 +1,9 @@
v 10.0 10.0 0.0
v 10.0 14.0 0.0
v 14.0 14.0 0.0
v 14.0 6.0 0.0
v 18.0 6.0 0.0
cstype bezier
deg 4
curv 1 2 3 4 5
end