You should add some screenshots and describe what kind of look you mean.
It really depends on your games render engine how a rendering looks like.
A simple sphere in OpenGL looks different than the same sphere in an DirectX application.
If you want to mimic the default OpenGL shading (you only need to define some material properties and a lightsource), you have to use pixelshader with game studio.
-- slacer