Howdy all,
I've been trying to puzzle out how to edit vertex positions. Vectorlists
appear to be what I'm looking for, but so far no joy. Any of you guys
happen to have, or know about, a truly barebones example of vertex
position manipulation?
Thanks,
Fargo
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Sat 30 Jun 2007 00:22:39 -0600
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id DC2A23121C5F; Fri, 29 Jun 2007 23:22:47 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-3.0 required=4.5 tests=ALL_TRUSTED,AWL,BAYES_00,
NO_REAL_NAME autolearn=ham version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
by xmail.realsoftware.com (Postfix) with ESMTP id E4F323121C55;
Fri, 29 Jun 2007 23:22:46 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id 1AA7E410BD3;
Sat, 30 Jun 2007 01:22:38 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from mail.verex.com (mail.verex.com [66.116.103.197])
by lists.realsoftware.com (Postfix) with ESMTP id 9EDBD410BC8
for <realbasic-nug at lists dot realsoftware dot com>;
Sat, 30 Jun 2007 01:22:33 -0500 (CDT)
Received: from [66.116.103.197] (localhost [127.0.0.1])
by mail.verex.com (Postfix) with SMTP id 0BE1077503F
for <realbasic-nug at lists dot realsoftware dot com>;
Sat, 30 Jun 2007 00:22:38 -0600 (MDT)
Date: Sat, 30 Jun 2007 00:22:39 -0600
Subject: Re: vertex wrestling in RB3D
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <4685F351 dot 8040505 at rpgportland dot com>
X-Mailer: VerEx Email Gateway
Message-Id: <20070630062238 dot 0BE1077503F at mail dot verex dot com>
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
On Jun 30, 2007, at 06:08 UTC, Fargo Holiday wrote:
> I've been trying to puzzle out how to edit vertex positions.
> Vectorlists appear to be what I'm looking for, but so far no joy.
> Any of you guys happen to have, or know about, a truly barebones
> example of vertex position manipulation?
I've used it a number of times, but I don't know that I have a
bare-bones example. It's pretty straightforward, though -- start with
a Trimesh, then access the VertexPositions and modify them as needed.
Where are you stuck?
Best,
- Joe
--
Joe Strout -- joe at strout dot net
Strout Custom Solutions, LLC
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|