|
Molder HQ Phase files snooping and discussions |
![]() |
||
Login or Register now to see fewer ads. |
|
Thread Tools | Display Modes |
#1
|
||||
|
||||
Bee Wings Accessory Question
I was trying to attach bee wings to my toon, but I can't seem to find the right coordinates. It just doesn't look right. I have it parented to the upper torso.
Code:
wings=loader.loadModel("phase_4/models/accessories/tt_m_chr_avt_acc_pac_beeWings.bam") wings.reparentTo(torsotop) wings.setPos(0,-.55,0.65) wings.setHpr(180,3,5) wings.setScale(.3) |
#2
|
||||
|
||||
Depends on the size of the torso. These may or may not be right, I quickly grabbed them from a text file.
Code:
Small: (0.184578, -1.585814, 0.134797), (180.0, 6.340192, 0.0), (0.32, 0.32, 0.32) Medium: (0.227545, -1.05, 0.053624), (180.0, 6.0, 0.0), (0.319532, 0.319532, 0.319532) Large: (0.26576, -1.28023, 0.0), (180.0, 0.0, 0.0), (0.32, 0.32, 0.32) |
Thread Tools | |
Display Modes | |
|
|