Search found 1654 matches

by arras
Wed Apr 28, 2004 9:25 am
Forum: Beginners Help
Topic: 3d Format Allowing Runtime Animation?
Replies: 13
Views: 893

Well about md2 I am not shure since I was newer working with that format, so I have to take back what I sad about all suported formats. about frames ...they are used in animating model in any format. Animation is simply group of frames in certain order ...as much as I know. Anyway... x format suport...
by arras
Wed Apr 28, 2004 8:53 am
Forum: Beginners Help
Topic: mapping in general
Replies: 16
Views: 1581

Models might and do look diferent in diferent programs. Any program which is capable of shoving model use diferent rendering methods. If I simplify, rendering means to transform 3D data of model to 2D screen (or other output like raster file for example). Rendering methods used in 3D modeling and wi...
by arras
Wed Apr 28, 2004 8:42 am
Forum: Beginners Help
Topic: DirextX8 crashes
Replies: 18
Views: 3414

...that Guest its me, I forgot to log in...
by arras
Tue Apr 27, 2004 4:37 pm
Forum: Beginners Help
Topic: DirextX8 crashes
Replies: 18
Views: 3414

DirextX8 crashes

I compiled my code in DevC++ why using DirectX8 (I have DX pack for Dev and recompiled source as stays in FAQ board) Afther succesfull compilation I got project running but only for a while, under WinXP it runs for about 60 seconds then crases. Under Win2000 it even dont run and crashes imidiately. ...
by arras
Tue Apr 27, 2004 9:47 am
Forum: Beginners Help
Topic: 3d Format Allowing Runtime Animation?
Replies: 13
Views: 893

Ah ...well, if you folow link from Gorgon Zola you get answer directly from author ...its not possible
by arras
Tue Apr 27, 2004 9:42 am
Forum: Beginners Help
Topic: 3d Format Allowing Runtime Animation?
Replies: 13
Views: 893

All the formats suported by Irrlicht store animation data as well as bone/joint/limb structure. Only question is if Irrlicht allove you to manualy manipulate that data. Since I am new to Irrlicht I cant realy say. But as far as I saw documentation, I saw no functions for that. I was working with Dar...
by arras
Mon Apr 26, 2004 2:47 pm
Forum: Beginners Help
Topic: sin / cos problem in C++
Replies: 2
Views: 676

You think right :) ...thanks
by arras
Mon Apr 26, 2004 1:34 pm
Forum: Beginners Help
Topic: Key control
Replies: 2
Views: 266

:) thanks a lot Gordon ...what a quick response!
...and excuse me for not reading FAQ/Howe tos deep enouhg. ;)
by arras
Mon Apr 26, 2004 1:28 pm
Forum: Beginners Help
Topic: sin / cos problem in C++
Replies: 2
Views: 676

sin / cos problem in C++

May be this is simple and stupid, but when I write:
sin(90.0)
I get 0.893997 instead of 1.0

And when I write
cos(90.0)
I get -0.448074 instead of 0.0

Howe to get sin / cos to work right in C++ (I was working mostly in Basic till now)
by arras
Mon Apr 26, 2004 1:20 pm
Forum: Beginners Help
Topic: Key control
Replies: 2
Views: 266

Key control

I have object which I control using A-D keys to turn around Everithing works OK just when I press key, let say D to turn object right I get small pause afther firsth turn. Then it continue to turn smooth untill I release key. Is there way to get smooth response to key press? Here is code for my even...
by arras
Fri Apr 16, 2004 8:48 am
Forum: Beginners Help
Topic: DevCPP Irrlicht dll without DirectX ???
Replies: 4
Views: 1341

Look at FAQs, Howtos, and tool lists section of forum. There is threat to answer your question.
by arras
Wed Apr 14, 2004 9:23 am
Forum: Beginners Help
Topic: applying a texture to a mesh
Replies: 8
Views: 915

Its look like your mesh dont have UV data. You have to UV map your model before using texture. Use your modeler to UV map your mesh or look at my site for good free UV maper LithUnwrap
by arras
Thu Apr 08, 2004 8:24 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: DW's Freeware Utitlities List
Replies: 39
Views: 16386

UVmaper
http://www.uvmapper.com

You can get LithUnwrap on my page.
by arras
Wed Apr 07, 2004 12:05 pm
Forum: Beginners Help
Topic: Which 3D modelers do you prefer and why?
Replies: 17
Views: 1540

I was uploading LithUnwrap 1.3 to my webpage. You can download it from Download section.

Myself I was getting it from site which doesn't exist anymore.
by arras
Wed Apr 07, 2004 11:24 am
Forum: Beginners Help
Topic: manipulating mesh data in real time?
Replies: 10
Views: 941

Ah, hell I forget to loog in ...that Guest, thats me... :)