Ask a Question related to Macromedia Director 3D, Design and Development.
-
DANGH_b #1
How to import big scene and work well
Hy all. I have a big scene made in studio max.I exported it as a w3d and when i
try to use it in director it works very hard. Does anybody know how to import a
big scene and make it work well in director?
DANGH_b Guest
-
gotoAndPlay("Scene 2", 1); - How do I get flash to finish the current scene before moving to the next?
Okay I have 2 scenes, the first of which has an animation which stops in the middle. I also have a button in this scene which has the following... -
movieclip scene to scene navigation
I have three scenes. There is a movie clip, mc_navigate, which has 2 buttons nested with in. I would like to use these buttons to navigate from... -
Import PDF doesn't work
Why does a PDF open into Freehand ok on a PC but not on my Mac. I am running Mac OS X 10.2.8 using Freehand MX. -
Change scene and start mc on the new scene...
Hi, I've got one swf with two scenes. The scene2 contains all the content of my site. This scene have a navigator (mc) with buttons holding... -
One frame scene verses alot of frames scene
Hello I have a question. I am working on my own web design website which is www.smoovejcmedia.tfang.org. On my first scene and its only that scene I... -
Michaelcov #2
Re: How to import big scene and work well
Hi Dangh. You cannot render more than 5000 polys at any one time in Shockwave
without a slowdown so you will need to break up your world into sections and
use the addToWorld or removeFromWorld commands so that only
the sections you want visible and processed show up. I have a pause when a new
section is loading in myself so you will have to look out for this. Another
system is to use LOD, levelOfDetail, but I havent messed with this. Perhaps
someone else on the forum could help? Only use one directional light say,
shining from above. Michael UK
Michaelcov Guest
-
DANGH_b #3
Re: How to import big scene and work well
Hy.
Thank you for answering me.
I am new in director mx. Do you know any tutorials for what you have said?
Can i render only the side where i am looking to?
DANGH_b Guest
-
Michaelcov #4
Re: How to import big scene and work well
I'm sorry, I don't have any tutorials set up for section culling but you can
render only the faces you are facing using: yourObject.visibility = #front
where yourObject is the name of the variable for your model To add or
remove a model, use: yourObject.removeFromWorld() or yourObject.addToWorld()
Happy coding, Michael UK
Michaelcov Guest



Reply With Quote

