DCSIMG
MS Blend 2.0 - Maxim

Browse by Tags

All Tags » MS Blend 2.0 (RSS)
Many 3D editors can export 3D scenes as OBJ files, these files can be easily imported into WPF project and being used to build complex 3D scenes. See how easy to import 3D scene from 3D editors....
Silverlight is great technology with powerful graphic capabilities, allows us to build RIA s with animated 2D graphics, scalable controls, media playback, uses GPU acceleration, and much more. The Silverlight application can be developed in same environment as WPF ( Blend , Visual Studio , etc), has common principles of design as WPF (XAML, Namespaces, Syntax, etc). But, still it is different and targeted for cross-platform rich-client internet applications, the project from WPF can’t be ported easily...
In resumption to my previous post “ How to import 3D model to WPF from 3D Max ” I want to present the “ XAML exporter for Blender ” ( Blender is an open-source cross-platform 3D designer). if(Blender.Name == Blend.Name) {      Debug.WriteLine(“Wiiiiii !!!! :)”); } This post will guide you how to use this feature thru simple example. Software requirements for this guide: Blender 2.48a or later, Microsoft Expression Blend 2.0 (Final Release). SDK and Framework requirements: Microsoft...
Recently I’ve required to add Mouse-Wheel support in some of our Silverlight projects. Quickly discovered that unfortunately this feature isn’t supported in Silverlight 2.0. I found some post with sample code that solves this problem and made some changes in “MouseWheelHelper” class, also added “UIElementExtender” class that extends classes that derived from "UIElement"....
I want to present very useful feature “ XAML exporter for 3D Studio Max ”. This feature contains number of MAX-Script files with code that allows exporting 3D scenes from 3D Studio Max to XAML files. “Max2Xaml” Project on Codeplex website: http://max2xaml.codeplex.com . I’ll try to present a simple guide for this feature with some useful example. Software requirements for this guide: 3D Studio Max 2007 or later (I use 3D Studio Max 2009 ), Microsoft Expression Blend 2.0 (Final Release). SDK and Framework...
(ניתן לראות פוסט זה עם תרגום לעברית) Two weeks ago I've being asked to add a support for Hebrew texts in our last Silverlight project - "Com-Unit", this application is used by sport commentators and provides graphical presentation for real-time basketball statistics. Also displays some sportive "Trivia" about teams and players, this "Trivia" is written in Hebrew. I knew that it will lead to many problems, because MS didn't add (yet) RTL support in any version...