rss
twitter
facebook

Home

Animations 2d 3d




PressCharacterAnimation2D
Read More

VRML - with child - shapes

#VRML V2.0 utf8
#Copyright DM
Shape
{
geometry Box
{
size 2 2 2
}

appearance Appearance
{
material Material
{
diffuseColor 0.1 1.92 1.99
specularColor 0,31,36
ambientIntensity .0533
shininess .32
}
}
}


Transform
{
translation 0 2 0
children

Shape
{
geometry Cylinder
{
radius 1
height 2
side TRUE
bottom TRUE
top TRUE
}

appearance Appearance
{
material Material
{
diffuseColor 0.44 1.44 1.44
specularColor .1 .1 .1
ambientIntensity .117
shininess .4
}
}

}
}

Transform
{
translation 3 0 1
children

Shape
{
geometry Cylinder
{
radius 1
height 2
side TRUE
bottom TRUE
top TRUE
}
appearance Appearance
{
material Material
{
diffuseColor 0.1 .52 1.09
specularColor .92 .43 .01
ambientIntensity .45
shininess .4
}
}

}
}

Transform
{
translation 3 3 1
children


Shape
{

geometry Cone
{
bottom TRUE
}
appearance Appearance
{
material Material
{
diffuseColor 123 .133 .22
specularColor 31 .39 .39
ambientIntensity .07
shininess .13

}
}



}
}
Transform
{
translation 3 2 1
children


Shape
{
appearance Appearance
{
material Material
{
diffuseColor 0.44 1.44 1.44
specularColor 31 .39 .39
ambientIntensity .07
shininess .13

}
}
geometry Sphere
{
radius .6

}


}
}


Background
{
groundColor [.51 0.33 0.32
.42 0.15 0.23

.74 0.81 0.53]

skyColor [0.71 0.71 0.71
0.11 0.11 0.11

0.55 0.55 0.55]

skyAngle [1.309,1.709]

}



Shape
{
appearance DEF theTexture Appearance
{
texture ImageTexture
{
url ["http://www.cs.iupui.edu/~aharris/mm/texture/brick1.jpg"]
} # end texture
} # end appearance

geometry Box
{
size 1 2 3
} # end geometry
} # end shape

NavigationInfo
{
type "EXAMINE"
} # end navInfo

Read More

Sample HTML 5




DOWNLOAD

sample.zip

Code by http://www.filamentgroup.com
Read More

Rating

 
<asp:ScriptManager ID="ScriptManager1" runat="server" />
        <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Always" ChildrenAsTriggers="True">
            <ContentTemplate>
                <ul>
                    <li>An example of five-star rating:
                        <br />
                       
                        <ajaxToolkit:rating runat="server" ID="Rating1"
                            MaxRating="5"
                            CurrentRating="2"
                            CssClass="ratingStar"
                            StarCssClass="ratingItem"
                            WaitingStarCssClass="Saved"
                            FilledStarCssClass="Filled"
                            EmptyStarCssClass="Empty" AutoPostBack="True" OnChanged="Rating1_Changed"
                            >
                        </ajaxToolkit:rating>
                        <asp:Label ID="labelCaption1" runat="server" Text="Selected value: " />
                        <asp:Label ID="labelValue1" runat="server" Text=""></asp:Label>
                    </li>
                   </ul>
            </ContentTemplate>
        </asp:UpdatePanel>


 DOWNLOAD

 
AjaxRatingCS.rar
Read More

Connection Strings

This code below has to be placed in the Web.config file






for more connections Strings go to http://www.connectionstrings.com/
Read More
 
Powered by Blogger