[Logo]
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing  
[Register] Register / 
[Login] Login 
how do you use Loader3DS?  XML
Forum Index » Alternativa3D 5
Author Message
skyser


Joined: 02/06/2008 22:25:22
Messages: 3
Offline

are there any other model formats likely in the near future?

thanks for your help.

--Spencer
karp


Joined: 03/06/2008 09:00:12
Messages: 313
Offline

It depends on a requests... probably it is a good idea to create voting on a formats?
skyser


Joined: 02/06/2008 22:25:22
Messages: 3
Offline

can you provide an example of using th loader?
karp


Joined: 03/06/2008 09:00:12
Messages: 313
Offline

Yes, we'll provide importing tutorial this week.
voland


Joined: 01/06/2008 18:57:52
Messages: 2
Offline

Here how I do so:


wolf

[Avatar]

Joined: 31/05/2008 23:19:38
Messages: 1521
Offline

In 76-77 lines is good to insert vertex/face optimization with MeshUtils.
I use recursive method to do optimization through object hierarchy.

This message was edited 1 time. Last update was at 03/06/2008 21:29:06

makc

[Avatar]

Joined: 02/06/2008 12:19:17
Messages: 1704
Offline

how does this affect vertices order and relation to faces/uvs? could you explain in-depth what exactly it does? if I am going to, for example, tween the vertices, I need complete idea of mesh organization.
[WWW]
mike


Joined: 01/06/2008 00:00:06
Messages: 786
Offline

makc, this will be explained in "Importing models" tutorial which is coming soon.
tsnk


Joined: 01/06/2008 21:24:28
Messages: 2
Offline

Loader3D works very fine !

So i add your code for optimization, but with a little scene 3D, I got 16 fps.

So it's so bad compared with yours demos !

you can see it here : http://lab.tomysnockers.net/ville3D/Main.html

Maybe there is a secret ?

i'm impatient of your tutorial !
wolf

[Avatar]

Joined: 31/05/2008 23:19:38
Messages: 1521
Offline

Thomas, the secret is

Perpective correction working much faster on low quality.
You can change quality only on movement as we made in demos.

This message was edited 2 times. Last update was at 05/06/2008 08:48:02

wolf

[Avatar]

Joined: 31/05/2008 23:19:38
Messages: 1521
Offline

Also, you can change texture precision on movement.
Don't forget to make a release build (in Flex Builder: Project -> Export Release Build...).
Debug version works by 20-30% slower.

This message was edited 2 times. Last update was at 05/06/2008 12:28:35

ibsn


Joined: 04/06/2008 11:42:16
Messages: 10
Offline

Thomas brault wrote:Loader3D works very fine !

So i add your code for optimization, but with a little scene 3D, I got 16 fps.

So it's so bad compared with yours demos !

you can see it here : http://lab.tomysnockers.net/ville3D/Main.html

Maybe there is a secret ?

i'm impatient of your tutorial !


Thomas, can you get me sources of your example?
tsnk


Joined: 01/06/2008 21:24:28
Messages: 2
Offline

it's the same code that Андрей Жуков said at the top.
ibsn


Joined: 04/06/2008 11:42:16
Messages: 10
Offline

but how realise walking on the map?
makc

[Avatar]

Joined: 02/06/2008 12:19:17
Messages: 1704
Offline

Alex Savinykh wrote:but how realise walking on the map?


Thomas brault wrote:it's the same code that Андрей Жуков said at the top.


namely, cameraController.processInput ();
[WWW]
 
Forum Index » Alternativa3D 5
Go to:   
Powered by JForum 2.1.8 © JForum Team