Developing 3d game engine ~ FUSION 3D
- BLACK_PHOENIX
- Posts: 126
- Joined: Wed Sep 27, 2006 6:42 am
- BLACK_PHOENIX
- Posts: 126
- Joined: Wed Sep 27, 2006 6:42 am
- darksmaster923
- Posts: 1857
- Joined: Wed Jan 03, 2007 10:32 pm
- Location: Huntington Beach, California, USA
- BLACK_PHOENIX
- Posts: 126
- Joined: Wed Sep 27, 2006 6:42 am
this ocean shader actually came from configuring a HLSL shader and aplyying bump,displacement and parralax maps and a pixel shader. after some experimentation with all of this and a fractal deformer i basically got the perfect ocean shader look.
im still going to develop it more like giving it relections and underwater caustics but right now im working on a realtime map editor that i want to embedd into the engine.
about the name. my first thought was phoenix3d but there is a website called phoenix3d.com wich i would've wanted. and fusion3d is also taken as a name. im looking for a name that no website,company or engine has.
and something unique.
im still going to develop it more like giving it relections and underwater caustics but right now im working on a realtime map editor that i want to embedd into the engine.
about the name. my first thought was phoenix3d but there is a website called phoenix3d.com wich i would've wanted. and fusion3d is also taken as a name. im looking for a name that no website,company or engine has.
and something unique.
- BLACK_PHOENIX
- Posts: 126
- Joined: Wed Sep 27, 2006 6:42 am
there was quite a bit of math for the deformers. i got my friend to help me when configuring the main deformer mainly because there was a massive amount of code which needed to be recoded for the engine.we were actually looking at the maya ocean shader jsut to see how the mesh deformer worked.
the deformer worked perfectly before modding it but didnt give a natural wavey ripple. it would just make these straight "waves" wich looked more like jelly. so we went jumped into the source code and edited it until we got a smooth wave like appearnace.
i myself dont like getting into pure math eqautions. luckily i have people on my team who are able to help me.
if your asking what type of eqautions, i wouldnt really have a clue on what kind of eqautions we used to modify the deformer.
might i ask why you u want to know how i exactly made it? once i release the first official version you can play around with it and find out for your self if you want.
anyway, ive started creating the map editor(.map format for now)
and i rather make an external editor like rf edit pro. its just a whole lot easier. it really doesent do much exept render a black screen inside a window with file->exit and new.
for the engine ill be making support for .map levels and start working on object parralax mapping. i also want to create a really good lighting system. first ill be working on diffuse maps and then my main goal is real time global illumintaion with radiosity. yes it will be a big challenge, but ive got some help to work on it. hopefully ill put some more screenshots soon.
the deformer worked perfectly before modding it but didnt give a natural wavey ripple. it would just make these straight "waves" wich looked more like jelly. so we went jumped into the source code and edited it until we got a smooth wave like appearnace.
i myself dont like getting into pure math eqautions. luckily i have people on my team who are able to help me.
if your asking what type of eqautions, i wouldnt really have a clue on what kind of eqautions we used to modify the deformer.
might i ask why you u want to know how i exactly made it? once i release the first official version you can play around with it and find out for your self if you want.
anyway, ive started creating the map editor(.map format for now)
and i rather make an external editor like rf edit pro. its just a whole lot easier. it really doesent do much exept render a black screen inside a window with file->exit and new.
for the engine ill be making support for .map levels and start working on object parralax mapping. i also want to create a really good lighting system. first ill be working on diffuse maps and then my main goal is real time global illumintaion with radiosity. yes it will be a big challenge, but ive got some help to work on it. hopefully ill put some more screenshots soon.