![]() |
#1 |
Junior Member
Member
Join Date: Jan 2018
Posts: 24
|
![]()
I've just started working with AC3D scripts and have found selection & rotation type functions really useful on objects. But please, how do I make objects - in particular a mesh? The only object creation I've found is a cube, but I'd like to autogen a mesh of various sizes and then select and cut away surfaces.
|
![]() |
![]() |
![]() |
#2 |
Administrator
Professional user
Join Date: Jun 2003
Posts: 4,541
|
![]()
There are no internal commands to create objects and add vertices and surfaces.
There is an old linecom plugin that comes with AC3D. From Help->about-plugins: Code:
Line command plugin - Version 1.0 by Inivis This plugin adds internal commands to AC3D. Commands can be called from outside AC3D using various methods - see the SDK for more info. commands added are: line - start a line, point <x> <y> <z> - add a point to the line end - finish adding the line note that you'll need to send the redraw_all command to make AC3D show the line that's been added. |
![]() |
![]() |
![]() |
#3 | |
Junior Member
Member
Join Date: Jan 2018
Posts: 24
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#4 |
Administrator
Professional user
Join Date: Jun 2003
Posts: 4,541
|
![]()
That's good. You could also use the .tri file format which is really simple - a triangle on each line with an rgb col at the end.
Export something as .tri and have a look in the file to check the format. |
![]() |
![]() |
![]() |
#5 |
Junior Member
Member
Join Date: Jan 2018
Posts: 24
|
![]()
Great. Will do thanks
|
![]() |
![]() |
![]() |
Tags |
mesh, tcl |
Thread Tools | |
Display Modes | |
|
|