I nee someone that knows Blender to create a more complex curve for this film strip project, i tried all day but failed badly, I need 1-2 more variations.
Thank you
I nee someone that knows Blender to create a more complex curve for this film strip project, i tried all day but failed badly, I need 1-2 more variations.
Thank you
Can you give a little more detail as to what you are aiming for, maybe a little sketch? Otherwise, the number of alternative curves would be infinite …
This strip film si positioned based on a curve with this values, just a simple curved line nothing else
curve = new FWDSC_THREE.CatmullRomCurve3([
vec3(-7, 1, -1),
vec3(-1, 1.25, -1.2),
vec3(-2, -0.5, 2),
vec3(3, -0.5, 2),
vec3(2, 1, -1),
vec3(7, 1, -1)
], false, “catmullrom”, 0.9);
I need in blender a more detailed curve something different that represents visually a film strip and from there I can get this numbers to represet the curve mathematichally and usse it in threejs.
Why don’t you do an image/picture search and show us a picture you’d like to imitate?
https://www.google.com/search?&q=filmstrip+picture&dpr=2
https://stock.adobe.com/fr/search?k=film+strip+png
Maybe something like this?
WARNING: Adobe has more than 20’000 of those …
Baiscally I would like something like this one only horizontal like the example that I shwoed you I just want two more curvatures on the left and right
Shift existing points (put them in vertical formation), add new points, read the docs on CatmullRomCurve3
.
Or, build a film geometry horizontally, then call .rotateZ
to make it vertical.
There are many options to achieve the desired result. Creativity is up to you.
I do not want it vertical, I want it horizontal but more waves that is what I was trying to show in the image.
Believe me, I tried, I could not do it … the easiest way is to do this in Bleder and export the points for the curve but I don’t know blender…
Not sure, that Blender is needed at all, but, if you want it, use it
Still the same good old CatmullRomCurve3
.
Yes man this is exactly the curve that I need, can you please give me the numbers for this.
Thank you!
On a related note:
whatever happened to your enthousiasm about AI?
SCNR
Here is what Zig Ziglar has said:
Ai is still a great tool and I will continue to use it… nothing changed but I don’t know everything this is why I asked for help, I am just a human
You can’t stop AI man is like trying to stop the internet 20 years ago!
We have to adapt or ‘die’!
You’re welcome
Can you tell me please how did you created the pooiints on the curve?
These are control points of the curve
OK, I will look into it.
Thank you