Hmm yes, that is weird. I have made an animated model myself a few days ago and it worked quite well. I noticed that my model has quaternion movement and yours have euler movements. Maybe that's the problem.
Your right, tnx!
Quaternion rotations work a lot better.. but still not as good as in ...
Search found 132 matches
- Tue Aug 30, 2011 10:49 am
- Forum: Coding Questions
- Topic: 3D Animated Mesh
- Replies: 4
- Views: 1604
- Tue Aug 30, 2011 9:32 am
- Forum: Coding Questions
- Topic: 3D Animated Mesh
- Replies: 4
- Views: 1604
Re: 3D Animated Mesh
And another question, how do i get more/different animations into one mesh object, just like some PB example meshes?
With the NLA editor like described in the exporter plugin's wiki: http://code.google.com/p/blender2ogre/wiki/AnimationExport
The names inside the NLA editor are used for the ...
With the NLA editor like described in the exporter plugin's wiki: http://code.google.com/p/blender2ogre/wiki/AnimationExport
The names inside the NLA editor are used for the ...
- Tue Aug 30, 2011 7:22 am
- Forum: Coding Questions
- Topic: 3D Animated Mesh
- Replies: 4
- Views: 1604
3D Animated Mesh
Hi, can someone please explain what i am doing wrong.
I have a blend file for blender 3D, a animated mesh, using a skeleton, just some example file i found online.
Then i use blender 2.5, load the file, animate a bit and then i export it to a ogre mesh and skeleton XML file.
WIth the OGRE exporter ...
I have a blend file for blender 3D, a animated mesh, using a skeleton, just some example file i found online.
Then i use blender 2.5, load the file, animate a bit and then i export it to a ogre mesh and skeleton XML file.
WIth the OGRE exporter ...
- Thu Dec 31, 2009 7:13 pm
- Forum: Windows
- Topic: Video Player based on VLC
- Replies: 84
- Views: 54333
Re: Video Player based on VLC
The debug log states a linker error: libvlc.lib not found.
that means that you don't have the file the linker needs to link to the dll.
it does NOT come with the vlc installer; you have to find it somewhere or build it yourself.
there is a comment in one of the sources on the first page!
;"C ...
that means that you don't have the file the linker needs to link to the dll.
it does NOT come with the vlc installer; you have to find it somewhere or build it yourself.
there is a comment in one of the sources on the first page!
;"C ...
- Thu Dec 31, 2009 12:31 am
- Forum: Windows
- Topic: Video Player based on VLC
- Replies: 84
- Views: 54333
Re: Video Player based on VLC
> downloaded the Win32 version of the VideoLAN VLC media player and installed it. I tried compiling both of the PB VLC (Alpha
> 6) examples posted here using PB 4.40 without success. I'm I doing something wrong or is the code broken with PB 4.40?
> The debug log states a linker error: libvlc.lib not ...
> 6) examples posted here using PB 4.40 without success. I'm I doing something wrong or is the code broken with PB 4.40?
> The debug log states a linker error: libvlc.lib not ...
- Thu Dec 24, 2009 5:11 pm
- Forum: General Discussion
- Topic: ffmpeg / libavcodec
- Replies: 52
- Views: 35192
Re: ffmpeg / libavcodec
With the libavcodec and libavformat you should be able to convert video's also.
But you could also try to use videoLan, wich also has external library's.
There's a thread somewhere on the forum about this.
But you could also try to use videoLan, wich also has external library's.
There's a thread somewhere on the forum about this.
- Mon May 04, 2009 6:06 am
- Forum: General Discussion
- Topic: ffmpeg / libavcodec
- Replies: 52
- Views: 35192
Added it again ..thyphoon wrote:Some news about this project ?
the link to download "http://members.chello.nl/p.calsteren/avbin.zip" is broken !
- Tue Mar 17, 2009 5:39 pm
- Forum: Coding Questions
- Topic: <Picture To Html code> Colors seem wrong..
- Replies: 11
- Views: 2646
- Sat Mar 14, 2009 9:41 pm
- Forum: Tricks 'n' Tips
- Topic: Convert an image to a coloured HTML table...
- Replies: 20
- Views: 11189
Another way ..
A bit faster not using Point()??!
; maak van plaatje een website..
; test
#title = "HTML TEST: Picture to Html color code, P.v.C. 2009"
#width = 640
#height = 180
UseJPEGImageDecoder()
UsePNGImageDecoder()
Global zoom.b=1
Procedure say(in.s)
MessageRequester(#title, in.s)
EndProcedure ...
; maak van plaatje een website..
; test
#title = "HTML TEST: Picture to Html color code, P.v.C. 2009"
#width = 640
#height = 180
UseJPEGImageDecoder()
UsePNGImageDecoder()
Global zoom.b=1
Procedure say(in.s)
MessageRequester(#title, in.s)
EndProcedure ...
- Sat Mar 14, 2009 9:28 pm
- Forum: Coding Questions
- Topic: <Picture To Html code> Colors seem wrong..
- Replies: 11
- Views: 2646
Oops sorry man, i totaly didn't know, it was just a mindwave i had to explore..Kale wrote:I should sue for IP rights!
You may find this helpful:
http://www.purebasic.fr/english/viewtopic.php?t=21890

- Sat Mar 14, 2009 2:25 pm
- Forum: Coding Questions
- Topic: <Picture To Html code> Colors seem wrong..
- Replies: 11
- Views: 2646
- Sat Mar 14, 2009 1:58 pm
- Forum: Coding Questions
- Topic: <Picture To Html code> Colors seem wrong..
- Replies: 11
- Views: 2646
- Sat Mar 14, 2009 12:16 pm
- Forum: Coding Questions
- Topic: <Picture To Html code> Colors seem wrong..
- Replies: 11
- Views: 2646
<Picture To Html code> Colors seem wrong..
Hi there,
Just made a prog that tries to convert a picture to html page,
it works but very very slow and some colors are wrong with most
pictures i tried.
Code:
#title = "HTML TEST: Picture to Html"
#width = 640
#height = 140
UseJPEGImageDecoder()
UsePNGImageDecoder()
Procedure say(in.s ...
Just made a prog that tries to convert a picture to html page,
it works but very very slow and some colors are wrong with most
pictures i tried.
Code:
#title = "HTML TEST: Picture to Html"
#width = 640
#height = 140
UseJPEGImageDecoder()
UsePNGImageDecoder()
Procedure say(in.s ...
- Mon Feb 23, 2009 9:27 pm
- Forum: Coding Questions
- Topic: Window handle from process handle?
- Replies: 24
- Views: 12707
- Sun Feb 01, 2009 4:37 pm
- Forum: Linux
- Topic: 4.30 Drawing to screen or sprite with opengl subsystem
- Replies: 9
- Views: 5200