mirroring problem...

Announcements, requests and support regarding the 3DS MAX exporter
Post Reply
13 posts • Page 1 of 1
User avatar
Kosmokrator
Posts: 1141
Joined: Sat Jul 29, 2006 11:52 am
Location: Greece-Athens

mirroring problem...

Post by Kosmokrator » Sun Sep 02, 2007 8:53 am

hi suv...im working on some scene and i discover some strange behaviour of exporting......so....when i clone an object like this in the image all its ok....renders fine....but when i mirror the object via the mirror button of max the objects render but black with no material as u can see in the image!!!
i dont know may its a known bujg for u...but in my scene i neet the mirror not simple clone and i can go further in my project!i attatch the file for testing!
thnx
Attachments
errortest.rar
(3.65 MiB) Downloaded 251 times
errortest.max-frame-0000.jpg
errortest.max-frame-0000.jpg (78.83 KiB) Viewed 13011 times
1)Core i7 965XE stock CLOCK ,PSU:CHIEFTEC 850W
M/B ASUS P6T DELUXE,WATERCOOLING ZALMAN RESERATOR 2
MEMORY:6GB CORRSAIR @1600,Ati HD 4870x2,
MONITOR:LG 1950SQ,CASE:THERMALTAKE SOPRANO

User avatar
suvakas
3rd Place Winner
Posts: 2613
Joined: Mon Sep 04, 2006 11:08 pm
Location: Estonia
Contact:

Post by suvakas » Sun Sep 02, 2007 9:15 am

Hey, kosmo
Yeah, the mirror is a pain in the ass.
I will test the scene tomorrow. It's too late today. Time for some sleep.

lwan
Posts: 17
Joined: Sat Sep 16, 2006 11:57 pm

Post by lwan » Sun Sep 02, 2007 11:27 am

it's max fault, apply a reset-xform to the mesh and you'll see normals are inverted after a mirror operation.

User avatar
Kosmokrator
Posts: 1141
Joined: Sat Jul 29, 2006 11:52 am
Location: Greece-Athens

Post by Kosmokrator » Sun Sep 02, 2007 7:50 pm

oohhhh no lwan...its not max fault....i apply reset x-form to objects and nothing happent!!!still black object
1)Core i7 965XE stock CLOCK ,PSU:CHIEFTEC 850W
M/B ASUS P6T DELUXE,WATERCOOLING ZALMAN RESERATOR 2
MEMORY:6GB CORRSAIR @1600,Ati HD 4870x2,
MONITOR:LG 1950SQ,CASE:THERMALTAKE SOPRANO

User avatar
suvakas
3rd Place Winner
Posts: 2613
Joined: Mon Sep 04, 2006 11:08 pm
Location: Estonia
Contact:

Post by suvakas » Sun Sep 02, 2007 8:12 pm

Eh..actually it is max fault and it sure is a normals issue :) I've done a lot of testing lately and sometimes the reset x-form doesn't fix it.
Good news is, that the scene works fine in my current development version of Maxigo (check the image). So stay tuned. I'll probably make a release soon.

Ps. You could try to flip the normals yourself. Maybe it helps for now.
Attachments
errortest.max-frame-0000.png
errortest.max-frame-0000.png (211.52 KiB) Viewed 12953 times

User avatar
Kosmokrator
Posts: 1141
Joined: Sat Jul 29, 2006 11:52 am
Location: Greece-Athens

Post by Kosmokrator » Sun Sep 02, 2007 9:02 pm

ohh thanx suvakas...i manual flip the normals and works now....great news about your exporter!
keep it up!thnx again!
1)Core i7 965XE stock CLOCK ,PSU:CHIEFTEC 850W
M/B ASUS P6T DELUXE,WATERCOOLING ZALMAN RESERATOR 2
MEMORY:6GB CORRSAIR @1600,Ati HD 4870x2,
MONITOR:LG 1950SQ,CASE:THERMALTAKE SOPRANO

User avatar
suvakas
3rd Place Winner
Posts: 2613
Joined: Mon Sep 04, 2006 11:08 pm
Location: Estonia
Contact:

Post by suvakas » Sun Sep 02, 2007 9:09 pm

The only thing with mirroring is, that it probably will never work with instances. I haven't look into it very seriously, but i currently have no idea how to make it working when using instancing. Cause well.. the geometry itself gets flipped.
If someone has an idea, then let me know!

User avatar
Kram1032
Posts: 6649
Joined: Tue Jan 23, 2007 3:55 am
Location: Austria near Vienna

Post by Kram1032 » Sun Sep 02, 2007 10:09 pm

the OBJECT gets flipped, but the mesh should stay similar, shouldn't it?

User avatar
suvakas
3rd Place Winner
Posts: 2613
Joined: Mon Sep 04, 2006 11:08 pm
Location: Estonia
Contact:

Post by suvakas » Sun Sep 02, 2007 10:41 pm

Kram1032 wrote:the OBJECT gets flipped, but the mesh should stay similar, shouldn't it?
Are you sure? How do you flip object without altering the geometry? Then it's not mirroring but rotation. Don't vertex coordinates change after mirroring? Like A-B = B-A?

User avatar
Kram1032
Posts: 6649
Joined: Tue Jan 23, 2007 3:55 am
Location: Austria near Vienna

Post by Kram1032 » Sun Sep 02, 2007 10:49 pm

I don't know, but I *guess* it can be done, without changing the mesh...

instancing uses the same mesh, more than once, but you can modify the object being differently sized and rotated - that should work just fine with mirroring... (If you mirror the object)

If you mirror the mesh, you can create equally shaped halves of a face and have normalsmoothing over the seam, which wouldn't work with instanced objects, except you make the seam using a flat 0° angle :)

User avatar
suvakas
3rd Place Winner
Posts: 2613
Joined: Mon Sep 04, 2006 11:08 pm
Location: Estonia
Contact:

Post by suvakas » Sun Sep 02, 2007 10:57 pm

I don't really get what you're talking about.
The question is - how do you mirror an instance of already exported geometry?

User avatar
Kram1032
Posts: 6649
Joined: Tue Jan 23, 2007 3:55 am
Location: Austria near Vienna

Post by Kram1032 » Sun Sep 02, 2007 11:20 pm

you reuse the mesh data, make an additional object and flip it over it's three axes (as object)....

I'm not a programmer, so I don't know, how that'd look as code ;)

User avatar
suvakas
3rd Place Winner
Posts: 2613
Joined: Mon Sep 04, 2006 11:08 pm
Location: Estonia
Contact:

Post by suvakas » Sun Sep 02, 2007 11:33 pm

Eh..Kram.. you talk alot, but i'm still not following you. :lol:
For example if you have a teapot mesh in *.3ds format. How would you make an instanced mirror of it in Indigo using the igs/xml syntax?
I'd say it can't be done because you need to change the initial geometry. And that means you can't use the instance of original model anymore.
What additional object are you talking about?

Post Reply
13 posts • Page 1 of 1

Who is online

Users browsing this forum: No registered users and 2 guests