-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kinematics viewer が上がってるとcoordsがdraw-onされない #401
Comments
|
やっぱり見えないです・・
|
please try #402 |
Thanks. It worked. |
draw-on 系はよく使っているかな?
ちょっと使ってみて、副作用がないか教えてもらえると嬉しいです.
メモ:
各 draw-on で:flush t のときだけ、viewerをmake-currentするようにした.なので、
send a :draw-on
send b :draw-on
send c :draw-on :flush t
はだめなはず.やっぱ全ての場合でmake-currentするべきか.
…--
◉ Kei Okada
2016-12-02 19:54 GMT+09:00 Yu Ohara <[email protected]>:
Thanks. It worked.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#401 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3Jq4seLdALPUOSI5a1zO6yEjx6nzks5rD_jagaJpZM4LBLzk>
.
|
はい。私はcascoordsを新しく作ってdraw-onするなど使っていました。 |
k-okada
added a commit
that referenced
this issue
Dec 30, 2016
add :makecurrent in :draw-on, this will fix #401
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kinematics viewer ありだと
(send (make-coords) :draw-on :flush t)
が上手く動かない気がします。
The text was updated successfully, but these errors were encountered: