aptal karga / 3d chat

hi there,

i am developing a 3d chat system where users will move around, see each other, change their appearance and hopefully dance, kiss etc each other at later phases

one may find an early prototype at www.aptalkarga.com

i am developing it on my own and seeking sponsors and/or modellers/animators. if interested, you may always contact me at my site

thx
r a f t

i’ve added a node switching mechanism and third person view. well not that smooth but will do the job for a start

a scene from karga:

to see it running (requires java5): http://www.aptalkarga.com/en/entry.html

r a f t

hi there,

it has been a long time since my last post and i did a lot in that time. now there is texture based dressing, mesh based accesories, 2d talking balloons, sky box, registration and more in karga. and i’m still looking for sponsors and 3d artists…

r a f t

hello,

i’m re-organizing terrain structure, including:

  • an xml based terrain configuration as usual
  • allowing max instance and reference clones (via max script) to decrease memory usage
  • a simple LoD (level of detail) implementation
  • switching between nodes is more like games now, simply walk to door
  • changed to way balloons pop up

i used a transition area for LoD to minimize pop effect. i.e. only after the transition area is passed the object is replaced with a different mesh

following diagram demonstrates the transition area in LoD system (1, 2 are different LoD levels and the arrows indicates movement direction)


---- LoD (1) --->| (1) |---- (2) -->
<--- LoD (1) ----| (2) |<--- (2) ---

below image shows an extreme sample demonstrating LoD running. that is a huge map (1km x 1km in human scale) consists of 10x10 tiles each has 1000 polygons. that maps loads in a couple of minutes on my box and doesnt fit into a 256mb jvm. but runs fast enough

the new look of avatar panel. those transparent panels are addictive on me with no doubt :stuck_out_tongue:

r a f t

well, karga is still a work in progress project but close enough to end of first phase :wink:

the new girl avatar

the new boy avatar

girl and boy kissing in test tool

r a f t