You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
GDL1587p001: Trying to visualize a single point now from the value-inspector using add-node. If that point is the first thing to visualize, no point is displayed. Instead, a pipe-smoking man cartoon pops up. I can see that humor of it, but don't see how I can easily visualize my point then...
(define-object test (base-object)
:computed-slots
((pt (make-point 1 2 3))))
The text was updated successfully, but these errors were encountered:
Sort this out as well as cleaning up the handling of 3D points (bare vectors of 3 floating-point numbers) vs. GDL points (actual GDL objects, which should be displaying fine).
:computed-slots
((pts (list (make-point 1 2 3)))))
In inspector, try add-node on a point:
! ERROR: Neither # nor any of its ancestor instances could handle the :parent-node message The path to the containing object is: (the :root :inspector (:values 29) (:sequence-elements 0)) !
GDL1587p001: Trying to visualize a single point now from the value-inspector using add-node. If that point is the first thing to visualize, no point is displayed. Instead, a pipe-smoking man cartoon pops up. I can see that humor of it, but don't see how I can easily visualize my point then...
The text was updated successfully, but these errors were encountered: