Dale Carman
- النشاط الكلي 22
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 1 مستخدم
- أصوات 0
- الاشتراكات 7
نظرة عامة على الأنشطة
آخر نشاط بواسطة Dale Carman-
Dale Carman قام بالتعليق،
Jacob, that totally works and is basically where I ended up. Thank you. thanks, Dale
-
Dale Carman أنشأ منشوراً،
modifying joint rotation
I want to copy the joint rotation from one bone to another. But I want to give it a smaller value. so, I am getting the joint rotation by: var joint1Transform = script.bone1.getWorldTransform(); va...
-
Dale Carman قام بالتعليق،
I have it working, but it is steppy. How can I get the rotation to be smooth? // -----JS CODE-----// @input float delayTime = 0//@ui {"widget":"separator"}// @input SceneObject bone1// @input Sce...
-
Dale Carman قام بالتعليق،
That sleep function is working, but it is causing a huge frame rate drop. Since I am trying to update every frame with bone rotations, it immediately tanks the frame rate. Any other ideas?
-
Dale Carman قام بالتعليق،
my approach doesn't seem to work...I guess if I am calling the delayedEvent.reset(1) every frame, it never gets called -- just gets pushed back var delayedEvent = script.createEvent("DelayedCallb...
-
Dale Carman قام بالتعليق،
My approach is to call the delayEvent in the updateEvent. does that sound correct? if I do that, do the variables in the updateEvent carry into the delayEvent? In the updateEvent, I am getting the ...
-
Dale Carman قام بالتعليق،
will this work for something that I want to happen every frame?
-
Dale Carman أنشأ منشوراً،
create bone lag
I am constraining a bone to the head, following the tutorial here: https://www.youtube.com/watch?v=6SYBmg8O6Fg&t=1611s This works. I want to have additional bones follow the head, but have them lag...
-
Dale Carman قام بالتعليق،
hey Ty, we can do it. www.groovejones.com Here is a little sample I made too... Link to the lens thanks, Dale
-
Dale Carman قام بالتعليق،
Thanks, Travis. Did I have the correct approach?