Re: [hlcoders] IVModelRender::DrawModel() returning 0

2007-02-05 Thread Jorge Rodriguez
-- [ Picked text/plain from multipart/alternative ] Thanks, Jay. You were right to point me to SetupBones(). It ended up being the lack ACT_IDLE that caused the blinking. -- Jorge Vino Rodriguez -- ___ To unsubscribe, edit your list preferences, or

Re: [hlcoders] IVModelRender::DrawModel() returning 0

2007-02-02 Thread Joel R.
-- [ Picked text/plain from multipart/alternative ] Does this tend to happen when your walking at your fastest pace? I'm also guessing your in 3rd person when this happens too? -- ___ To unsubscribe, edit your list preferences, or view the list

RE: [hlcoders] IVModelRender::DrawModel() returning 0

2007-02-02 Thread Jay Stelly
@list.valvesoftware.com Subject: [hlcoders] IVModelRender::DrawModel() returning 0 -- [ Picked text/plain from multipart/alternative ] I'm trying to replace the player model, but when I get it in game it blinks a lot, and sometimes doesn't display at all. I tracked it down to IVModelRender

[hlcoders] IVModelRender::DrawModel() returning 0

2007-01-31 Thread Jorge Rodriguez
-- [ Picked text/plain from multipart/alternative ] I'm trying to replace the player model, but when I get it in game it blinks a lot, and sometimes doesn't display at all. I tracked it down to IVModelRender::DrawModel() returning 0 instead of drawing. I can't see anything in the parameters that

Re: [hlcoders] IVModelRender::DrawModel() returning 0

2007-01-31 Thread Minh
How are you changing the player model? Are you using CBasePlayer::SetModel() ? - Original Message - From: Jorge Rodriguez [EMAIL PROTECTED] To: hlcoders@list.valvesoftware.com Sent: Wednesday, January 31, 2007 8:32 PM Subject: [hlcoders] IVModelRender::DrawModel() returning 0

Re: [hlcoders] IVModelRender::DrawModel() returning 0

2007-01-31 Thread Jorge Rodriguez
-- [ Picked text/plain from multipart/alternative ] On 2/1/07, Minh [EMAIL PROTECTED] wrote: How are you changing the player model? Are you using CBasePlayer::SetModel() ? In sdk_player.cpp where previously it said: SetModel( SDK_PLAYER_MODEL ); It now says: SetModel(