Feed on
Posts
Comments

Category Archive for 'Help'

Silverlight and WPF are different beasts.  The similarities between the two is high, but there are enough differences to foul you up now and then.
Choose your platform preference
There is a new addition to the Settings pane.  The code generation engine will consider your desired platform when generating the .NET classes.

Figure 1:  Target Framework setting.
As [...]

Read Full Post »

Shazzam 1.1 – Topic List

Learn more about the features available in Shazzam 1.1.
 

HLSL Meta Tags – Controlling defaults
Better Edit Controls
Animation
Better Silverlight Support

Install your own copy of the free Shazzam Pixel Shader Utility here.
Some video tutorials are available also.

Read Full Post »

Creating shaders is fun.  But it’s more thrilling to see what your new shader can do.   Shazzam has a testing screen for just that purpose, giving you a place to experiment with your effect, just choose the ‘Change Shader Settings’ tab.

Figure1 : Change Shader Settings tab.
The Edit Shader Property control
What happens when you compile [...]

Read Full Post »

In HLSL code you can create input parameters of various datatypes.  Here’s one of the simplest scalar types, the float.
         float – 32-bit floating point value.
There are a number of vector types too. 
        float2 – two dimensional float vector.         float3 – three dimensional float vector.         [...]

Read Full Post »