Hi all,
Im trying to apply a material to my GeometryModel3D at runtime like so:
var model3D = ShardModelVisual.Content as GeometryModel3D;
var materialGroup = model3D.Material as MaterialGroup;
BitmapImage image;
ResourceLoader.TryLoadImage("pack://application:,,,/AnzSurface;component/path file/img.png"...
What are the differences between the two approaches to coloring my Direct3D model?
...
I am getting encrypted value for the "Key Material" tag only in vista...After some googling i found that "CryptUnprotectData" method can be used to decript it..But i dont find any way to implement and get the decrypted value...
If any one have suggestions to use it please help me out
...
Question: How do you assign a material with a script to an object in blender?
Info:
I have this script to import a proprietary model type of mine that is basically a star map with object consisting of a single vertex. in order to make them look like stars and be visible they are all going to have a halo material assigned to them. I'm...
hello guys
i do created a FresnelPBMaterial material by away3D
but after compile
show this error
ArgumentError: Error #2004: One of the parameters is invalid.
at flash.display::ShaderJob/start()
at SinglePassShaderMaterial/updateRenderBitmap()
at away3d.materials::TransformBitmapMaterial/updateMaterial()
at PixelShad...
I've always found artificial intelligence interesting, and took a uni course in basic AI; the final project was to write a C++ program which solved Sokoban puzzles. This has motivated me to study AI further.
I am therefore interested in which AI books or material you would recommend? I'm particularly interested in game AI, but am also i...
Hi 3D guru's out there,
I'm developing a WPF application that uses 3D for vizualizing a pipe system. At a certain moment it must be possible to color those pipes according to a value on certain points. See the figure below. This shows a 2D cross section overview of an elbow and a pipe attached to each other.
On this pipe some points ...