Questions tagged [portal-system]

6 questions
26
votes
5 answers

Difference between the two quaternions

Solved I'm making a 3D portal system in my engine (like Portal game). Each of the portals has its own orientation saved in a quaternion. To render the virtual scene in one of the portals I need to calculate the difference between the two…
Tom
  • 1,027
  • 2
  • 16
  • 35
6
votes
1 answer

React - Correct way of passing a reference to a react-portal

I have a Card component that needs to trigger a Modal component. I also have a generic Overlay component that I am using to display some content above my application. Here is my App component : class App extends Component { /* Some Code */ …
Bird
  • 572
  • 5
  • 15
2
votes
2 answers

Portal/portlets programming - portlet linking/page flow

I am writing my first portlet based application (for liferay, but the solution should be container agnostic) and I am wondering how people solve to provide links to the user that "lead" to different portlets (maybe on different "pages" in the…
Patrick Cornelissen
  • 7,968
  • 6
  • 48
  • 70
1
vote
1 answer

Is it ok to use .NET MembershipProvider to have multiple virtual "applications" on one web application?

I want to build portal-like asp.net web application from scratch and was looking at asp.net MembershipProvider as a standard way for user's management. I created my provider inheriting from SqlMembershipProvider and override ValidateUser method: …
Aleksandar
  • 1,341
  • 1
  • 12
  • 17
0
votes
0 answers

My portals stop working when you rotate them Unity 3d C#

I have made smooth portals in unity and they work like a charm till I rotate them, I was hoping that someone could suggest a different way around the portal rendering issue. Here is my code for the rendering camera: using System.Collections; using…
0
votes
2 answers

Can ExtJS portals and portlets be positioned like usual CSS elements?

I would like to make a portal and its ExtJS portlets fit within a fixed-width layout. Right now they seem to take 100% of the width, and the elements appear to have inline styles applied to give max width, and tricks like specifying a style of…
Christos Hayward
  • 5,777
  • 17
  • 58
  • 113