Jump to content
  • entry
    1
  • comments
    0
  • views
    4,157

Infinitus Proelium debug dev video 1


whiterabbit

1,463 views

 Share

Very early video just showing the terrain and character movement. And some generated buildings.

 

Things working/worked on so far:

  • The 'terrain' is generated at runtime using perlin noise and Surface:AddVertex(), :SetVertexColor(), :SetVertexNormal(), etc
  • Character controller written from scratch, not using the builtin controller.
  • Shader for the terrain uses a combination of diffuse material, vertex colour, and triangle normal. The diffuse material is black and white, the edges are coloured by multiplying with the surface normal, and the whole triangle is coloured by adding the vertex colours.
  • Crappy weapon viewmodel just for testing.
  • Somewhat accidental skybox effect. If I can find a better 'digital sky' I'll probably change it. This is just crazy cos,sin x,y,z stuff.

Using Shadmar's Dof and Bloom shaders.

  • Upvote 6
 Share

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...