Jump to content

UU3D for converting .x models to FBX


xtreampb
 Share

Recommended Posts

how well does UU3D convert different model types. I know that they are all plugins but how well do they work. I don't want to buy it if it doesn't work well. If someone can convert a model for me I would appreciate it greatly.

bool Life()
{
 while(death=false)
 {
   if(death==true)
   return death;
 }
}

 

I have found the secret to infinite life

 

Did I help you out? Like my post!

Link to comment
Share on other sites

Some people have had a problem with fbx in uu3d.But it is a very usefull program. I just save to gmf and change extension to mdl.

I beeive blender works well with fbx.

  • Upvote 1

amd quad core 4 ghz / geforce 660 ti 2gb / win 10

Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++

Link to comment
Share on other sites

ok so i'm using fragmotion. I got 15 different animations. I export as fbx and import it into LE. I see the model in LE and i have this as my script. I just want to make sure i'm doing this right.

 

import "Scripts/AnimationManager.lua"


function Script:Start()

self.animationmanager=AnimationManager:Create(self.entity)
self.animationmanager:SetAnimationSequence(1,.02)

end



function Script:Draw()

self.animationmanager:Update()

end

 

I don't see the first or second or any animations. Am i doing this right cassius, or am i missing a step in my export/save process?

bool Life()
{
 while(death=false)
 {
   if(death==true)
   return death;
 }
}

 

I have found the secret to infinite life

 

Did I help you out? Like my post!

Link to comment
Share on other sites

@bandrewk

I did this exact same thing with a copy of the model. It seems like it is looking for an animation shader. Is this right?

 

also if leadwerks doesn't support multiple animations, then how does it differentiate between animaiton sequences. The animation manager doesn't use animation frame locations like LE 2.x did.

bool Life()
{
 while(death=false)
 {
   if(death==true)
   return death;
 }
}

 

I have found the secret to infinite life

 

Did I help you out? Like my post!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...