Skip to content
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

[BUG] Model invisible unless moving camera #5160

Open
nicboone8 opened this issue Jan 27, 2025 · 0 comments
Open

[BUG] Model invisible unless moving camera #5160

nicboone8 opened this issue Jan 27, 2025 · 0 comments
Labels
bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app.

Comments

@nicboone8
Copy link

I'm not able to replicate this after closing and re-opening the app, but the model (and grid) for this particular file would only appear when panning or rotating the camera.

Zoo.Modeling.App.2025-01-27.10-15-57.mp4

Note: If you are capturing from a browser there is limited support for screenshots, only captures the modeling scene.
If you are on MacOS native screenshots may be disabled by default. To enable native screenshots add Zoo Modeling App to System Settings -> Screen & SystemAudio Recording for native screenshots.

Core Dump

coredump-b89b2f90-3bf5-49de-8a97-45911bf7c607.json

Reference ID: b89b2f90-3bf5-49de-8a97-45911bf7c607

KCL Code
sketch001 = startSketchOn('XZ')
  |> startProfileAt([0.000001, 0], %)
  |> xLine(2.82, %)
  |> tangentialArcTo([5.18, 1.18], %)
  |> tangentialArcTo([5.45, 5.94], %)
  |> tangentialArcTo([2.55, 8.76], %)
  |> xLineTo(0.000001, %)
  |> close(%)
  |> revolve({ axis = "Y" }, %)

sketch002 = startSketchOn('XY')
  |> circle({ center = [0.04, 0], radius = 9.13 }, %, $circleSegment)

sketch003 = startSketchOn(offsetPlane("XY", 14))
  |> circle({ center = [0.04, 0], radius = 6 }, %)

case = loft([sketch002, sketch003])

// Apply blue color to the lofted case
appearance({
  color = '#0000ff',
  metalness = 50,
  roughness = 50
}, case)

//shell({ faces = [sketch003], thickness = 1 }, case)
@nicboone8 nicboone8 added bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app. labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working coredump Issues that contain a coredump. desktop-app Issues from the desktop app.
Projects
None yet
Development

No branches or pull requests

1 participant