GLBasic forum

Main forum => Off Topic => Topic started by: Hatonastick on 2011-Jul-22

Title: Another question about 3D and GLB.
Post by: Hatonastick on 2011-Jul-22
Is it possible to manipulate/move/delete vertices in a generated model (created using X_OBJADDVERTEX etc.) using GLB or will I have to create all of my (simple geometric shapes) models in a 3D drawing program (AC3D) and every single frame of animation by hand?
Title: Re: Another question about 3D and GLB.
Post by: Kitty Hello on 2011-Jul-22
you can get the information of a mode with X_GETFACE. And with X_STARTOBJ/X_ADDVERTEX you can build objects (no animations so far, though). So, you can write a program to create an altered copy of an object.
Title: Re: Another question about 3D and GLB.
Post by: Hatonastick on 2011-Jul-22
Aha, ok thanks that's what I wanted to know.  That should do just fine.  Thankfully it will be mostly simple geometric shapes. :)