You talk too general . MVC patterns don't necessarily improve
performance,but rather give you a more convenient way to create big and
scalable apps.If you can be more specific with your problem then someone
here will be able to help you.Also ,here we mostly deal woth Away3D .So if
you integrate 9 (as I understand) Away3D within your project so it is likely
that you have problems with it and then MVC has nothing to do with Away3D
performance.

On Sun, Sep 5, 2010 at 3:46 PM, dp <[email protected]> wrote:

> I'm trying to improve my coding skills by implementing an MVC pattern
> for a simple 3D app I have made. I have the basics working, but have
> noticed a major performance decrease.
>
> Currently I have the controller handling the user input and computing
> all the camera parameters, then updates these values in the model,
> which notifys the view, which in turn requests the new data and
> renders the scene.
>
> am i going about this the wrong way? should all of this be kept in the
> view for performance reasons? any general pointers greatly
> appreciated. thanks.




-- 
Michael Ivanov ,Programmer
Neurotech Solutions Ltd.
Flex|Air |3D|Unity|
www.neurotechresearch.com
http://blog.alladvanced.net
http://www.meetup.com/GO3D-Games-Opensource-3D/
Tel:054-4962254
[email protected]
[email protected]

Reply via email to