Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Graphics
  4. vertices and bones

vertices and bones

Scheduled Pinned Locked Moved Graphics
questionc++graphicsgame-devdocker
2 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zqueezy
    wrote on last edited by
    #1

    yes another bone and vertex question... I got my bone-system to work properly and I already modelled some simple characters in 3ds Max... the problem now is: how do I assign the different vertices to my bone system? Can I use some scripting in max? or should I use a different file-container different from .3ds? the problem of 3ds is that I cannot assign vertex groups... Or when I do put them in a group the edges between the objects get broken. I have got a pretty good 3DS-Loader but assigning each vertex to a bone by hand is... well... damn enerving. should I convert my model or is there a way of marque selecting vertices and grouping them (and the faces don't get broken) so I can find those groups for my bones system? Or is it simpler to try to write an algo that assigns each vertex to the nearest bone (and correcting this result by hand)?? thanx in advance (PS: I'm using OpenGL and C++, of course)

    E 1 Reply Last reply
    0
    • Z zqueezy

      yes another bone and vertex question... I got my bone-system to work properly and I already modelled some simple characters in 3ds Max... the problem now is: how do I assign the different vertices to my bone system? Can I use some scripting in max? or should I use a different file-container different from .3ds? the problem of 3ds is that I cannot assign vertex groups... Or when I do put them in a group the edges between the objects get broken. I have got a pretty good 3DS-Loader but assigning each vertex to a bone by hand is... well... damn enerving. should I convert my model or is there a way of marque selecting vertices and grouping them (and the faces don't get broken) so I can find those groups for my bones system? Or is it simpler to try to write an algo that assigns each vertex to the nearest bone (and correcting this result by hand)?? thanx in advance (PS: I'm using OpenGL and C++, of course)

      E Offline
      E Offline
      El Corazon
      wrote on last edited by
      #2

      zqueezy wrote:

      I'm using OpenGL and C++, of course

      http://home.gna.org/cal3d/[^] http://download.gna.org/cal3d/documentation/modeling/tutorial.html[^] not sure if you are wanting to do it all yourself, of find a library that does it for you (and then you are restricted to its bone design). At the very least you can peek at the code and see how they do the binding. :)

      _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups