Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] the curves?

[DiscordArchive] the curves?

[DiscordArchive] the curves?

Pages (4): Previous 1 2 3 4 Next
rektbyfaith
Administrator
0
06-12-2018, 08:56 AM
#11
Archived author: Deamon • Posted: 2018-06-12T08:56:47.189000+00:00
Original source

```
f = (float)it; <- f = it, 1/f = (1/it) = t
rt0 = q0;
rt1 = 3.0f * (q1 - q0) / f; <- (1/f) is t
f *= f; <- f = (it*it) = 1/(t*t)
rt2 = 3.0f * (q0 - 2.0f * q1 + q2) / f; <- (1/f) = t*t
f *= it;
rt3 = (q3 - q0 + 3.0f * (q1 - q2)) / f;
```
rektbyfaith
06-12-2018, 08:56 AM #11

Archived author: Deamon • Posted: 2018-06-12T08:56:47.189000+00:00
Original source

```
f = (float)it; <- f = it, 1/f = (1/it) = t
rt0 = q0;
rt1 = 3.0f * (q1 - q0) / f; <- (1/f) is t
f *= f; <- f = (it*it) = 1/(t*t)
rt2 = 3.0f * (q0 - 2.0f * q1 + q2) / f; <- (1/f) = t*t
f *= it;
rt3 = (q3 - q0 + 3.0f * (q1 - q2)) / f;
```

rektbyfaith
Administrator
0
06-12-2018, 08:56 AM
#12
Archived author: Deamon • Posted: 2018-06-12T08:56:53.159000+00:00
Original source

and so on
rektbyfaith
06-12-2018, 08:56 AM #12

Archived author: Deamon • Posted: 2018-06-12T08:56:53.159000+00:00
Original source

and so on

rektbyfaith
Administrator
0
06-12-2018, 08:56 AM
#13
Archived author: Deamon • Posted: 2018-06-12T08:56:58.621000+00:00
Original source

so...
rektbyfaith
06-12-2018, 08:56 AM #13

Archived author: Deamon • Posted: 2018-06-12T08:56:58.621000+00:00
Original source

so...

rektbyfaith
Administrator
0
06-12-2018, 08:57 AM
#14
Archived author: Skarn • Posted: 2018-06-12T08:57:34.324000+00:00
Original source

is this wow or blender?
rektbyfaith
06-12-2018, 08:57 AM #14

Archived author: Skarn • Posted: 2018-06-12T08:57:34.324000+00:00
Original source

is this wow or blender?

rektbyfaith
Administrator
0
06-12-2018, 08:57 AM
#15
Archived author: Skarn • Posted: 2018-06-12T08:57:45.310000+00:00
Original source

I was sure about blender because the developer told me it is bezier
rektbyfaith
06-12-2018, 08:57 AM #15

Archived author: Skarn • Posted: 2018-06-12T08:57:45.310000+00:00
Original source

I was sure about blender because the developer told me it is bezier

rektbyfaith
Administrator
0
06-12-2018, 08:58 AM
#16
Archived author: Deamon • Posted: 2018-06-12T08:58:42.772000+00:00
Original source

that's blender
rektbyfaith
06-12-2018, 08:58 AM #16

Archived author: Deamon • Posted: 2018-06-12T08:58:42.772000+00:00
Original source

that's blender

rektbyfaith
Administrator
0
06-12-2018, 09:00 AM
#17
Archived author: Deamon • Posted: 2018-06-12T09:00:30.831000+00:00
Original source

https://developer.blender.org/diffusion/...77d1dea8c7$1362
rektbyfaith
06-12-2018, 09:00 AM #17

Archived author: Deamon • Posted: 2018-06-12T09:00:30.831000+00:00
Original source

https://developer.blender.org/diffusion/...77d1dea8c7$1362

rektbyfaith
Administrator
0
06-12-2018, 09:00 AM
#18
Archived author: Skarn • Posted: 2018-06-12T09:00:45.900000+00:00
Original source

in blender, if we look at fcurves, the X coordinate represents time, Y value. We have a timestamp for value, the value itself and values for two handles.
rektbyfaith
06-12-2018, 09:00 AM #18

Archived author: Skarn • Posted: 2018-06-12T09:00:45.900000+00:00
Original source

in blender, if we look at fcurves, the X coordinate represents time, Y value. We have a timestamp for value, the value itself and values for two handles.

rektbyfaith
Administrator
0
06-12-2018, 09:00 AM
#19
Archived author: Skarn • Posted: 2018-06-12T09:00:59.718000+00:00
Original source

But I am having issues distributing them over time there correctly
rektbyfaith
06-12-2018, 09:00 AM #19

Archived author: Skarn • Posted: 2018-06-12T09:00:59.718000+00:00
Original source

But I am having issues distributing them over time there correctly

rektbyfaith
Administrator
0
06-12-2018, 09:01 AM
#20
Archived author: Skarn • Posted: 2018-06-12T09:01:14.053000+00:00
Original source

when I am splitting curves into 3 bezier curves, instead of just one 3d one
rektbyfaith
06-12-2018, 09:01 AM #20

Archived author: Skarn • Posted: 2018-06-12T09:01:14.053000+00:00
Original source

when I am splitting curves into 3 bezier curves, instead of just one 3d one

Pages (4): Previous 1 2 3 4 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)