videomike99
@videomike99
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 17
Reply
RE: Predict next vertex 3d position based on last two positions

Right now, the best I can do because of the NDA is create an example that sets up what I’m trying to do… I’m reaching out to the client about what I c…

2 years ago
Forum
Reply
RE: Predict next vertex 3d position based on last two positions

Sorry for late reply…internet was out . Each character has a single ‘texture’ imported that is an .ifl file…so a series of textures. In the case I’m …

2 years ago
Forum
Reply
RE: Predict next vertex 3d position based on last two positions

No…both verts and polys change from time to time, depending on the complexity needed during the live capture of the subject. Picture a man standing, t…

2 years ago
Forum
Reply
RE: Predict next vertex 3d position based on last two positions

Nothing that high end! Just trying to make a script that will help streamline a process for a couple of vfx guys for their proprietary process. It’s c…

2 years ago
Forum
Reply
RE: Predict next vertex 3d position based on last two positions

I’m sort of getting to that same conclusion myself! I knew it wouldn’t (or couldn’t) be exact, but I was hoping to get close. I’ve thought about looki…

2 years ago
Forum
Reply
RE: Predict next vertex 3d position based on last two positions

No, I’m not trying to alter the existing mesh at all…it will remain as is. No morphing. I’m trying to pick a specific point on a mesh, and track it t…

2 years ago
Forum
Reply
RE: Predict next vertex 3d position based on last two positions

Sorry…guess I’m not explaining it correctly. Maybe this pic will help. Tracking Sample CGS.jpg1453x829 96.8 KB

2 years ago
Forum
Reply
RE: Predict next vertex 3d position based on last two positions

No, trust me. Real time capture of live talent. Here’s a link to the hardware used:

2 years ago
Forum
Reply
RE: Predict next vertex 3d position based on last two positions

Yes. It’s from a system that can do a live capture of a subject – turning it into an animated 3d mesh. So the mesh changes in both vertex count, an…

2 years ago
Forum
Reply
RE: Predict next vertex 3d position based on last two positions

Sorry…forgot to add that I can’t post the file right now due to a NDA I’ve signed.

2 years ago
Forum
Reply
RE: Predict next vertex 3d position based on last two positions

Let’s say it’s vertex id #1 that we are tracking, and it’s at the right shoulder of a 3D character for the first 30 frames. With this particular alemb…

2 years ago
Forum
Topic
Reply
RE: Simple Array insertitem problem

For what it’s worth…you had the right info in your last post. I just didn’t check the name of the array you had in your example vs. mine. Made the c…

3 years ago
Forum
Reply
RE: Simple Array insertitem problem

jessifer: newDataArray = “build new array to replace sub array at [10]” myMultiDimensionalArray[10] = newData I’ll take a look. Thanks for you h…

3 years ago
Forum
Reply
RE: Simple Array insertitem problem

That last suggestion worked…sort of. I am looking at using some “Y” “N” data, but that could always be replaces with integers… After trying: inserti…

3 years ago
Forum
Page 1 / 2