Questions tagged [sceneview]

For questions that are specifically related to Unity3D's SceneView. You should consider to rather use tags [unity3d] or [unity3d-editor].

For tagging questions that are specifically related to Unity3D's SceneView.

Related tags:

74 questions
0
votes
1 answer

Changing scene view lighting model programmatically

I am loading a 3D model using SCNScene in SwiftUI, my object looks better in lambert or phong shading. I am trying to change the lighting model like this: var scene: SCNScene? { let scene = SCNScene(named: "model.usdz") …
Mc.Lover
  • 4,813
  • 9
  • 46
  • 80
0
votes
1 answer

I have an Issue Building the Filament Repository in Android Studio

Screenshot I'm new using Filament. I've been trying to build the repository Google Filament but; it gives me an error every time I try to build it. These are the errors: CMake Error at…
0
votes
0 answers

How can I set the background color of SceneView to transparent?

I am currently developing an Android app in Kotlin and I am using SceneView (https://github.com/SceneView/sceneview-android), since Sceneform was deprecated, to import a 3D Model to my scene. However, I am not being able to set SceneView's…
jpsf
  • 7
  • 1
  • 7
0
votes
1 answer

How to rotate an 3D model using DragGesture in Android SceneForm

I followed the solution here for rotating a TransformableNode on the X axis based on the user's DragGesture, using the Sceneform Android SDK. However, I would also like to rotate on the Y and Z axis as well, similar to how ARCore SceneViewer does…
VIN
  • 6,385
  • 7
  • 38
  • 77
0
votes
1 answer

How to prevent ARSCNView from rotating

I have a class as below class ViewController: UIViewController, ARSCNViewDelegate, SCNPhysicsContactDelegate { @IBOutlet var sceneView: ARSCNView! How to prevent the sceneView from rotating? I tried many ways such as add override var…
hui
  • 101
  • 8
0
votes
1 answer

Vectors are sometimes applied differently when rendering in sceneform

I'm trying to render with an array of the same vector, but sometimes when I load an object I have a problem where the camera vector changes with the object I load into viewRenderable. What could be the cause? These two pictures are the same…
Mary Kim
  • 25
  • 5
0
votes
1 answer

Why does unity shows UI button shows on top of background in game view whereas they are far from each other in scene view?

In the below image, you can see that the scene view and game view are different. The scene view just has the UI button but the game view shows the background image. In the scene view, the background image is so tiny, and is in the lower left corner.…
Kiran Cyrus Ken
  • 379
  • 1
  • 3
  • 17
0
votes
0 answers

ArSceneView SEGFAULT

App crashes randomly after starting/resuming a "session" Seems like this is the main error JNI ERROR (app bug): global reference table overflow (max=51200)global reference table dump
0
votes
2 answers

Switch video source Agora.io

My agora app has a custom video source as ARView that I transfer using ARVideoKit. How can I implement switching to the front camera? My initial idea was just to set local video, but it does nothing @objc private func switchCamera() { …
Nikolai Prokofev
  • 184
  • 3
  • 14
0
votes
1 answer

iOS ARKIT How to show circular image/model instead of PlaneGeometry while moving camera around?

I am trying to make a small AR based iOS App, In which I have to detect a plane and when user taps on that plane I have to place an Object. Pretty simple? But Instead of showing Plane while user is roaming around with Camera, I have to show a…
Najam
  • 1,129
  • 11
  • 32
0
votes
0 answers

Center 3D model on screen ARCore

How can I center my Node containing a ModelRenderable? I'm using a SceneView because I don't want AR.
DaniLecx
  • 93
  • 10
0
votes
3 answers

gameobject is instantiated in the wrong place in game view Unity

difference between game view and scene view as you can see from the picture it seems like my game object is being instantiated in the wrong place in my game view while in my scene view it instantiates in the right position anyone can help with this…
0
votes
1 answer

How to reset a transformable node added to sceneview?

I like to know how can we reset the scaling of a node on button click, I have added a TransformableNode with functionality to rotate and scale on users gesture what I need is after all the transactions if the user clicks a button I need to reset…
Renjith K N
  • 2,613
  • 2
  • 31
  • 53
0
votes
1 answer

View in your space option missing in Realme X2 for google scene viewer

I recently got the Realme X2 by Oppo and tried out using the AR funtionalities with google scene viewer . I do get the view in 3d option by searching animals like dog , cat , shark etc. , however I am not getting "view in your space" option. I read…
0
votes
1 answer

ARCore (sometimes) casts multiple shadow from 1 renderable

This what scene normally looks like: Sometimes after placing renderable on scene there appears 2 shadows of the one object. Why is so?
pushandpop
  • 455
  • 1
  • 10
  • 22